/**
 * Review Card Styles
 */
.omk-review p:empty,
.omk-review p:blank {
    display: none;
}


/**
  * Google  Styles
  */

.omk-review .google-review {
  /*width: 450px;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;*/
  padding: 16px;
  border-radius: 10px;
  color: #fff;
  /*background: white;*/
}

.omk-review .google-review .review-header {
  display: flex;
  justify-content: flex-start!important;
  align-items: center;
  margin-bottom: 10px;
}

.omk-review .google-review .profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.omk-review .google-review .company-name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.omk-review .google-review .reviews-count {
  margin: 0;
  font-size: 12px;
  color: gray;
}

.omk-review .google-review .review-rating {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.omk-review .google-review .time {
  color: gray;
  font-size: 12px;
}

.omk-review .google-review .tag {
  font-size: 10px;
  background: #eee;
  border-radius: 3px;
  padding: 2px 6px;
}

.omk-review .google-review .review-text {
  font-size: 14px;
  line-height: 1.4;
}

.omk-review .google-review .more {
  color: blue;
  cursor: pointer;
  font-weight: bold;
}

/**
 * Gmail Styles
 */ 
 /*body {
  font-family: Arial, sans-serif;
  background: #f5f6f7;
  padding: 20px;
}*/

.omk-review  .email-card {
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.omk-review  .email-card  .email-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.omk-review  .email-card .email-header h2 {
  margin: 0;
  font-size: 18px;
}

.omk-review  .email-card .email-time {
  font-size: 12px;
  color: gray;
}

.omk-review  .email-card .sender-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.omk-review  .email-card .sender-icon {
  width: 40px;
  height: 40px;
  background: #d9534f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 12px;
}

.omk-review  .email-card .sender-details {
  font-size: 14px;
}

.omk-review  .email-card .sender-name {
  display: block;
}

.omk-review  .email-card .sender-email,
.omk-review  .email-card .recipient {
  margin: 0;
  font-size: 12px;
  color: gray;
}

.omk-review  .email-card .email-body p {
  margin: 8px 0;
}

.omk-review  .email-card .email-body ul {
  margin-top: 5px;
  padding-left: 20px;
}

.omk-review  .email-card .email-body ul li {
  margin-bottom: 4px;
  font-size: 14px;
}
.omk-review  .email-card .email-footer {
  margin-top: 20px;
  font-size: 12px;
  color: gray;
}
.omk-review  .email-card .email-footer a {
  color: #337ab7;
  text-decoration: none;
}
.omk-review  .email-card .email-footer a:hover {
  text-decoration: underline;
}

/* Telegram Styles */
/*body {
  background: #d9fdd3;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}*/

.omk-review .telegram-chat {
  /*width: 420px;*/
  background: #e9f5e8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
}

/* HEADER */
.omk-review .telegram-chat .header {
  background: #ffffff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.omk-review .telegram-chat .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.omk-review .telegram-chat .avatar {
  width: 35px;
  height: 35px;
  background: #bbd1f9;
  border-radius: 50%;
}

.omk-review .telegram-chat .header h3 {
  margin: 0;
  font-size: 16px;
}

.omk-review .telegram-chat .header small {
  color: gray;
  font-size: 12px;
}

/* CHAT */
.omk-review .telegram-chat .chat-area {
  padding: 15px;
  /*height: 500px;*/
  overflow-y: auto;
 /* background: url('https://i.ibb.co/G0GK9Bs/whatsapp-bg.png');*/
  background-size: cover;
}

/* Date Bubble */
.omk-review .telegram-chat .date-tag {
  text-align: center;
  background: #d0f0c0;
  padding: 4px 10px;
  width: fit-content;
  margin: 10px auto;
  font-size: 12px;
  border-radius: 10px;
}

/* Messages */
.omk-review .telegram-chat .message {
  max-width: 70%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.omk-review .telegram-chat .received {
  background: #fff;
  align-self: flex-start;
  border-radius: 10px 10px 10px 0;
}

.omk-review .telegram-chat .sent {
  background: #dcf8c6;
  align-self: flex-end;
  border-radius: 10px 10px 0 10px;
  margin-left: auto;
}

.omk-review .telegram-chat .long {
  white-space: pre-line;
}

/* Whatsapp Style */

/*body {
  background: #ece5dd;
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
}
*/
.omk-review .whatsapp-chat {
  /*width: 450px;*/
  /*height: 90vh;*/
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.omk-review .whatsapp-chat  .chat-screen {
  padding: 15px;
  height: 100%;
  overflow-y: auto;
  background: url('https://i.ibb.co/G0GK9Bs/whatsapp-bg.png');
  background-size: cover;
}

.omk-review .whatsapp-chat .chat-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}

.omk-review .whatsapp-chat .chat-row.right {
  justify-content: end;
}

.omk-review .whatsapp-chat .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0 8px;
}

.omk-review .whatsapp-chat .date-label {
  text-align: center;
  width: fit-content;
  margin: 10px auto;
  padding: 5px 12px;
  background: #d9fdd3;
  border-radius: 10px;
  font-size: 12px;
  color: #555;
}

.omk-review .whatsapp-chat .message {
  max-width: 65%;
  padding: 10px 12px;
  border-radius: 10px;
  line-height: 1.4;
  font-size: 14px;
  position: relative;
}

.omk-review .whatsapp-chat .received {
  background: #fff;
  border-radius: 10px 10px 10px 0;
}

.omk-review .whatsapp-chat .sent {
  background: #dcf8c6;
  border-radius: 10px 10px 0 10px;
}

.omk-review .whatsapp-chat .reply {
  border-left: 3px solid #4ea3e0;
  padding-left: 8px;
}

.omk-review .whatsapp-chat .time {
  display: block;
  font-size: 11px;
  color: gray;
  text-align: right;
  margin-top: 5px;
}

.omk-review .whatsapp-chat .system-message {
  text-align: center;
  font-size: 12px;
  color: gray;
  margin: 15px 0;
}

/* Video Messages */
/*body {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: #f5f5f5;
  font-family: Arial, sans-serif;
}*/

.omk-review .video-card {
  /*width: 400px;*/
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  position: relative;
}

.omk-review .video-card .thumbnail {
  position: relative;
}
.omk-review .video-card .thumbnail:after{
  background-color: #d9534f;
  position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.25s;
    opacity: 1;
  /*background: linear-gradient(180deg, rgba(1,1,1, 0) 0%, rgba(1,1,1, 0.45) 55.96%);*/
}
.omk-review .video-card .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.omk-review .video-card .play-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #F56F0F;
  color: #eee;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 4;
}
.omk-review .video-card .play-btn span{padding-left: 4px;}
.omk-review .video-card .details {
  padding: 15px;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  color: #fff;
background: rgba(255, 255, 255, 0.2);
background: linear-gradient(0deg,rgba(0, 0, 0, 0.4) 30%, rgba(255, 255, 255, 0.1) 100%);          
}

.omk-review .video-card .stars {
  color: gold;
  font-size: 16px;
  margin-bottom: 8px;
}

.omk-review .video-card .name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.omk-review .video-card .role {
  margin-top: 4px;
  font-size: 14px;
}

