
.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

html,
body {
  overflow-y: auto;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

.hideScrollbar ::-webkit-scrollbar {
  width: 0px !important;
  background-color: transparent !important;
}

.hideScrollbar ::-webkit-scrollbar-thumb {
  background-color: transparent !important;
}

.v-ripple__container {
  display: none !important;
}

.hideDeleteGroupButton .v-row-group__header button:nth-child(2) {
  display: none;
}

.v-btn,
.v-btn > * {
  line-height: 1;
}

.v-navigation-drawer {
  will-change: initial !important;
}

table th {
  white-space: nowrap;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.cursor-loading {
  cursor: wait !important;
}

.cursor-loading-force:after {
  content: "";
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjI4cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMGMwYzBjIiBzdHJva2Utd2lkdGg9IjkiIHI9IjM1IiBzdHJva2UtZGFzaGFycmF5PSIxNjQuOTMzNjE0MzEzNDY0MTUgNTYuOTc3ODcxNDM3ODIxMzgiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjM5MjE1Njg2Mjc0NTA5ODFzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIj48L2FuaW1hdGVUcmFuc2Zvcm0+CjwvY2lyY2xlPgo8L3N2Zz4=");
  background-position: right 14px top 14px;
  background-repeat: no-repeat;
  cursor: wait !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.cursor-loading-force * {
  cursor: wait !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.datatable-full-size {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
}

.datatable-full-size .v-data-table__wrapper {
  flex: 1 1 auto !important;
  height: 100%;
}

.datatable-full-size .v-data-table__wrapper td,
.datatable-full-size .v-data-table__wrapper th {
  padding: 0 10px !important;
  white-space: nowrap !important;
}

.datatable-full-size .v-data-footer {
  margin: 0 !important;
  overflow: hidden !important;
  flex-shrink: 0;
}

.datatable {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.datatable .v-data-table__wrapper {
  flex: 1 1 auto !important;
}

.datatable .v-data-table__wrapper td,
.datatable .v-data-table__wrapper th {
  padding: 0 10px !important;
  white-space: nowrap !important;
}

.datatable .v-data-footer {
  margin: 0 !important;
  overflow: hidden !important;
  flex-shrink: 0;
}

.dialog-transition-enter, .dialog-transition-leave-to {
  transform: scale(0.92) !important;
  opacity: 0 !important;
}

.dialog-transition-enter-to, .dialog-transition-leave {
  opacity: 1 !important;
}

.v-input__icon--append .v-icon {
  padding: 8px !important;
  font-size: 18px !important;
}

.he-tree .tree-node {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  cursor: move;
}

.he-tree .tree-placeholder-node {
  background: #ddf2f9;
  border: 1px dashed #00d9ff;
  border-radius: 5px;
  height: 28px;
}

.he-tree .dragging .tree-node-back:hover {
  background-color: inherit;
}

.he-tree--hidden {
  display: none;
}

.he-tree--rtl {
  direction: rtl;
}

.v-messages__message {
  font-size: 14px !important;
}

.mainView {
  height: calc(100vh - 48px);
}

.mainViewEliminati {
  height: calc(100vh - 78px);
}

.v-main {
  padding-top: 0 !important;
}

.vsg_area {
  overflow: auto;
}

.v-data-footer {
  height: -moz-fit-content;
  height: fit-content;
}

.v-data-footer__select {
  height: 40px;
}

.row-pointer > .v-data-table__wrapper > table > tbody > tr:hover {
  cursor: pointer;
}

.v-data-table__mobile-row:not(:last-child) {
  border-bottom: 1px dashed grey;
}

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-table-row {
  margin: 10px;
  border: 1px solid #242e5b;
  border-radius: 10px;
  display: block;
}

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row__head {
  border-bottom: 1px solid #242e5b;
}

.hoverCard {
  border: 2px solid transparent;
}

.hoverCard:hover {
  background-color: #242e5b;
  border: 2px solid #3a51ba;
}

.removeHover tbody tr:hover {
  background-color: #242e5b !important;
}

.removeHover tbody tr:hover .tableProdotti {
  background-color: #242e5b !important;
}

.removeHoverTd tbody tr:hover {
  background-color: transparent !important;
}

.bl-1 {
  border-left: 1px solid #242e5b;
}

.br-1 {
  border-right: 1px solid #242e5b;
}

.bb-1 {
  border-bottom: 1px solid #242e5b;
}

.bt-1 {
  border-top: 1px solid #242e5b;
}

.bl-2 {
  border-left: 2px solid #242e5b;
}

.br-2 {
  border-right: 2px solid #242e5b;
}

.bb-2 {
  border-bottom: 2px solid #242e5b;
}

.bt-2 {
  border-top: 2px solid #242e5b;
}

.bl-3 {
  border-left: 3px solid #242e5b;
}

.br-3 {
  border-right: 3px solid #242e5b;
}

.bb-3 {
  border-bottom: 3px solid #242e5b;
}

.bt-3 {
  border-top: 3px solid #242e5b;
}

.w-100 {
  width: 100%;
}

.borderBottomNotLast tr:not(:last-child) td {
  border-bottom: 1px solid #242e5b !important;
}

.boxShadowFooter {
  box-shadow: 0px 0px 5px 0px;
}

.selectedCard {
  border: 2px solid #3a51ba !important;
  background-color: #242e5b !important;
}

.pointer {
  cursor: pointer;
}

.sortable-ghost {
  background: #242e5b !important;
}

.handle {
  cursor: move;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.close {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  color: red;
}

.text {
  margin: 20px;
}

.transitionColResize {
  transition: height 1s, max-height 1s, width 1s, max-width 1s, flex-basis 1s;
}

.transitionColResize.closedCard .hoverCard {
  animation-duration: 1s forwards !important;
  animation: lineInsertedBack 1s forwards !important;
  transition: all 1s !important;
}

.transitionColResize.openedCard .myCards {
  animation-duration: 1s forwards;
  animation: lineInserted 1s forwards;
  transition: height 1s;
}

@keyframes lineInserted {
  0% {
    height: 218px;
  }
  100% {
    height: calc(100vh - 100px);
  }
}

@keyframes lineInsertedBack {
  0% {
    height: calc(100vh - 100px);
  }
  100% {
    height: 218px;
  }
}

@keyframes widthAnimation {
  0% {
    flex: 0 0 0;
  }
  100% {
    flex: 0 0 25%;
  }
}

/*@keyframes widthAnimation {
  0% {
    width: 0px !important;
    transform: scaleX(0) scaleY(0);
  }
  100% {
    width: 0px !important;
    transform: scaleX(1) scaleY(1);
  }
}*/

.v-enter-active,
.v-leave-active {
  transition-delay: 1s;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.myopacityout {
  animation: myopacityout 1s forwards;
  transition: opacity 1s;
}

.myopacityin {
  animation: myopacityin 1s forwards;
  transition: opacity 1s;
}

@keyframes myopacityout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    height: 0;
    width: 0;
  }
}

@keyframes myopacityin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    height: auto;
    width: auto;
  }
}

.borderNone {
  border-radius: 0;
}

.borderNone tr:not(:first-child) td {
  border-bottom: 1px solid #242e5b !important;
}

.centerScreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.centerScreenMobile {
  position: fixed;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translate(0, -50%);
  border-radius: 10px;
}

.smallText td {
  font-size: medium;
}

.travel-map {
  height: 400px;
}

.maxWidthMobile {
  max-width: 50%;
}

.maxWidth {
  max-width: 10%;
}

.imgMobile {
  border: 2px solid grey;
  border-radius: 10px;
  max-width: 200px;
  cursor: help;
  max-height: 300px;
}

.imgPc {
  border: 2px solid grey;
  border-radius: 10px;
  max-width: 400px;
  cursor: help;
  max-height: 500px;
}

.maxHeightWrapper .v-data-table__wrapper {
  max-height: calc(50vh - 70px) !important;
}

.maxHeightWrapperMobile .v-data-table__wrapper {
  max-height: calc(100vh - 310px) !important;
}

.maxHeightWrapperMobileMovimentazioni .v-data-table__wrapper {
  max-height: calc(100vh - 420px) !important;
}

.movimentazioniProdotto .v-data-table__wrapper {
  max-height: calc(100vh - 750px) !important;
  overflow-y: auto;
}

.quoteProdottiSocio .v-data-table__wrapper {
  max-height: calc(100vh - 725px) !important;
  overflow-y: auto;
}

.maxHeightTableDashboard td {
  color: black;
}

.maxHeightTableDashboard .v-data-table__wrapper {
  max-height: 395px !important;
  border-radius: 10px;
  overflow-y: auto;
}

.azzurroChiaro {
  background-color: #3db2e8;
}

.hideArrow input::-webkit-outer-spin-button,
.hideArrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dataFooterMargin .v-data-footer {
  margin-right: 0px !important;
}

.v-tabs-slider {
  background-color: currentColor;
  height: 100%;
  width: 80%;
  margin-left: 10%;
}

.apexcharts-series path:hover {
  cursor: pointer;
}

.testiGraficoBianchi tspan,
.testiGraficoBianchi span {
  color: white;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.v-input--selection-controls:not(.no-margin) {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 1px !important;
  margin-left: 15%;
}

.containedImage {
  width: 100%;
  height: 100%;
  padding: 10px !important;
}

.simpleFocusEffect {
  opacity: 0.3;
}

.simpleFocusEffect:hover {
  transition: opacity 0.4s;
  opacity: 1;
}

w .graphicBlock img {
  border: 15px solid transparent;
  border-image-slice: 27 27 27 27;
  border-image-width: 25px 25px 25px 25px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("https://aduvan.ru/wp-content/uploads/photo-gallery/wood-texturs/wood-texture_(8).jpg");
}

.fade-enter-active {
  transition: opacity 0.8s;
  transition-delay: 0.8s;
}

.fade-leave-active {
  transition: opacity 0.8s;
}

.fade-enter {
  opacity: 0;
}

.fade-leave-to {
  opacity: 0;
}

.forceMeMargin {
  margin-left: -50vw !important;
  width: 100vw !important;
}

.forceMeWidth {
  width: 100vw !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-dialog-enter-active,
.fade-dialog-leave-active {
  transition: transform 0.5s;
}

.fade-dialog-enter,
.fade-dialog-leave-to {
  transform: scale(0);
}

.no-alpha {
  max-width: 260px !important;
}

.no-alpha .v-color-picker__controls .v-color-picker__preview .v-color-picker__sliders .v-color-picker__alpha {
  display: none;
}

.no-alpha .v-color-picker__controls .v-color-picker__edit .v-color-picker__input:last-child {
  display: none;
}

.carousel-3d-container figcaption {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  bottom: 0;
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 18px;
  min-width: 100%;
  box-sizing: border-box;
}

.hideMe {
  scale: 0 !important;
  opacity: 0.2 !important;
  transition: scale 0.65s ease-in-out, opacity 0.35s ease-in-out;
  -moz-transition: scale 0.65s ease-in-out, opacity 0.35s ease-in-out;
  -webkit-transition: scale 0.65s ease-in-out, opacity 0.35s ease-in-out;
}

.showMe {
  scale: 1 !important;
  opacity: 1 !important;
  transition: scale 0.65s ease-in-out, opacity 0.35s ease-in-out;
  -moz-transition: scale 0.65s ease-in-out, opacity 0.35s ease-in-out;
  -webkit-transition: scale 0.65s ease-in-out, opacity 0.35s ease-in-out;
}

.v-slide-group__content {
  justify-content: center !important;
}

.smallerDivText {
  width: 216px !important;
  max-height: 295px !important;
  overflow-y: auto;
  text-overflow: ellipsis;
}

.smallDivText {
  width: 340px !important;
  max-height: 295px !important;
  overflow-y: auto;
  text-overflow: ellipsis;
}

.mediumDivText {
  width: 520px !important;
  max-height: 439px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bigDivText {
  width: 710px !important;
  max-height: 600px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.largeDivText {
  max-height: 600px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.v-slide-group__wrapper {
  height: 170px;
}

.customSlider {
  box-shadow: 0px -4px 20px rgba(150, 150, 150, 0.5);
}

.customSlider .v-icon {
  font-size: 80px;
}

.customSlider .v-slide-group__next,
.customSlider .v-slide-group__prev {
  flex: 0px !important;
}

.pulse {
  animation: pulseImg 1.25s linear infinite;
}

@keyframes pulseImg {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.75);
  }
  40% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(0.75);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.pulseSlow {
  animation: pulseIcon 1.25s linear infinite;
}

@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.removeOverflowX .v-data-table__wrapper {
  overflow-x: hidden !important;
}

.travel-map {
  width: 100%;
  height: 820px;
  margin: 50px auto;
}

.google-map {
  border-radius: 25px !important;
}

.v-card--link:before {
  background: none !important;
}

.v-color-picker__input span {
  display: none !important;
}

.v-color-picker__edit button {
  display: none !important;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.bounce {
  animation: bounceImg 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
}

@keyframes bounceImg {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -13px, 0);
  }
}

.vue-advanced-cropper__stretcher {
  max-height: 500px !important;
}

#quill-container {
  max-height: 500px !important;
  overflow-y: auto !important;
}

.editorGrafiche .ql-toolbar {
  display: none !important;
}

.editorGrafiche .ql-editor {
  border: 0px !important;
  min-height: 0 !important;
  min-height: initial !important;
}

.editorGrafiche #quill-container {
  border: 0px !important;
  max-height: none !important;
  max-height: initial !important;
  max-width: 99vw !important;
}

.results {
  display: flex;
  flex-direction: column;
  width: 60vw !important;
}
.cards {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.card-1 {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}
.today {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.todayDetails {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  align-items: flex-start;
}
.daily {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 90px;
}
.card-2 {
  width: 100%;
  height: 300px;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: auto;
}
.days {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 23px;
}
.daysDetail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  font-size: 23px;
}
@media (max-width: 1300px) {
.card-2 {
    align-items: baseline;
}
.results {
    width: 90vw !important;
}
}


.astrodivider[data-v-bba0a5bc] {
  margin: 18px auto;
  margin-top: 19px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.astrodividermask[data-v-bba0a5bc] {
  overflow: hidden;
  height: 5px;
}
.astrodividermask[data-v-bba0a5bc]:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #7f4f24;
}
.astrodivider span[data-v-bba0a5bc] {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #936639;
  background: #936639 !important;
}
.astrodivider i[data-v-bba0a5bc] {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 1px dashed #936639;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #7f4f24;
  background: #ced4da !important;
}


.astrodivider[data-v-bb4c18b6] {
  margin: 18px auto;
  margin-top: 19px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.astrodividermask[data-v-bb4c18b6] {
  overflow: hidden;
  height: 5px;
}
.astrodividermask[data-v-bb4c18b6]:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #7f4f24;
}
.astrodivider span[data-v-bb4c18b6] {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #936639;
  background: #936639 !important;
}
.astrodivider i[data-v-bb4c18b6] {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 1px dashed #936639;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #7f4f24;
  background: #ced4da !important;
}


.google-map[data-v-914116dc] {
  width: 100%;
  min-height: 100%;
}


.astrodivider[data-v-b0eacd9c] {
  margin: 18px auto;
  margin-top: 19px !important;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.astrodividermask[data-v-b0eacd9c] {
  overflow: hidden;
  height: 5px;
}
.astrodividermask[data-v-b0eacd9c]:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #7f4f24;
}
.astrodivider span[data-v-b0eacd9c] {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #936639;
  background: #936639 !important;
}
.astrodivider i[data-v-b0eacd9c] {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 1px dashed #936639;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #7f4f24;
  background: #ced4da !important;
}


.astrodivider[data-v-b0964096] {
  margin: 18px auto;
  margin-top: 19px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.astrodividermask[data-v-b0964096] {
  overflow: hidden;
  height: 5px;
}
.astrodividermask[data-v-b0964096]:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #7f4f24;
}
.astrodivider span[data-v-b0964096] {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #936639;
  background: #936639 !important;
}
.astrodivider i[data-v-b0964096] {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 1px dashed #936639;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #7f4f24;
  background: #ced4da !important;
}


.astrodivider[data-v-ec293916] {
  margin: 18px auto;
  margin-top: 19px !important;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.astrodividermask[data-v-ec293916] {
  overflow: hidden;
  height: 20px;
}
.astrodividermask[data-v-ec293916]:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #7f4f24;
}
.astrodivider span[data-v-ec293916] {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #936639;
  background: #fff;
}
.astrodivider i[data-v-ec293916] {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #936639;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #7f4f24;
}

