@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;500;700&display=swap');

/* custom code :nc*/

.deck_image{padding-left: 7.2%; padding-right: 10.2%;}

.min_purchase_duration_too_low {}
.listing-item.min_purchase_duration_too_low::after {
  content: 'Not Available At This Lease Length';
  color: #333;
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.listing-item.min_purchase_duration_too_low .content-wrapper {
    opacity: 0.3;
}

.min_purchase_duration_too_low_seasonal {}
.listing-item.min_purchase_duration_too_low_seasonal::after {
  content: 'Residence is only available for shared purchase';
  color: #333;
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.listing-item.min_purchase_duration_too_low_seasonal .content-wrapper {
    opacity: 0.3;
}

.listing-item.min_purchase_duration_24::after {
  content: 'This residence is available for a 24 year lease or the Life of the Vessel';
/*   content: 'Residence is Only Available for the Life of the Vessel'; */
}

.listing-item.min_purchase_duration_60::after {
  content: 'Residence is Only Available for the Life of the Vessel.';
}


.padding-top { padding-top: 40px !important; }

.logo { 
  max-width: 300px;
  margin: auto;
  display: block;
}
.logo-for-print { display: none; }

.keyvalue_row {
  display: flex;
}

.keyvalue_row > .input > input {
  width: 20px !important;
  height: 20px;
}

/* FILTERS */
.filters form {
display: flex;
justify-content: center;
}
.filter {
  width: 200px;
  margin: 24px;
}

.filter .label {}
.filter .selector {}

.filter.filter-price {
  width: 400px;
}
#amount { 
  color: orange;
  padding-left: 10px;
  display: none;
}

.showPrice #amount {
 display: inline-block; 
}

.filter.hide-sold {
  width: 240px;
}
.filter.hide-sold .label {
 opacity: 0; 
}

/* Hide  Filters Not Ready Yet */
.filter-deck,
.filter-fee { display: none; }



/* SLIDER */
.price-slider-wrapper { position: absolute; width: 467px; height: 128px; background-color: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-direction: column; top: 74px; z-index: 999; display: none; }
#slider-container { margin-top: 10px; width: 85% }
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .
ui-button:active, 
.ui-button.ui-state-active:hover {
    border: 1px solid #00a7e1;
    background: #00a7e1;
    font-weight: normal;
    color: #ffffff;
}
.fiter-price {
  width: 400px;
}
.fiter-price #slider-container {
    width: 380px;
    margin: 10px;
}



/* ACTION BAR */
.action-bar {
  font-size: 42px;
  font-weight: 100;
  position: relative;
}

.action-bar-title {
  display: inline-block;
}
.action-bar-cta {
  right: 24px;
  display: inline-block;
  font-weight: 400;
  position: inherit;
}
.action-bar-cta #download {
  margin-right: 20px;
}
.action-bar-cta .hs-cta-wrapper {
  padding: 0;
}
.action_bar_ownership_length_wrapper {
  font-size: 18px;
  font-weight: 400;
}
.action_bar_seasonal_ownership_length_wrapper{
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.action_bar_seasonal_ownership_length_wrapper select {
  opacity: 1;
}

.seasonal-ownership-container {
  position: absolute;
  width: 345px;
  height: 176px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 37.4px;
  z-index: 999;
  top: 70px;
  display: none;
}

#seasonal-ownership-container-active{
  display: block; 
}

.all-options-container{
  margin-top: 12px;
  margin-bottom: 12px;
}

.individual-option-container{
    margin: 0px 6px 0px 6px;
    padding: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
}

.individual-option-container:hover {
    background-color: #EEEEEE;
}

.individual-option-container label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 6px;
  margin-bottom: 0px;
  cursor: pointer;
  font-weight: 100;
}

.individual-option-container .seasonal-ownership-available-units{
  opacity: 0.4;
}

.disabled-seasonal-option .seasonal-ownership-available-units{
  opacity: 1 !important;
}

.horizontal-separator{
  width: 307px;
  opacity: 0.1;
  border-bottom: 1px solid #000000;
  margin: auto;
}

.disabled-seasonal-option{
  cursor: not-allowed;
}

.disabled-seasonal-option label{
  text-decoration-line: line-through;
  opacity: 0.3;
  cursor: not-allowed;
}

.saved-units {
  display: inline-block;
  float: right;
  color: #00A7E1;
}

.data-summary div:nth-child(3) {
  opacity: 0.3;
  display: none;
}

.percent_sold,
.percent_sold_filtered {}

.align-center {
  text-align: center;
}
/* LISTING ITEMS */

#listings .action-bar {
  text-align: center;
  margin-top: 80px;
}
#listings > p.pagination-links{
  text-align: center;
}
#listings > p.pagination-links > a{padding: 0px 3px;}
#listings > p.pagination-links > a.active{
  text-decoration: underline;
  color: black;
  background-color: inherit;
}

.listing-items,
.listing_types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.listing-item {
  width: 320px;
  margin: 24px;
  border: 2px solid transparent;
  position: relative;
}

.listing-item .seasonal-balance{
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
  width: 100%;
}

.listing-item .seasonal-balance svg{
  width: 20%;
}

.listing-item .seasonal-balance p{
    font-weight: 400;
    font-size: 12px;
    color: #44A6DC;
    margin-left: 15px;
}

.listing-item .seasonal-balance .season-available-svg{
  opacity: 100%;
  fill: #44A6DC;
}

.listing-item .seasonal-balance .season-not-available-svg{
  opacity: 100%;
  fill: white;
}

.test-svg{
  d: path("M20 20V0H0V20H20Z") !important; 
}

.listing-item .heart { 
position: absolute;
right: 0;
top: 0;
  display: none;
}

.listing-item.RU11 .preview .image,
.listing-item.RU12 .preview .image,
.listing-item.RU13 .preview .image{
    overflow: hidden;
}

.listing-item.RU11 .preview .image img,
.listing-item.RU12 .preview .image img,
.listing-item.RU13 .preview .image img{
    transform: scale(2);
}

.listing_item_info {
  display: flex;
  justify-content: space-between;
}

.listing_item_info .unit {
  text-align: left;
}

/* .listing_item_info .unit>h2 {
  text-align: center;
}

.listing_item_info .unit>.description {
  text-align: center;
} */


.listing_item_info .value {
  text-align: right;
  margin-bottom:0px!important
}

.listing-item li.total {
  font-weight: bold;
}

.currency::first-letter {
/*   opacity: 0.4;
  padding-right: 4px; */
}

.listing-item h1,
.listing-item-details h1{
  font-size: 35px;
  margin: 0;
}

.listing-item h2,
.listing-item-details h2{
/*   font-size: 18px; */
  font-size: 38px !important;
  font-weight: 100;
/*   margin-top: -12px; */
  margin-top: 0;
  margin-bottom:0px
}

.listing-item .unit_description {
   margin: 16px 0 24px 0;
}

.listing-item .co-ownership-description {
   margin: 16px 0 24px 0;
}

/* LIST ITEM HOVER */
.listing-item:hover {
  border: 2px solid #00A7E1;
  cursor: pointer;
}
.listing-item.sold:hover {
  border: 2px solid transparent;
  cursor: default;
}

/* SOLD */
.listing-item.sold {
 background: rgba(255,255,255,1);
}
.listing-item.sold .content-wrapper {
  opacity: 1;
}

.listing-item.sold::after,
.listing-item.sold .unit_description::after {
  content: 'RESERVED';
  color: red;
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 72px;
  transform: translate(-50%, -50%) rotateZ(33deg);
  z-index: 10;
}

.listing-item.sold .co-ownership-description::after {
  content: 'RESERVED';
  color: red;
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 72px;
  transform: translate(-50%, -50%) rotateZ(33deg);
  z-index: 10;
}

.listing-item.sold .reserved_desc::after {
  transform: translate(-50%, 100%) rotateZ(33deg);
}

.listing-item.sold .unit_description::after {
  position: relative;
}

.listing-item.sold .co-ownership-description::after {
  position: relative;
}

/*
SOLD UNIT ARE NOW SHOWING DATA

.listing-item.sold .value h1 span {
  display: none;
}

.listing-item.sold .value h1:after {
  content: 'Sold';
}
.hide-sold .sold {
  display: none !important;
}

.sold div#calculator {
    display: none;
} */

body:not(.card-open).hide-sold .sold {
  display: none !important;
}


/* SELECTED */
.selected {
  flex: 0 1 100%;
  margin: 40px;
}

/* #listing-details .content .listing_item_info h1,
#listing-details .content .listing_item_info h2 {
  display: inline-block;
} */

/* #listing-details .content .listing_item_info h1:after {
  content: " - ";
  display: inline-block;
} */

.floor_plan {
}


/* PRICE Variances */
.price span { display: none; }
.price .years_12 span:nth-child(1) { display: inline-block; }
.price .years_24 span:nth-child(2) { display: inline-block; }
.price .years_36 span:nth-child(3) { display: inline-block; }
.price .years_48 span:nth-child(4) { display: inline-block; }
.price .years_60 span:nth-child(5) { display: inline-block; }
/*   .currency::before, */
.price span::before {
    content: attr(data-currency);
    letter-spacing: -0.05em;
    opacity: 0.4;
}

.meters-squared:after {
  content: ' m2';
  display: inline-block
  padding-left: 0.3em;
  opacity: 0.5;
}

.sq_ft:after {
  content: ' sq ft';
  display: inline-block;
  padding-left: 0.3em;
  opacity: 0.5;
}

.popover__title {

}

.popover__title span {
  padding-left: 4px;
}
  

.popover__wrapper {
  position: relative;
  display: inline-block;
  cursor: default;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -50px;
  transform: translate(0, 10px);
  background-color: #333;
  color: #fff;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 300px;
  top: 100px;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}

.ann_sur_fee .popover__title {
  cursor: pointer;
}

.ann_sur_fee .popover__content {
  top: 50px;
  left: -100px;
}

.listing-item .text-area {
  margin-top: 10px;
}

body:not('.filter_by_unit_type') {
  
}


.filter_by_unit_type .RU1,
.filter_by_unit_type .RU2,
.filter_by_unit_type .RU3,
.filter_by_unit_type .RU4,
.filter_by_unit_type .RU5 { display: none; }


.filter_by_unit_type.filter_by_unit_type_RU1 .RU1 { 
  display: block;
}

.filter_by_unit_type.filter_by_unit_type_RU2 .RU2 { 
  display: block;
}

.filter_by_unit_type.filter_by_unit_type_RU3 .RU3 { 
  display: block;
}

.filter_by_unit_type.filter_by_unit_type_RU4 .RU4 { 
  display: block;
}

.filter_by_unit_type.filter_by_unit_type_RU5 .RU5 { 
  display: block;
}

@media screen
and (min-width : 768px) 
and (max-width: 1024px) {
  .listing-item { 
    margin: 10px;
  }
}

@media screen
and (max-width: 1024px) {
  .logo { max-width: 260px; }
  .second_line { 
    display: block;
  }
  .second_line:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .logo { max-width: 80%; }
  .padding-top {
    padding-top: 5px !important;
  } 
  
  .action-bar-cta {
    right: 0px;
  }
 
  .button-primary:disabled,
  .button-primary[disabled=disabled],
  .button-primary[disabled]{
    background-color: #CECECE !important;
  }
  
  .listing-footer .button-primary,
  #details_footer .button-primary {
    width: 100%;
    text-align: center;
  }
  
  #details_footer {
    margin: 10px 10px 100px 10px;
  }
 
  .filters form {
    flex-direction: column;
  }
  .filter {
    width: auto;
    margin: 10px;
    flex: 0 0 100%;
  }
  .filter.hide-sold .label {
    display: none;
  }
 
  .listing-item {
    margin: 10px 10px 0 10px;
  }
  
  .listing-item.card {
    width: 46%;
    margin: 10px;
    padding: 16px;
  }
  
  .listing-item h2 {
    margin-bottom: 0;
  }
  .action-bar-title {
    font-size: 36px;
  }
  
  body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }
}


@media screen and (max-width: 560px) {
  .listing-item.card {
      width: 100%;
  }
  .listing-item.sold::after,
  .listing-item.sold .unit_description::after,
  .listing-item.sold .co-ownership-description::after { font-size: 58px; }
}

@media print {
  body {
    zoom: 60%;
    font-size: 140%;
  }
  .logo-for-print { 
    max-width: 400px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .logo-for-print img {
    margin: 0;
    max-width: 100%;
  }
  body.listings {
    background-color: #FFF !important;
  }
  .action-bar,
  .button-primary,
  .WidgetCall__CallButtonFrame-sc-8rz83s-0,
  #hubspot-messages-iframe-container {
    display: none !important;
    opacity: 0;
  }
  
  .deck_image,
  .floor_plan,
  .room_layout {
    margin: 100px 0;
  }
}

.filters {
    position: relative;
/*     padding-bottom: 30px; */
/*     margin: 0 0 20px; */
}


.row-fluid .pricenter-Button { text-align: center; }
.row-fluid .pricenter-Button a  { font-weight: 400; position: static; transform: none; line-height: 18.15px; padding: 5px 11px; border-radius: 10px; font-size: 15px; color: #555555 !important; display: inline-block; border: 1px solid #BBB4B4; cursor: pointer; }
.pricenter-Button{
/*   margin-top: 55px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.slParent .filters .selection select { height: auto; }
.slParent .filters .label { padding: 0 0 5px; font-size: 16px; }

/* custom css for public space images */
.spaces-wrapper{width:70%;margin:0 auto;}

@media(min-width: 769px){ 
  
.slParent .filters .filter-price .selection { padding-top: 4px; }

.slParent .filters .label .popover__title, .slParent .filters .filter-price .label, .slParent .filters .selection { font-size: 16px; }
.slParent .filter:not(.filter-deck):not(.filter-fee) {  display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap;  flex-flow: row wrap; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; }
.slParent .filter.hide-sold .selection, .slParent .filters .filter-price .selection { min-height: 38px; }
.slParent .filter.hide-sold .selection { padding-top: 7px;  }
.slParent .filter.filter-price  > .label {  margin-left: -9px; }
}
@media(max-width: 768px){
  .slParent .filter.filter-price  > .label {  margin-left: -9px; }
  .slParent .filter.filter-price { margin-left: 20px; }
}

body select {font-size:15px !important; height:37px!important}
.extra-info{text-align:right; margin-bottom:30px}
.extra-info .line1{font-size:21px; opacity : .5}
.extra-info .line2{padding-left:45%; font-size:12px}
.youtube-video-outer { padding-bottom: 56.25%; position: relative;}
.youtube-video-outer iframe { position: absolute; top: 0; left: 0; height: 100% !important; width: 100% !important; }

#price-selection-container {
  position: relative;
}

#currency-selection-container, #price-selection-container{
  width: 135px;
}

#price-selection-container select {
/*     -webkit-appearance: none;
    -moz-appearance: none; */
    opacity: 1;
  padding: 8px 4px;
}

.filter-seasonal-ownership select{
  opacity: 1;
}


.filter-seasonal-ownership{
  width: 264px;
  position: relative;
}

#seasonal-ownership-main-active {
  display: block;
}

#active-price-slider {
  display: flex;
}

.seasonal-ownership-container-main {
    width: 345px;
/*     height: 176px; */
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 37.4px;
    position: absolute;
    top: 74px;
    z-index: 999;
    display: none;
}

.all-options-container-main{
    margin-top: 12px;
    margin-bottom: 12px;
}

.individual-option-container-main{
    margin: 0px 6px 0px 6px;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.individual-option-container-main:hover {
    background-color: #EEEEEE;
}

#seasonal-ownership-clear-filter .seasonal-ownership-option{
  width: 100%;
  display: flex;
  justify-content: center;
}

.horizontal-separator{
    width: 307px;
    opacity: 0.1;
    border-bottom: 1px solid #000000;
    margin: auto;
}

.co-ownership-ru2-unit_description, .co-ownership-ru4-unit_description{
  display: none;
}

.shared-ownership-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shared-ownership-container{
/*     width: 878px; */
    height: fit-content;
    margin-top: 13px;
    margin-bottom: 30px;
}

.shared-ownership-heading{
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
    margin: 0;
    margin-bottom: 27px;
}

.shared-ownership-features{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.shared-ownership-features .individual-feature{
    display: flex;
    flex-direction: column;
    width: 20%;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
}

.shared-ownership-features .individual-feature .icon{
    height: 50px;
    margin-bottom: 5px;
}

.shared-ownership-features .individual-feature .icon img{
    height: 50px;
}

.shared-ownership-features .individual-feature .tag-line{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.shared-ownership-features .individual-feature .text{
    font-size: 12px;
    font-weight: 500;
}

.shared-ownership-video-player{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-bottom: 34px;
}

.shared-ownership-video-player .video-box{
    height: 359px;
    width: 622px;
    background-color: #D9D9D9;
    position: relative;
    cursor: pointer;
}

.shared-ownership-video-player .video-box svg{
    position: absolute;
    top: 146px;
}

.shared-ownership-video-player .video-box svg path{
  fill: white;
  opacity: 1;
}

.shared-ownership-buying-process-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shared-ownership-buying-process-container .buying-process-heading{
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    margin: 0px;
    margin-bottom: 24px;
}

.shared-ownership-buying-process-container .hr{
    width: 666px;
    height: 1px;
    opacity: 0.3;
    background-color: black;
}

.shared-ownership-buying-process-container .steps{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 622px;
}

.shared-ownership-buying-process-container .steps .individual-step{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px 0px 28px 0px;
}

.shared-ownership-buying-process-container .steps .individual-step .number{
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 100;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #666666;
}

.shared-ownership-buying-process-container .steps .individual-step .text{
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #666666;
}

#select_type option:disabled{
  color: rgb(170,170,170);
}


//////////////////////////////////
//////////////////////////////////
////////// ALERT BOX CSS /////////
//////////////////////////////////
//////////////////////////////////

.ava-modal {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.ava-modal{
  position: fixed;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
}

div.ava-modal-container{
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.75);
}

.ava-modal > * {
  box-sizing: border-box;
}

.ava-alert {
  background-color: white;
  width: 80%;
  text-align: right;
  font-family: barlow;
  font-weight: 900;
  animation: 25s 1 ava_alert_animation;
  -webkit-animation: 0.5s 1 ava_alert_animation;
}

@media (min-width: 650px) {
  .ava-alert {
    width: 300px;
  }
}

@keyframes ava_alert_animation {
  from {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.ava-alert .ava-text-con {
  position: relative;
}

.ava-alert__icon {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: inset 0px -5px 7px rgba(0, 0, 0, 0.3);
}

.ava-alert__text {
  padding: 15px;
  line-height: 1.5em;
  color: #8a8a8a;
  font-size: 13px;
}

.ava-alert__btn {
  font-family: barlow;
  width: 70px;
  padding: 7px 0px;
  display: block;
  margin: auto;
  margin-bottom: 13px;
  border-radius: 0;
  border: 0;
  background-color: #00A7E1;
  color: white;
  cursor: pointer;
  position: relative;
}

.svg-box {
  display: inline-block;
  position: relative;
  width: 150px;
}

.ava-text-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.green-stroke {
  stroke: #ffffff;
}

.red-stroke {
  stroke: #ffffff;
}

.yellow-stroke {
  stroke: #ffffff;
}

.circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 56px;
  left: 49px;
  width: 52px;
  height: 40px;
}

.checkmark path {
  animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0;
  }
  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}

/*---------- Cross ----------*/
.cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 54px;
  left: 54px;
  width: 40px;
  height: 40px;
}

.cross .first-line {
  animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
  animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}

@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}

.alert-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
  stroke: none;
  fill: #ffffff;
}

@keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
