.text-small-value{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.album-card{
	padding: 5px;
	border-radius: 5px;
}

.label{
	display: flex;
	flex-flow: column-reverse;
	margin-bottom: 1em;
	font-size: 0.9rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
.message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  width: 100%;
  margin: -1px;
  padding: 15px;
  position: sticky;
  font-weight: 700;
  animation: animate-bg 2s linear infinite
}

.text-key {
  font-size: 0.8rem;
  margin-bottom: -8px;
}
.text-value {
  font-weight: bold;
  margin-bottom: 5px;
}

option{
	color: #000!important;
}

/*Scrollbar color*/ 
::-webkit-scrollbar {
  width: 8px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px; 
}
@media only screen and (max-width: 765px) {
    .domain-gallery{
        padding: 0 15px!important;
    }
}

.whats-app-float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:10px;
  right:15px;
  background-color:#25d366;
  border-radius:40px;
  text-align:center;
  z-index:100;
  color:#fff !important;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: .9em;
  right: 6em;
  display: inline;
}

