body {
  font-family: "Roboto", sans-serif;
  background-color: #fff; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
  a:hover {
    text-decoration: none !important; 
  }

.content {
  padding: 7rem 0; 
}

h2 {
  font-size: 20px; }

.half, .half .container > .row {
  height: 100vh; }



.half .contents .form-group, .half .bg .form-group {
    margin-bottom: 0;
    border: 1px solid #efefef;
    padding: 15px 15px;
    border-bottom: none; }
    .half .contents .form-group.first, .half .bg .form-group.first {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
    .half .contents .form-group.last, .half .bg .form-group.last {
      border-bottom: 1px solid #efefef;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px; }
    .half .contents .form-group label, .half .bg .form-group label {
      font-size: 12px;
      display: block;
      margin-bottom: 0;
      color: #b3b3b3; }
  .half .contents .form-control, .half .bg .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0; }
    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #888;
  text-decoration: underline; }

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; }

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; 
  color: #b3b3b3;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #007bff; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #1a88ff; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }

.centerdivwrap{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
}

.flexsolo{
  flex: 0 0 100%; /* flex-grow, flex-shrink, flex-basis */
}

.padtopbottom-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.padtopbottom-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-30{
  width: 30%;
}
.user-options form{
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    border: none;
  }


  .userpicture {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

  }

  .userpicture-300 {
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

  }

  .profileimage{
    padding-top: 30px;
  }

  .description{
    font-size: 30px;

  }
  .welcometitle{
    font-size: 40px;
    color: #ccc;
    font-weight: 400;
    margin-top: 120px;
    
  }

  .button-32 {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 2rem;
  }

  .greenbg{
    background-color: #0cce19; /* Green */
  }

  .orangebg{
    background-color: #ed8a08; /* orange */
  }

  .bluebg{
    background-color: #0436aa; /* blue */
  }

  .button-large {
    background-color: #0cce19; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 2em;
    width: 100%;
  }

  .button-quarter {
    background-color: #0cce19; /* Green */
    border: none;
    color: white;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 2em;
    
  }

  .button-m {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 2em;
  }
  .button-r {
    background-color: #da9808; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 2em;
  }

  .button-y {
    background-color: #0436aa; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 2em;
  }

  .user-options table td{
    padding: 15px;;
  }

  .welcomeheader{
    background-color: #7d0cf53f;
  }

  #greeting{
    background-color: #343a40 !important;
    padding: 10px 30px 10px 20px;
    display: flex;
    justify-content: right;

  }

  #greeting h1{
    color: #efefef;
    font-size: 2.5em;
    font-weight: 600;
  }


  #welcometitle{
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
  }

  #welcometitle h3{
    color: #0b0a0a;
    font-size: 2.5em;
    font-weight: 400;
  }

  #profileimagecentered{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
  }

  #imageUpload{
    width: 150px;
    height: 100px;
  }

  .profileinfo{
    display: flex;
    gap: 20px;
  }


#message form {
	border: 2px solid #ccc;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
}

h2 {
	text-align: center;
	margin-bottom: 40px;
}

input {
	display: block;
	border: 2px solid #ccc;
	width: 95%;
	padding: 10px;
	margin: 10px auto;
	border-radius: 5px;
}
label {
	color: #888;
	font-size: 18px;
	padding: 10px;
}

button {
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
}
button:hover{
	opacity: .7;
}
.error {
   background: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

.success {
   background: #D4EDDA;
   color: #40754C;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

h1 {
	text-align: center;
	color: #000;
}

.ca {
	font-size: 14px;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #444;
}
.ca:hover {
	text-decoration: underline;
} 

.messagecontainer {
    margin: auto;
    width: 100%;
    border: 3px solid #007fb9;
    padding: 10px;
    border-radius: 10px;
}

.title {
    text-align: center;
    margin: 1rem;
    font-size: .5em;
}

#add-comment table {
    width: 100%;
    background-color: #F0F0F0;
}

#add-comment table th {
    text-align: left;
}

#add-comment table td {
    background-color: #FFFFFF;
    border-bottom: #F0F0F0 1px solid;
    text-align: left;
    word-break: break-all;
    max-width: 100px;
    min-width: 100px;
    vertical-align: top;
}

#btnSaveAction {
    background-color: #007fb9;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0px 40px;
    display: inline-block;
}

.addmessagecontainer{
  padding: 50px 20px 20px 20px;
}

.txt-heading {
    padding: 10px 10px;
    border-radius: 2px;
    color: #FFFFFF;
    background: #007fb9;
    margin: 20px 0px 5px;
}

.btn-success {
    color: #FFFFFF;
    background: #31b137;
}

.btn-danger {
    color: #FFFFFF;
    background: #b13131;
}

.btn-warning {
    color: #FFFFFF;
    background: #bf9220;
}

.user {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .profileimage{
    padding-top: 30px;

  }
  #inner {  
    border: 0.05em solid black;
  }
  
  #outer {
    width:100%;
    display: flex;
    justify-content: center;
  }

  #featuredmessage{
    border-radius:10px;
    height: 150px;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);

  }

  .featured-message{
    font-size: 1.5em;
    font-weight: 400;
    color: #efefef;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
  }
   
  #message-data {
    padding: 10px;
    position: relative;
    display: flex;
    z-index: 10;
  }

  #vibes {
    padding: 10px;
    position: relative;
    display: flex;
    z-index: 20;
  }

  #media-data {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }

  #media-data img, video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%; 
    min-height: 100%; 
  
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
  
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  #userdata{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }

  .loveuserdata{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }

  #userpicture{
    padding-top: 20px;
    padding-left: 20px;
  }
  #senderblock{
    z-index: 10;
    display: flex;
    border-radius:10px;
    height: 150px;
    background: rgba(0, 0, 0, 0.2);
  }

  .lovesenderblock{
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    border-radius:10px;
    height: 100px;
    background: rgba(0, 0, 0, 0.2);
  }

  #spacer{
    padding-left: 10px;
    padding-right: 10px;
  }

  .messageinfo{
    font-weight: 300;
  }

  /* Solid border */
  hr.solid {
    border-top: 3px solid #bbb;
  }

  #imagePreview {
    max-width: 100%;
    max-height: 400px;
    border: 1px solid #ccc;
    margin-top: 10px;
  }

  .featured-image {
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.centerdiv{
  width: 100%;
  display: flex;
  justify-content: center;
}

.messageuserprofile{
  display:flex;
}


.userpicture {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

.userpicture-100 {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

.userpicture-80 {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

.userpicture-50 {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

.userpicture-300 {
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

.profileimage{
  padding-top: 30px;
}

.description{
  font-size: 30px;

}

.button-large {
  background-color: #0cce19; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 12px;
  font-size: 2em;
  width: 100%;
}

.button-quarter {
  background-color: #0cce19; /* Green */
  border: none;
  color: white;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 12px;
  font-size: 2em;

  
}

.button-m {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 12px;
  font-size: 2em;
}
.button-r {
  background-color: #da9808; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 12px;
  font-size: 2em;
}

.button-y {
  background-color: #0436aa; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 12px;
  font-size: 2em;
}

.user-options table td{
  padding: 15px;;
}

.welcomeheader{
  background-color: #7d0cf53f;
}

.navusername{
  display: flex;
  font-size: 1.2em;
  font-weight: 400;
  color: #efefef;
  align-items: center;
}

.username{
  font-size: 1.5em;
  font-weight: 400;
  color: #efefef;
}

.messagedate{
  z-index: 10;
  color: #efefef;
  font-size: 0.6rem;
}

.username-dark{
  font-size: 1.5em;
  font-weight: 400;
  color: #161616;
}

.username-dark-sm{
  font-size: 1em;
  font-weight: 400;
  color: #161616;
}

.senderimage{
  padding-right: 55px;
}

#welcometitle{
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  margin-top: 120px;
}


#profileimagecentered{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}

.centerdivcontent{
  width: 100%;
  padding-left: 50px;
  display: flex;
  justify-content: center;

}
#imageUpload{
  width: 150px;
  height: 100px;
}

.floatright{
  float: right;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Dotted red border */
hr.dotred {
  border-top: 1px dotted red;
}

.dotlimit-50{
  padding-left: 50px;
  padding-right: 50px;
}

.heart{
  background: url("https://audiensys.com/images/299063_heart_icon.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}

.flowerleft, .flowerleftcolor{
  background: url("https://audiensys.com/event/media/rose-laying-pointing-left.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}

.flowerright, .flowerrightcolor{
  background: url("https://audiensys.com/event/media/rose-laying-pointing-right.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}

.flowerstanding, .flowerstandingcolor{
  background: url("https://audiensys.com/event/media/rose-standing.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}

.balloon{
  background: url("https://audiensys.com/event/media/single-balloon.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}

.doveright, .doverightcolor{
  background: url("https://audiensys.com/event/media/dove-flying-right.gif");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}
.doveleft, .doveleftcolor{
  background: url("https://audiensys.com/event/media/dove-flying-left.gif");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}

.dovefront, .dovefrontcolor{
  background: url("https://audiensys.com/event/media/dove-flying-front.gif");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}

.angelwhite, .angelwhitecolor{
  background: url("https://audiensys.com/event/media/white-angel-blowing-trumpet.gif");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 15s linear;
}

.angelblack, .angelblackcolor{
  background: url("https://audiensys.com/event/media/black-angel-blowing-trumpet.gif");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 15s linear;
}

.angel{
  background: url("https://audiensys.com/event/media/angels-options.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animate 12s linear;
}

.heartcolor{
  background: url("https://audiensys.com/image/299063_heart_icon.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animatecolor 12s linear;
}

.flowerleftcolor{
  background: url("https://audiensys.com/event/media/rose-laying-pointing-left.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animatecolor 12s linear;
}

.flowerrightcolor{
  background: url("https://audiensys.com/event/media/rose-laying-pointing-right.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animatecolor 12s linear;
}

.flowerstandingcolor{
  background: url("https://audiensys.com/event/media/rose-standing.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animatecolor 12s linear;
}

.ballooncolor{
  background: url("https://audiensys.com/event/media/single-balloon.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animatecolor 12s linear;
}

.dovecolor{
  background: url("https://audiensys.com/event/media/flying-dove.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animatecolor 12s linear;
}

.angelcolor{
  background: url("https://audiensys.com/event/media/angels-options.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: animatecolor 12s linear;
}

@keyframes animate {

  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -5000%);
    opacity: 0;
  }
  
}

@keyframes animatecolor {

  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: hue-rotate(0);
  }

  100% {
    transform: translate(-50%, -5000%);
    opacity: 0;
    filter: hue-rotate(720deg);
  }
  
}

.popup .overlay {
  position:fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}

.popup .content {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(0);
  background:#fff;
  width: 90%;
  height: 100%;
  z-index: 2;
  text-align: center;
  margin-top: 150px;
  box-sizing: border-box;
}

.popup .close-btn {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  background: #222;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.popup.active .overlay {
  display: block;
}

.popup.active .content {
  transition: all 300ms ease-in-out;
  transform: translate(-50%, -50%)scale(1);
}

.popup p{
  color: #222;
}



.optionspopup .overlay {
  position:fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(9, 26, 153, 0.7);
  z-index: 3;
  display: none;
}

.optionspopup .content {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(0);
  background:#fff;
  width: 90%;
  height: 120%;
  z-index: 4;
  text-align: center;
  margin-top: 20rem;
  padding: 20px;
  box-sizing: border-box;
}

.optionspopup .close-btn {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  background: #222;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.optionspopup.active .overlay {
  display: block;
}

.optionspopup.active .content {
  transition: all 300ms ease-in-out;
  transform: translate(-50%, -50%)scale(1);
}

.optionspopup p{
  color: #222;
}

.optionspopup h1{
  padding: 20px 0px 40px 0px;

}


.flexboxcontainer{
  display: flex;
}



.sharethought{
  background-image: url("../../media/share_thought_icon.png");
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sharememory{
  background-image: url("../../media/multimedia-photo-icon-270.png");
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sharevideo{
  background-image: url("../../media/multimedia-video-icon-270.png");
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: contain;

}

.sharevibes{
  background-image: url("../../media/good_vibes_icon.png");
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}

.optionscontainer{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px;
  
}

.optionbox{
  display: flex;
  flex-wrap: nowrap;
  flex-basis: 22%;
  flex-grow: 1;
  border-radius: 2%;
  padding: 70px 20px 70px 20px;
  cursor: pointer;
}

.optiontextcontainer{
  display: flex;
  flex-direction: column;
  flex-basis: 70%;
  gap: 40px;
}

.optiontext {
  display: flex;
  
}

.optiontext h1{
  color: #fff;
  font-size: 2.5em;
  font-weight: 800;
  flex-grow: 1;
}

.optiontext p{
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  flex-grow: 1;
}

.chartscontainer{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  
}

.chartbox{
  display: flex;
  flex-wrap: nowrap;
  flex-basis: 14%;
  flex-grow: 1;
  border-radius: 2%;
  padding: 70px 20px 70px 20px;
}

.report-content{
  
  display: flex;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}

.gaugeslayout{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 20px 0px 20px;

  border-radius: 2%;

}

.gaugeslayout krwidget{
  display: flex;
  flex-basis: 15%;
  flex-grow: 1;
  padding: 2px;
  border:1px solid #888;
} 

.gaugeslayout krwidget div{
  display: flex;
  
}

.gaugeslayout krwidget> .widgetwrap{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.gaugeslayout krwidget> .widgetwrap h2{
  flex-basis: 100%;
  text-align: center;
}

.widgetfull {
  width: 100%;
  justify-content: center;
}

.topviberslayout{
  padding: 40px 20px 40px 20px;
  background-color: #F0F0F4;
  border-radius: 2%;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.topvibzcontainer{
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  border: #7b7b7b 1px solid;
  background-color: #5bcbff;
  border-radius: 10px;
  padding: 10px;
}

.topviberzpic{
  display: flex;
  justify-content: left;
  flex-basis: 20%;
}

.topviberzinfo{
  display: flex;
  justify-content: left;
  align-items: center;
  flex-basis: 60%;
}

.topviberzinfo p{
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
}

.topviberztotal{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 20%;
}

.topviberztotal p{
  color: #fff;
  font-size: 2em;
  font-weight: 600;
}

.vibetitle{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.vibetitle h1{
  flex-basis: 100%;
  text-align: left;
  padding-left: 20px;
}

.vibetitle p{
  padding-left: 20px;
}

.top-vibers{
  display: flex;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}

.vibecontainer{
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  
}
.vibecontainer-row{
  padding: 0px;
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: center;
}

.vibeheadercontainer{
  display: flex;
  width: 100%;
  gap: 5px;
  justify-content: center;
}

.vibeheader-quantity{
  flex-basis: 20%;
  width: 100%;
  background-color: #000;
}

.vibeheader-quantity h1{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 0px 0px;
}

.vibequantity{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-basis: 20%;
  background-color: #E5E5E5;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
}

.vibequantity p{
  color: #252323;
}

.vibeheader-description{
  flex-basis: 30%;
  width: 100%;
  background-color: #000;
}

.vibeheader-description p{
  display: flex;
  font-size: 2rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 0px 0px;
}
 .vibedescription{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 2rem;
  font-weight: 400;
  flex-basis: 30%;
  background-color: #E5E5E5;
  margin: 0px 0px 5px 0px;
  
 }

 .vibeheader-button{
  flex-basis: 38%;
  width: 100%;
  background-color: #000;
}

.vibeheader-button h1{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 0px 0px;
}

 .vibebutton{
  display: flex;
  flex-basis: 38%;
  flex-direction: column;
  gap: 20px;
  margin: 0px 0px 5px 0px;
  background-color: lightgreen;
  align-items: center;
  justify-content: center;


 }

 .vibebutton>.centerdiv{
  align-items: center;
 }

 .vibebutton>.centerdiv>.button-32{
   width: 60%;
   font-size: 2rem;
   margin: 20px;
 }


 .vibeheader-options{
  flex-basis: 38%;
  width: 100%;
  background-color: #000;
}

.vibeheader-options h1{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 0px 0px;
}

.vibeoptions{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-basis: 38%;
  width: 100%;
  background-color: #E5E5E5;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
}

.vibeoptions>.centerdiv>.button-32{
  width: 60%;
  font-size: 2rem;
  margin: 20px;
}

.vibeoptions p{
  color: #AEAEAE;
}


.powderbluecolor{
  background-color: #a3e2ff;
}

.skybluecolor{
  background-color: #5bcbff;
}

.sunnyskycolor{
  background-color: #24b8fe;
}

.bluerskycolor{
  background-color: #0192d6;
}

.vibesuccess{
  background-image: url("../../images/checkmark-success.png");
  background-repeat: no-repeat;
  height: 76px;
  width: 74px;
}
.vibefailure{
  background-image: url("../../images/checkmark-failure.png");
  background-repeat: no-repeat;
  height: 76px;
  width: 74px;
}

input[type="radio"] {
  position: absolute; /*take it out of document flow*/
  opacity: 0; /*hide it */
  display: none;

  & + label {
    position: relative;
    color: #4189e0;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    border: 3px solid #4189e0;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    width: 12rem;
  }

  & + label:before {
    content: "";
    height: 2em;
    width: 2em;
    border: 3px solid #4189e0;
    border-radius: 50%;
  }

  &:checked + label:before {
    height: 1em;
    width: 1em;
    border: 0.65em solid #ffffff;
    background-color: #4189e0;
  }

  &:checked + label {
    background-color: #4189e0;
    color: #ffffff;
  }
}

.optionsholder{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  
}

.availableoption{
  display: flex;
  width: 100%;
  gap: 40px;
  flex-direction: column;
  border: 1px solid #7b7b7b;
  border-radius: 0.5rem;
  flex-basis: 19%;
  align-items: center;
  padding: 30px 10px 10px 10px;
}

.heartoption{
  background: url("https://audiensys.com/images/299063_heart_icon.png");
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.roseoption{
  background: url("https://audiensys.com/event/media/rose-laying-pointing-right.png");
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.balloonoption{
  background: url("https://audiensys.com/event/media/single-balloon.png");
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.doveoption{
  background: url("https://audiensys.com/event/media/flyingdove.gif");
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.angeloption{
  background: url("https://audiensys.com/event/media/angels-options.png");
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.coloroptionsholder{
  display: flex;
  width: 100%;
  margin-top: 20px;
  gap: 10px;

}

.availablecoloroption{
  display: flex;
  width: 100%;
  flex-basis: 19%;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 10px 10px;
}

.coloroptionsholder>.availablecoloroption>.optionselect input[type="radio"] {
  position: absolute; /*take it out of document flow*/
  opacity: 0; /*hide it */
  display: none;

  & + label {
    position: relative;
    color: #e29504;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    border: 3px solid #0a2f14;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    width: 13rem;
  }

  & + label:before {
    content: "";
    height: 2rem;
    width: 2rem;
    border: 3px solid #e29504;
    border-radius: 50%;
  }

  &:checked + label:before {
    height: 1rem;
    width: 1rem;
    border: 0.65em solid #ffffff;
    background-color: #e29504;
  }

  &:checked + label {
    background-color: #e29504;
    color: #ffffff;
  }
}

#blastoptions .centerdiv{
  margin-top: 100px;
}


@media (max-width: 991.98px) {
  .optionbox{
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 95%;
    flex-grow: 1;
    border-radius: 2%;
    padding: 70px 20px 70px 20px;
    cursor: pointer;
  }

  .optiontext p {
    font-size: 2.5rem;
  }
  .topviberzinfo p{
    font-size: 2.5rem;

  }

  .sharethought{
    height: 270px;
    width: 270px;
  }
  
  .sharememory{
    height: 270px;
    width: 270px;
  }
  
  .sharevideo{
    height: 270px;
    width: 270px;
  
  }
  
  .sharevibes{
    height: 270px;
    width: 270px;
  }

  #optionblast .button-32{
    font-size: 2.5rem;
    padding: 30px 100px 30px 100px;
  }

  .optionsholder>.availableoption>.optionselect input[type="radio"] {
    & + label {
      font-size: 2.5rem;
      width: 24rem;
    }
  }

  .coloroptionsholder>.availablecoloroption>.optionselect input[type="radio"] {
    & + label {
      font-size: 2.2rem;
      width: 24rem;
    }
  }

  .availableoption{
    flex-basis: 45%;
  }

  .availablecoloroption{
    flex-basis: 47%;
  }

  .optionsholder{
    justify-content: center;
    gap: 20px;
  }

  .popup .content {
    height: 65%;
  }

  .half .bg {
    height: 500px; 
  } 

  .container-30 {
    width: 100%;
  }

  .gaugeslayout krwidget{
    flex-basis: 40%;
  }

  .navbar-nav{
    font-size: 2.5em;
  }

  .navbar-toggler-icon{
    width: 70px;
    height: 70px;
  }

  .dropdown-menu{
    font-size: 1.5em;
  }
}

.half .contents, .half .bg {
  width: 50%; 
}

@media (max-width: 1199.98px) {
    .half .contents, .half .bg {
      width: 100%; 
    } 
}