.custom-error-card {
	position: relative;
}

.custom-error-card .form-item--error-message {
	bottom: -15px;
}

.video-embed-responsive {
  padding-bottom: 37.25%; /* 16:9 ratio */
}

/* Mobile + Tablet only */
@media (max-width: 1024px) {
  .video-embed-responsive {
    padding-bottom: 37.25%;
  }
}

/* Top button when ChatBot added*/
body div.fixed.right-4.bottom-4 {
    right: 6.5rem;
    bottom: 1.55rem;
}

.keyreply-powered {
    display: none !important;
}

/* By risingpoint.io */
  #keyreply-container .keyreply-popup-bubble {
		max-width: 100px !important;
    background: #ffffff !important;
    border: 0.5px solid #D0D0D0 !important;
    border-radius: 10px 10px 0 10px !important;
    box-shadow: 0 2px 8px rgba(0, 48, 135, 0.1) !important;
    color: #444444 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-family: 'Helvetica-Now-Display';
		backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  
	#keyreply-container .el-card__body {
	    padding: 10px !important;
	}
	
	#closeButton1 {
		padding: 6px !important;
	}
  
  #keyreply-container .keyreply-popup-bubble #closeButton1,
  #keyreply-container .keyreply-popup-bubble #closeButton2 {
    color: #BBBBBB;
  }
  @media (max-width: 480px) {
    #keyreply-container .keyreply-popup-bubble {
      display: none !important;
    }
  }
/* By risingpoint.io */
