/**{font-family:Poppins,sans-serif;}*//*font-weight:700*/
  
@font-face { 
  font-family: Poppins; 
  src: url('/assets/fonts/Poppins-Medium.ttf'); 
} 
.poppins{
  font-family: Poppins !important; 
}  
@font-face { 
  font-family: Poppins-Medium; 
  src: url('/assets/fonts/Poppins-Medium.ttf'); 
} 
.poppins-medium{
  font-family: Poppins-Medium !important; 
}
@font-face { 
  font-family: Poppins-Bold; 
  src: url('/assets/fonts/Poppins-Bold.ttf'); 
} 
.poppins-bold{
  font-family: Poppins-Bold !important; 
}
@font-face { 
  font-family: Poppins-ExtraBold; 
  
  src: url('/assets/fonts/Poppins-Bold.ttf'); 
  /* src: url('/assets/fonts/Poppins-ExtraBold.ttf');  */
} 
.poppins-extra-bold{
  font-family: Poppins-ExtraBold !important; 
}

/* ************ PAGE LAYOUT ************ */
html{
  position: relative;
  min-height: calc(111vh - 60px);
}
body{
  font-family: Poppins-Medium !important;
  margin-bottom: 60px;
}
.body-home{
  background-image:url('/assets/images/background.png');
  /*mix-blend-mode: lighten;*/
  overflow:hidden;
  background-blend-mode: exclusion;
} 
footer a:hover {
  color: #B1F2FF !important; 
}
a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.tagline{
  color: #B1F2FF;
    font-size: 10px;
    text-align: center;
}

.tap-soundflake-link {
  color: #B1F2FF;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}


.footer{
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 1.5;
  z-index:9;
}

/*.body-how-it-works .footer,.body-how-it-works .hiw_header_text{
  z-index: 10;
  position: relative;
}*/

.footer-text{
color: #A7A8A9;
text-align: center;
font-feature-settings: 'case' on;
font-family: Poppins;
font-size: 10px;
font-style: italic;
font-weight: 500;
line-height: normal;
}

.footer-home{ /*.footer-home*/
  position: absolute;  
  margin-bottom:150px;
  line-height: normal !important;
}
.footer-hr{
  border-top: 4px solid #2746F8 !important;
  border-radius: 21px;
  width: 571px;
}

.btn-footer-home,.btn-footer-home:hover{
  /*background-color:#B1F2FF !important;
  border-color:#B1F2FF !important;*/
  background: url('/assets/images/buttonv2.svg') no-repeat;
  width: 227px;
  height: 36px;
  color: #B1F2FF;
  /*font-size: 12px;*/
  line-height: 22px;
  letter-spacing: 1px;
  background-size: contain;
  text-transform: capitalize; 
}
@media (max-width: 991px) {
  .btn-footer-home{
    /*width: 175px;*/
  }
}

.page_header_text{
  color: var(--Blue, #B1F2FF);
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
    z-index:10;
  /*color: #A7A8A9;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 10px;*/
}
.how-it-works-mobile .page_header_text{
  font-size: 18px;
}

/* ************ HOMEPAGE ************ */

.info-icon-desktop{
  width: 18px;
  bottom: 0px;
  position: absolute;
  margin-bottom: 10px;
  margin-left: 10px;
}
 .client-logo{
  width:50%  !important;
}
.body-home .client-logo{
  width:75%  !important;
}

.custom-text-wrapper-sm{
  font-weight: 400;
  color: #D3CDCD;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}
.custom-text-wrapper{
  font-weight: 500;
  color: #D3CDCD;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.grid-container img{
  mix-blend-mode: lighten;
}
#messageModal .modal-content{
  border-radius: 38px;
  background: linear-gradient(134deg, rgba(255, 255, 255, 0.25) 4.4%, rgba(196, 196, 196, 0.00) 74.77%);
  box-shadow: 31.06569px 4.43796px 22.18978px -1.10949px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(22.189781188964844px);
  -webkit-backdrop-filter: blur(22.189781188964844px);
}
#messageModal .modal-content .modal_title{
  color: #F6F6F6;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
}

#messageModal .modal-content .modal_sub{
  color: #B1F2FF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1px;
}

#messageModal .modal-content .modal_message{
  color: #C4C0C0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

#messageModal .modal-content .modal_link{
  color: #B1F2FF;
  font-size: 12px;
  text-decoration-line: underline;
}


/* SNOWFLAKE HOMEPAGE */

#snowflake_home,#snowflake_home_patient,snowflake_home{
  z-index: 99;
    position: relative;
}
@media (max-width: 767px) {
  /*html, body {
    overflow-x:hidden; 
  } 
  html{
    position: relative;
    min-height: calc(111vh - 160px) !important;
  }*/

  #snowflakeMessage{
    width: 60%;
    top:-75px !important;
    left:0 !important;
  }
  body{
    overflow-y:auto !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  body::-webkit-scrollbar {
    display: none;
  }
}
#snowflakeMessage{
  position: relative;
  top:-65px;
  left: 130px;
  width: 250px;
  max-width: 250px;
}
#snowflakeMessage .snowflakeMessage-body{
  /* padding: 1.5rem; */
  /* padding: 10px 25px 10px 25px; */
  padding: 15px 15px 15px 18px;
  border-radius: 38px;
  background: linear-gradient(134deg, rgba(255, 255, 255, 0.25) -50%, rgba(196, 196, 196, 0.00) 99.77%);
  box-shadow: 31.06569px 4.43796px 22.18978px -1.10949px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(22.189781188964844px);
  -webkit-backdrop-filter: blur(22.189781188964844px);
  z-index: 99;
  position: relative;
}
.non-patient-container-line{
  margin-left: 165px;
  margin-top: -30px;
}
/*#snowflakeMessage .snowflakeMessage-body .snowflakeMessage-title{
  color: #A7A8A9;
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
} 
#snowflakeMessage .snowflakeMessage-body .snowflakeMessage-sub{
  color: #A7A8A9;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1px;
}
#snowflakeMessage .snowflakeMessage-body .snowflakeMessage-message{
  color: #B1F2FF;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
 
}
#snowflakeMessage .snowflakeMessage-body .snowflakeMessage-link{
  color: #A7A8A9;
  font-size: 12px;
  font-weight: 700; 
} */

/* ************ HOW IT WORKS ************ */

.body-how-it-works .acs-logo{
  display:none;
}
.body-how-it-works .share-logos{
  display:block;
}
.body-how-it-works .how-it-works-mobile .card-body,.body-how-it-works .how-it-works-mobile .hiw_outer_border_active{
  padding:0px;
}
.body-how-it-works .card-deck,.body-how-it-works .div-snowflake-container{
min-height: 490px;;
}
.how-it-works-mobile .hiw_header_text{
font-size: 20px;
}

.hiw_header_text{
  color: var(--Blue, #B1F2FF);
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
  /*color: #A7A8A9;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 10px;*/
}
.hiw_card_title{
  color: #F6F6F6;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.hiw_card_text{
  color: #C4C0C0;
  text-align: center;
  /* font-family: Source Sans Pro;  */
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.hiw_outer_border_active{
  border: 0px solid rgba(177, 242, 255, 0.60);
  border-radius: 36.6px;
  padding: 15px;
}
.hiw_inner_border_active{
  border-radius: 24.4px;
  border: 0px solid #B1F2FF;
  background: rgba(255, 255, 255, 0.00);
  /* padding: 20px 20px 5px 20px; */
  padding: 20px 10px 0px 10px;
}
.hiw_outer_border{
  border-radius: 36.6px;
  /*border: 1.525px solid rgba(255, 255, 255, 0.40);*/
  border: 0px solid rgba(255, 255, 255, 0.40);
  padding: 15px;
}
.hiw_inner_border{
  border-radius: 24.4px;
  /*border: 3.05px solid #FFF;*/
  border: 0px solid #FFF;
  background: rgba(255, 255, 255, 0.00);
  padding: 20px 20px 5px 20px;
}
.hiw_ring_section{
  border-radius: 32px;
}
.hiw_soundanalysis_section{
  height: 176px;
}
.hiw_soundanalysis_section_sm{
  /* height: 280px; */
}
.hiw_soundflake_section{
  border-radius: 193px;
  mix-blend-mode: lighten;
}
.hiw_footer_text{
  color: #A7A8A9;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.hiw_footer_link, .hiw_footer_link:hover{
  color: #B1F2FF;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.hiw_soundflake_block{
  color: #F6F6F6;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.hiw_rang_bell{
  color: #A7A8A9;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}
.hiw_image_block{
  height: 285px;
}
.w-65{
  width: 65% !important;
}
.vr-middle{
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.middle-hr-active{ 
  width: 80px;
  height: 7px;
  background-color: #B1F2FF;
  border-radius: 50px;
  margin-bottom: 5rem;
  margin-top: 0px;
}
.middle-hr-inactive{ 
  width: 80px;
  height: 7px;
  background-color: #1A1A1A;
  border-radius: 50px;
  border:1px solid #3B3AEF;
  margin-bottom: 5rem;
  margin-top: 0px;
}
.middle-hr-active-sm{ 
  height: 7px;
  background-color: #B1F2FF;
  border-radius: 50px;
  margin: 0 10px 0 10px
}
.middle-hr-inactive-sm{ 
  height: 7px;
  background-color: #1A1A1A;
  border-radius: 50px;
  border:1px solid #3B3AEF;
  margin: 0 10px 0 10px
}
.line{
  display: inline-block;
  border-top: 1px solid white;
  width: 2em;
}
.embed-responsive-sound_analysis-lg::before {
  padding-top: 121.25%;
}
/* #myCarousel {
  height: auto;
  width: 75%;
  overflow: hidden;
} */
/*.next{
  background-color: #71FFFF !important;
  color:#1A1A1A !important;
}
.prev{
  background-color: #C4C4C4 !important;
  color:#ffff !important;
}*/

/* ************ ADD MESSAGE OF HOPE ************ */
.body-add-message .footer{
margin-top:50px;
}
.message_header_text{
  color:#ffff;
  font-size: 18px;
  line-height: normal;
}
.message_input,.message_input:focus{
  border-radius: 5px;
  border: 1px solid #B1F2FF;
  background: transparent;
  color: #fff;
}
 .custom_input_group input:focus ,.custom_input_group textarea:focus{
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
}
.custom_input_group:focus-within {
  border-radius: 5px !important;
  border: 1px solid #B1F2FF !important;
  background: transparent !important;
  color: #fff !important;
}


.message_input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #1A1A1A;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.message_input::placeholder {
  color: #1A1A1A;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.finish-btn , .finish-btn:hover{
  width: 100%;
  color: #1A1A1A;
  border-radius: 20px;
  border: 1px solid #B1F2FF;
  background: #B1F2FF;
}

.message_continue_btn, .message_continue_btn:hover {
  color: white !important;
  border-radius: 20px;  
  cursor: pointer; 
  background: url(/assets/images/grey-gradient.png) no-repeat;
  background-size: cover;
  height: 37px;
  /* width: 370px; */
  /* padding: 7px 0.75rem; */
}
/*
.message_continue_btn, .message_continue_btn:hover{
  color: white;
  border-radius: 20px; 
  background: #B1F2FF;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 15px 0.75rem;
  background: url(/assets/images/grey-gradient.png) no-repeat;
  background-size: cover;
  height: 50px;
}*/

.body-add-message  .footer-add-message-active,.body-how-it-works  .footer-how-it-works-active{
  background: url(/assets/images/grey-gradient-active.png) !important;
  background-size: cover !important;
  height: 39px !important;
  color:#fff !important;
}
/* ************** CUSTOM CSS **************** */

/* Ipad Mini landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2)
{
  .hiw_image_block{
    height: 220px;
  }
  .hiw_soundanalysis_section{
    height: 125px;
  }
  .hiw_soundflake_block{
    font-size: 14px;
  }
  .play-icon{
    width: 20px;
  }
  .hiw_rang_bell{
    font-size: 11px;
  }
  .hiw_soundflake_section{
    height: 113px;
  }
}
/* Ipad Mini Portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2)
{
  .btn-footer-home {
    width: 175px !important;
  }
}

/* Ipad Air Landscape*/
@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px)
  and (orientation : landscape)
  and (-webkit-min-device-pixel-ratio: 2)
{
  .hiw_image_block{
    height: 220px;
  }
  .hiw_soundanalysis_section{
    height: 125px;
  }
  .hiw_soundflake_block{
    font-size: 14px;
  }
  .play-icon{
    width: 20px;
  }
  .hiw_rang_bell{
    font-size: 11px;
  }
  .hiw_soundflake_section{
    height: 113px;
  }
}

/* Ipad Air portrait */
@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px)
  and (orientation : portrait)
  and (-webkit-min-device-pixel-ratio: 2)
{
  .btn-footer-home {
    width: 175px !important;
  }
}

/* Ipad Pro */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (orientation : portrait)
  and (-webkit-min-device-pixel-ratio: 2) 
{
  .hiw_image_block{
    height: 220px;
  }
  .hiw_soundanalysis_section{
    height: 125px;
  }
  .hiw_soundflake_block{
    font-size: 14px;
  }
  .play-icon{
    width: 20px;
  }
  .hiw_rang_bell{
    font-size: 11px;
  }
  .hiw_soundflake_section{
    height: 113px;
  }
}

/* Iphone 14 pro max landscape  */
@media only screen 
  and (device-width: 428px) 
  and (device-height: 926px) 
  and (orientation : landscape)
  and (-webkit-device-pixel-ratio: 3)
{
  .btn-footer-home {
    width: 175px !important;
  }
}

.letter-spacing-8{
  letter-spacing: 8px;
}
.bg-dark-custom{
  background-color: #1A1A1A !important;
}
 /* vertical centering 
 top: 0;
 bottom: 0;
 margin-top: auto;
 margin-bottom: auto; */

 /* horizontal centering 
 right: 0;
 left: 0;
 margin-right: auto;
 margin-left: auto; */
 
 #target {
  opacity: 0;
  z-index:10;
}
.flake {
  width: 200px;
  height: 200px; 
  /*background-image: url("/assets/images/snowflakes-spree.png");*/
  position:absolute;
  cursor: pointer;
  background-position: 0px, 0px;
  background-size:cover;
  background-repeat: no-repeat;
} 
.verticle-align{  
  display: flex;
  align-items: center;
  flex-wrap: wrap;}

.hiw_border_frame{
  margin-bottom:15px;
  /* min-height:70vh;  */
  background: url('/assets/images/frame.png') no-repeat ;
  background-size: 100% 100%;
}

.how-it-works-mobile-container{
background: url(/assets/images/frame_sm.png) no-repeat; 
    background-size: contain;
    background-position: center; 
    padding: 20px;
  }
/*.hiw_border_frame_sm{
  min-height:75vh; 
  background: url('/assets/images/frame_sm.png') no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
.pointer{
  cursor: pointer;
}

.body-add-message .input-group-text{
  border: 1px solid #B1F2FF;
}

.body-add-message .message_input{
  line-height: 30px;
}
.add-message-marker{
  color:#A7A8A9;
  font-weight:bold;
}

.body-add-message ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
  text-align: left;
  }

  .font8{
    font-size:8px;
    }
    .font9{
    font-size:9px;
    }
.font10{
font-size:10px;
}
.font12{
font-size:12px;
}

.font14{
font-size:14px;
}
.font16{
font-size:16px;
}
.font18{
font-size:18px;
}
.font20{
font-size:20px;
}
.font22{
font-size:22px;
}
.font24{
font-size:24px;
}
.font26{
font-size:26px;
}
.font28{
font-size:28px;
}
.font30{
font-size:30px;
}
.font32{
font-size:32px;
}
.font-weight100{
font-weight: 100;
}
.font-weight200{
font-weight: 200;
}
.font-weight300{
font-weight: 300;
}
.font-weight400{
font-weight: 400;
}
.font-weight500{
font-weight: 500;
} 
.font-weight600{
font-weight: 600;
}
.font-weight700{
font-weight: 700;
}
.letter-spacing0{
  letter-spacing: 0px;
}
.letter-spacing1{
  letter-spacing: 1px;
}
.letter-spacing1-5{
  letter-spacing: 1.5px;
}
.letter-spacing2{
  letter-spacing: 2px;
}
.letter-spacing2-5{
  letter-spacing: 2.5px;
}
.letter-spacing3{
  letter-spacing: 3px;
}
.letter-spacing4{
  letter-spacing: 4px;
}
.letter-spacing5{
  letter-spacing: 5px;
}
.italic{
  font-style: italic; 
}

.margin-top-minus-5{
  margin-top:-5px;
}
.margin-top-minus-7{
  margin-top:-7px;
}
.margin-top-minus-10{
  margin-top:-10px;
}
.margin-top-minus-15{
  margin-top:-15px;
}
.line-height20{
line-height: 20px;
}
.line-height18{
line-height: 18px;
}

progress { accent-color: #B1F2FF; } 

.text-blue{
color:#B1F2FF;
}
.text-grey{
  color:#A7A8A9;
}
.text-underline{
  text-decoration: underline;;
}
 
video{
  background-blend-mode: exclusion;
}

video::-webkit-media-controls-fullscreen-button { display: none; }
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-timeline { display: none; }
video::-webkit-media-controls-current-time-display{ display: none; }
video::-webkit-media-controls-time-remaining-display { display: none; }
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-toggle-closed-captions-button {}
video::-webkit-media-controls-volume-slider {}
video::-webkit-media-controls-start-playback-button {display: none;} 

