/* Style 4 : Material Blue Mode. By Mahesh Technicals. */

.quote-container-Mahesh-Technicals,
.mycard,
blockquote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 0 5px #ccf, rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #222222 !important;
  width: 300px;
  font-family: Verdana;
  text-align: center;
  letter-spacing: 1.5px;
  background: black;
  font-size: 18px;
  color: white !important;
  background-image: url("https://raw.githubusercontent.com/MaheshTechnicals/Quotify-Styler-Cdn/main/res/2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: center;
}

blockquote:before,
blockquote:after {
  display: none !important;
}

.quote-actions-Mahesh-Technicals {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
}

.quote-actions-Mahesh-Technicals span {
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 10px;
  align-items: center;
}

.quote-actions-Mahesh-Technicals span i {
  color: white;
}

.quote-actions-Mahesh-Technicals .copy-action-Mahesh-Technicals {
  background: black;

}

.quote-actions-Mahesh-Technicals .facebook-action-Mahesh-Technicals {
  background: #3B5998;
}

.quote-actions-Mahesh-Technicals .whatsapp-action-Mahesh-Technicals {
  background: linear-gradient(to right, #25D366, #128C7E);
}

.quote-actions-Mahesh-Technicals .telegram-action-Mahesh-Technicals {
  background: linear-gradient(to right, #1DA1F2, #1877F2);
}




@media only screen and (min-width: 768px) {

  /* Your styles for Windows laptops go here */
  .quote-container-Mahesh-Technicals,
  .mycard,
  blockquote {
    width: 500px;
    font-size: 16px;
  }

  .quote-actions-Mahesh-Technicals {
    margin-top: 40px;
    justify-content: space-evenly;
  }

  .quote-actions-Mahesh-Technicals span {
    padding: 10px 30px;
  }

}