/* countdown styles start */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.countdown-container {
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
}

.countdown {
  display: flex;
  transform-style: preserve3d;
  perspective: 500px;
  height: 10rem;
  width: auto;
  margin: 0 auto;
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}

.number, .separator {
  display: block;
  color: #333;
  font-size: 40px;
  position: relative;
  line-height: 10rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.separator {
  margin: 0;
  width: 2rem;
}
.current, .new {
  padding: 10px;
}

.old {
  color: #333;
  position: absolute;
  border-radius: 1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
  position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -60px;
  font-size: 14px;
  display: none;
  color: #999898;
  font-weight: 500;
  min-width: 60px;
}

#js-days:after {
  content: "Days";
}
#js-hours:after {
  content: "Hours";
}
#js-minutes:after {
  content: "Minutes";
}
#js-seconds:after {
  content: "Seconds";
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}

p.nfw-presale-note,
p.nfw-sale-note,
p.nfw-postsale-note {
  margin-bottom: 0;
}

/* countdown styles end */

/* notifications css */

.noti_ui_wrap {font-family: 'Poppins' !important;transition: all 0.8s ease-in;}
.notification-wrapper {transition: all 0.8s ease-in;}
.noti_ui_wrap * { margin: 0; padding: 0; width: 70%;  }
.noti_ui_wrap{ width: 400px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background: #FFF;padding: 20px; display: flex; align-items: center; }
.square_round{border-radius: 5px;}
.noti_ui_thumb { width: 30%; height: auto; overflow: hidden; float: left;  margin-right: 20px;}
.noti_ui_thumb img { width: 100%;}
.top_right, .top_left, .bottom_right, .bottom_left{position:fixed;z-index: 999999;}
.top_right{top: 10px; right: 10px; }
.top_left{top: 10px; left: 10px; }
.bottom_right{bottom: 30px; right: 30px; }
.bottom_left{ bottom: 30px; left: 30px; }
.rounded_box{box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important   ;}
.noti_ui_wrap  h4 { color: #666666; padding-bottom: 5px;}
p.noti_ui_short_info { color: #000; padding-bottom: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 20px;}
.noti_ui_time { color: #6f6f6f;}
.noti_ui_info h4, .noti_ui_info p {width: 100%;}
.noti_ui_info {width: 70%;}
.nfw-close {position: absolute;top: 12px;left: 95%;width: auto;cursor: pointer;}
.nfw-rating {display: flex;}
img.star {width: 10%;margin-right: 1%;}
.rounded_box_shadow .noti_ui_thumb {margin: 0;}
.rounded_box_shadow svg#Layer_1 {left: 97%;top: 2px;}
/* notifications css */
/* template 4 */
.rounded_box_shadow{
  border-radius: 100px; 
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  -o-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  padding: 0;
  height: auto !important;
}
.notification-wrapper .rounded_box_shadow {
  width: 360px;
}
.rounded_box_shadow .noti_ui_info {
  padding: 20px 0;
  position: relative;
  margin-left: 20px;
}
.rounded_box_shadow .noti_ui_thumb {
  width: 140px;
  position: relative;
  overflow: unset !important;
}
.rounded_box_shadow .noti_ui_thumb::before {
  content: '\201F';
  position: absolute;
  font-size: 40px;
  transform: rotateX(180deg);
  background-color: #7255E2;
  color: #FFF;
  text-align: center;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  line-height: 1.3;
  box-shadow: rgba(50, 50, 93, 0.25) 5px 0px 5px !important;
  border: 3px solid #FFF;
  top: -13px;
  left: -9px;
}
.rounded_box_shadow .noti_ui_info:before {
  content: '\201F';
  position: absolute;
  font-size: 200px;
  transform: rotateX(180deg);
  color: #7255E2;
  opacity: 0.15;
  top: -92px;
  left: 0;
  line-height: 1;
}
.rounded_box_shadow .noti_ui_info h4, .rounded_box_shadow .noti_ui_info p {
  width: 98%;
}
/* template 4 */
/* template 5 */
.noti_ui_wrap_five * { margin: 0; padding: 0;  }
.noti_ui_wrap_five{ width: 357px; background:transparent;padding: 0px;}
/* .noti_ui_thumb_five:after {
  content: "";
  width: 40px;
  height: 40px;
  border-width: 40px 40px 0 0;
  position: absolute;
  margin-left: 48px;
  bottom: -26px;
  z-index: 1;
  background-image: url('../../images/template-corner.svg');
} */
.noti_ui_info_five {
  float: right;
  width: 217px;
  background: #FFF;
  padding: 15px 10px 15px 10px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 2px 0px 4px 2px #CCC
}
.noti_ui_wrap_five .noti_ui_thumb_five {
  overflow: hidden;
  float: left;
  margin-right: 20px;
  background: #FFF;
  border-radius: 100px;
  width: 107px;
  height: 107px;
  box-shadow: 0px -1px 5px 3px #CCC;
  margin-top: 13px;
  position: relative;
}

.noti_ui_thumb_five img {
  border-radius: 50px;
  width: 70%;
  position: relative;
  z-index: 10;
  margin: 16px;
}
.noti_ui_info_five svg {
  position: absolute;
  width: 94px;
  height: 135px;
  top: -6px;
  left: 51px;
}

.noti_ui_info_five svg path.cls-1 {
    fill: #fff;
}

.noti_ui_info_five {
  display: flex;
}

.svg_image {
  display: inline-grid;
  height: 93px;
  min-height: 93px;
}

.content_data {
  display: inline-grid;
  height: 90px;
}
.content_data p.noti_ui_short_info {
  padding-bottom: 25px !important;
}

#template-2-corner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 112px;
  left: 42px;
}
/* template 5 */

/* template 6 */
.noti_ui_wrap_six * { 
  margin: 0; 
  padding: 0;  
}
.noti_ui_wrap_six{ 
  width: 360px; 
  background:transparent;
  padding: 0px;
}
.noti_ui_info_six {
  width: 220px;
  background: #FFF;
  padding: 17px;
  border-radius: 10px;
  float: right;    
  box-shadow: 2px 2px 3px 1px #ccc;
}

.noti_ui_thumb_six img {
  width: 80px;
  z-index: 10;
  margin: 0 auto;
  top: 20px;
  left: 25px;
  position: absolute;
}

#template-4-croner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 67px;
  bottom: -27px;
}

svg#template-3 {
  width: 135px;
  margin-top: -8px;
}

.template-3-cross-container {
  position: relative;
  float: left;
}

.nfw_notification.rounded_box .nfw-close {
  top: 2px !important;
}

p.powered_by {
  font-style: italic;
  font-size: 14px;
  text-align: right;
}

.nfw_notification.rounded_box_shadow .powered_by {
    padding-right: 30px !important;
}

/*  */
.rounded_box .noti_ui_info {
  width: 100%;
  padding-right: 2px;
}

.rounded_box .noti_ui_thumb_six {
  width: 50% !important;
}

/* notification bar template 1 */
.hello--card {
	top: 0;
	background-color: #D9D9D9;
	z-index: 99999;
	padding: 0px 15px;
	width: 100%;
}
.bar--wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
  position: relative;
}
.bar--wrap h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
.bar--wrap span {
	background-color: #333333;
	color: #fff;
	padding: 10px 15px;
	font-size: 30px;
	font-weight: 400;
}
.bar--wrap p {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}
.bar--wrap button {
	padding: 5px 20px;
}
.nfw-close-bar {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    top: 40%;
    left: 98%;
    cursor: pointer;
}

.hello--card .countdown-container {
    margin-bottom: 0 !important;
}

.hello--card .number, .hello--card .separator {
    line-height: unset !important;
}

.hello--card .countdown {
  height: auto;
} 

.hello--card .number .current, .hello--card .number .new, .hello--card .number .old {
  font-family: 'Orbitron' !important;
}

/* notification bar template 2 */
.hello--card-2 {
	top: 0;
	z-index: 9999;
	padding: 15px;
	width: 100%;
}
.hello--card-2 .bar--wrap-2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
.hello--card-2 .bar--wrap-2 p {
	font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #fff;
}
.hello--card-2 .bar--wrap-2 button {
  padding: 4px 18px;
  border-radius: 5px;
  font-weight: 500;
}

.bar-wrap-button--2 {
  display: flex;
  align-items: center;
}

.bar-wrap-button--2 button {
  margin-right: 50px;
}

.bar--wrap-2 section#countdown-container {
    margin-bottom: 0;
}

.bar--wrap-2 article#js-countdown {
    height: unset !important;
}

.bar--wrap-2 .number, .bar--wrap-2 .separator {
  line-height: 0;
  color: white;
}

.bar--wrap-2 .number .current, .bar--wrap-2 .number .new, .bar--wrap-2 .number .old {
  font-family: 'Poppins' !important;
}
.bar--wrap-2 .current, .bar--wrap-2 .new {
  margin-left: 10px;
  margin-right: 10px;
}

/* notification bar template 3 */
.hello--card-3 {
	top: 0;
	background-color: #3d4461;
	z-index: 9999;
	padding: 15px;
	width: 100%;
}
.bar--wrap-3 {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
  position: relative;
}
.bar--wrap-3 h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.bar--wrap-3 p {
	font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #fff;
}
.bar--wrap-3 button {
	background-color: #6549fb;
  padding: 8px 20px;
	border-radius: 6px;
	color: #fff;
}

.bar--wrap-3 section#countdown-container {
    margin-bottom: 0;
}

.bar--wrap-3 article#js-countdown {
    height: unset !important;
}

.bar--wrap-3 .nfw-wrapper {
  margin-left: 30px;
}

.bar--wrap-3 .number, .bar--wrap-3 .separator {
  line-height: 0;
}

.bar--wrap-3 .number .current, .bar--wrap-3 .number .new, .bar--wrap-3 .number .old {
  font-family: 'Montserrat' !important;
}

.nfw-flexbox {
  display: flex;
  align-items: center;
}

.nfw-flexbox img {
  margin-right: 20px;
}

.bar--wrap-3 .separator {
    display: none;
}

.bar--wrap-3 section.nfw-wrapper section {
    margin-right: 10px;
}

.bar--wrap-3 .current, .bar--wrap-3 .old, .bar--wrap-3 .new {
    border-radius: 10px;
}

.bar--wrap-3 #js-days .current::after, .bar--wrap-3 #js-days .new::after {
    content: "Days";
    font-size: 12px;
    margin-left: 5px;
    font-weight: 100;
}

.bar--wrap-3 #js-hours .current::after , .bar--wrap-3 #js-hours .new::after  {
    content: "Hrs";
    font-size: 12px;
    margin-left: 5px;
    font-weight: 100;
}

.bar--wrap-3 #js-minutes .current::after , .bar--wrap-3 #js-minutes .new::after {
    content: "Mins";
    font-size: 12px;
    margin-left: 5px;
    font-weight: 100;
}

.bar--wrap-3 #js-seconds .current::after, .bar--wrap-3 #js-seconds .new::after {
    content: "Sec";
    font-size: 12px;
    margin-left: 5px;
    font-weight: 100;
}

@media screen and (max-width: 1050px) { 
  .hello--card-2 .bar--wrap-2 button {
    margin: 0 auto;
  }

  .hello--card-3 .bar-wrap-button--2 {
    margin: 0 auto;
    display: block;
  }
  .hello--card-3 .bar--wrap-3 .nfw-wrapper {
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .hello--card-3 .bar--wrap-3 p {
    text-align: center;
  }
  .hello--card-3 .nfw-flexbox img {
    margin-right: 0px !important; 
  }
}

@media screen and (max-width: 800px) { 
  .hello--card-2 .bar-wrap-button--2 {
    display: block;
  }
  .hello--card-2 section.nfw-wrapper {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .hello--card-2 .bar--wrap-2 button {
    display: block;
    margin: 0 auto;
  }

  .hello--card-3 .nfw-flexbox {
    display: block;
  }
  .hello--card-3 .nfw-flexbox img {
    display: block;
    margin: 0 auto !important;
  }
  .hello--card .bar--wrap span {
    font-size: 24px;
    padding: 10px 10px;
  }
  .hello--card section.nfw-wrapper {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) { 
    
.hello--card-2 .bar--wrap-2 {
    display: block;
}
.hello--card-2 .bar-wrap-button--2 {
    text-align: center;
}
.hello--card-2 .bar--wrap-2 img {
    margin: 0 auto;
    margin-bottom: 6px;
}
.hello--card-2 .countdown-container {
    margin: 0 auto;
    padding-top:5px;
    padding-bottom:5px;
}

.nfw_notification_bar.hello--card-3 {
    padding: 0;
}
.hello--card-3 .bar--wrap-3 {
    display: block;
}
.hello--card-3 .bar--wrap-3 .nfw-wrapper {
    padding-top: 10px;
    margin-bottom: 15px;
}
.hello--card-3 .bar--wrap-3 section.nfw-wrapper section {
    margin-right: 4px !important;
}
.hello--card-3 .current, .new {
    padding: 4px;
}

.hello--card-3 .bar--wrap-3 button{
    display: block !important;
    margin: 0 auto !important;
}
.hello--card-3 .bar--wrap-3 .nfw-wrapper {
    margin-left: 0px;
}
.hello--card-3 .nfw-close-bar {
    left: 80%;
}
.hello--card-3 .countdown-container {
    width: 85%;
}
.hello--card .bar--wrap {
    display: block;
    text-align: center;
}
.hello--card .bar--wrap img {
    margin: auto;
}   
.hello--card .countdown-container {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px !important;
}
.hello--card button.record-cta {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 380px) { 
.hello--card-3 .nfw-close-bar {
    left: 90%;
}
.hello--card-3 .nfw_notification_bar .number .current {
    font-size: 20px;
}
}

@media screen and (max-width: 300px) { 
.hello--card-3 .nfw-close-bar {
    display: none;
}
}

.record-cta {
  cursor: pointer;
}

.bar--wrap .nfw-wrapper,
.bar--wrap-3 .nfw-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bar--wrap-2 .nfw-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.nfw-tooltip {
  display: inline-block;
  position: relative;
  border: 1px solid #333333;
  border-radius: 100px;
  margin-bottom: 30px;
  padding: 0;
  line-height: 1;
}

.bar--wrap .nfw-tooltip,
.bar--wrap-2 .nfw-tooltip,
.bar--wrap-3 .nfw-tooltip {
  bottom: -5px;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.bar--wrap-2 .nfw-tooltip {
  margin-left: 0 !important;
}

.bar--wrap-3 .nfw-tooltip {
  margin-left: 0 !important;
}

.nfw-tooltip .nfw-tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: 27px;
  opacity: 0;
  font-size: 14px;
  transition: opacity 0.3s;
}

.nfw-tooltip:hover .nfw-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.nfw-tooltip .nfw-tooltipicon {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 12px;
  color: #333;
  padding: 6px !important;
}

section.nfw-wrapper {
  display: flex;
  align-items: center;
}

section.nfw-wrapper {
  display: flex;
  align-items: center;
}
