@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body,
textarea,
input {
  font-family: Inter;
}
/* Header */
.content_inner .header,
.content_inner .header h1 {
  background: #000 !important;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0;
}
.content_inner .header h1 {
  background: none !important;
}
.content_inner .header h1 {
  margin-top: -3px;
}
.header .minimize_icon {
  color: #fff;
  transition: 0.3s;
}
.header .minimize_icon:hover {
  color: #fff;
}
.content_inner .header span.caption {
  margin-top: -4px;
}
.content_inner .header span.caption.icon:before {
  color: #fff;
  position: relative;
  top: -1px;
}
tr.header {
  transform: scale(1);
}
.header .minimize_icon {
  margin-right: 18px;
}

/* Conversation */
.message_bubble .message_header .from {
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  line-height: 24px;
  font-size: 14px;
  margin-top: -2px;
  text-transform: none;
}
.message_text {
  font-size: 14px;
  line-height: 1.56;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
}
li.rating .rating .filler {
  background-color: transparent;
}
li.rating .rating_text {
  color: #000;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

/* Form */
.conversation li.message_bubble,
.conversation li.validation,
.conversation li.input,
.conversation .message_footer {
  margin-left: 18px;
  margin-right: 18px;
}
.conversation.form,
.new.conversation.form,
.content_inner.online tr.form td,
.content_inner tr.existing.form td,
tr.existing.conversation.form {
  background-color: #fff;
  position: relative;
}
tr.conversation.form {
  transform: scale(1);
}
tr.conversation.form td {
  position: relative;
}
.conversation li select,
.conversation li input,
.existing .feedback .message_bubble .bubble,
.existing .question.message_bubble .bubble,
.new.conversation .input.message_bubble .bubble {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #f2f0ed;
  font-style: normal;
  background-color: #f2f0ed !important;
}
.conversation li input:focus,
.conversation .bubble.grey:focus-within {
  outline: none;
  box-shadow: 0;
  border-radius: 4px;
  border: 1px solid #000 !important;
  background-coor: #fff !important;
  color: #000;
}
.attachments_enabled .message_area_container {
  background-color: transparent;
}
textarea,
.conversation .bubble.grey .attachment_area {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 5px;
}
.existing .feedback.message_bubble textarea,
.existing .question.message_bubble textarea,
.new.conversation .input.message_bubble textarea {
  border-radius: 6px;
}
.chat .conversation.form textarea {
  height: 37px;
}
.chat .conversation .watermark,
.contact_form .conversation .watermark {
  top: 10px;
  left: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
.existing .feedback .message_footer .send_button,
.existing .question .message_footer .send_button,
.new.conversation .input .start_button,
.conversation .close_button {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 14px;
  letter-spacing: 0;
  color: #fff;
  background: #2a65c2 !important;
  border-radius: 4px;
  border: 0 !important;
  font-style: normal;
}
.existing .feedback .message_footer .send_button,
.existing .question .message_footer .send_button,
.new.conversation .input .start_button {
  padding: 4px 15px;
}
.existing .feedback .message_footer .send_button:hover,
.existing .question .message_footer .send_button:hover,
.new.conversation .input .start_button:hover,
.conversation .close_button:hover {
  background: #4585de !important;
  border: none !important;
  color: #fff;
}
.upload_attachment_button {
  top: 8px;
  background-color: transparent;
  color: #000;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  line-height: 2.2em !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.has_scrollbar .upload_attachment_button {
  right: 10px;
}
.upload_attachment_button:hover {
  background-color: transparent;
  color: #000;
  border-radius: 3px;
}
.form .message_footer .enter,
.form .input .enter {
  margin-top: 6px;
}
.content_inner.chat .conversation .message_footer,
.content_inner.chat .conversation li.sendbutton {
  height: 25px;
}
.conversation .bubble.grey .attachment_area .attachment_details {
  background-color: transparent;
  color: #000;
  letter-spacing: 0;
  border-radius: 4px;
  border: 1px solid #000;
  font-weight: 400;
  margin-right: 8px;
  text-transform: none;
  padding: 4px 10px;
}
.conversation .bubble.grey .attachment_area .attachment_details .filename,
.conversation .bubble.grey .attachment_area .attachment_details .icon.delete {
  margin-top: -5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.conversation .bubble.grey .attachment_area {
  border-radius: 6px;
}
.conversation .bubble.grey .attachment_area .attachment_details .icon.delete {
  position: relative;
  top: 1px;
  font-size: 12px;
  color: #000;
}
.conversation .bubble.grey .attachment_area .attachment_details:hover .icon.delete {
  color: #000;
}

.conversation .bubble.grey .attachment_area .attachment_details:hover {
  background-color: transparent;
  border-color: 1px solid #000;
  color: #000;
}
.conversation .bubble.grey .attachment_area .attachment_details .icon.attachment {
  font-size: 14px;
  margin-top: 2px;
}
.conversation.form li select:focus,
.conversation.form li input:focus,
.conversation.form .input.message_bubble .bubble:focus {
  outline: none;
  border-color: #000;
  color: #000;
  background-color: #fff !important;
}
.conversation .invalid input,
.conversation .bubble.grey.invalid {
  border: 1px solid #c23934 !important;
}
.conversation .invalid .validation_message {
  background-color: #fff;
  font-size: 11px;
  top: -9px;
  left: 11px;
  padding: 2px 5px;
  color: #c23934;
  border: 1px solid #c23934;
  border-radius: 3px;
  font-weight: 400;
}
.form .message_footer .enter label,
.form .input .enter label {
  margin-top: 0px;
  color: #000;
  font-weight: 400;
}
.message_footer .end_chat,
.conversation .feedback .close_window {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-transform: none;
  text-decoration: none;
  border-bottom: 0;
}
.message_footer .end_chat .end_chat_text {
  position: relative;
  top: -1px;
  font-weight: 400;
  color: #000;
}
.message_footer .end_chat:hover .end_chat_text {
  color: #000;
}
.message_footer .end_chat:hover,
.conversation .feedback .close_window:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 0;
}
.message_bubble.user .bubble,
.message_bubble.webstore .bubble,
.message_bubble.ratingreply .bubble,
.message_bubble.autoreply .bubble {
  background-color: #f7f8f8;
}
.message_bubble.user .bubble:after,
.message_bubble.webstore .bubble:after,
.message_bubble.ratingreply .bubble:after,
.message_bubble.autoreply .bubble:after {
  border-left-color: #f7f8f8;
}
.message_bubble .message_header {
  margin-top: 0;
}
.form .message_footer .enter .existing_enter_checkbox,
.form .message_footer .enter .feedback_enter_checkbox,
.form .input .enter .existing_enter_checkbox,
.form .message_footer .enter .enter_checkbox,
.form .input .enter .enter_checkbox {
  margin-top: 1px;
}
/* Footer */
tr.footer,
.mobile-in-div .footer {
  background-color: #000 !important;
}
tr.footer {
  transform: scale(1);
}
.service_rating li {
  color: #fff;
}
.service_rating li span.value {
  line-height: 30px;
  margin-top: -1px;
  font-weight: 400;
}
.service_rating li .rating.day-percentage.active,
.service_rating li .rating.day-percentage:hover {
  color: #fff;
  border-bottom: none;
}
.content_inner .footer div.robinurl {
  color: hsla(0, 0%, 100%, 0.75);
  opacity: 1;
}
.content_inner .footer .powered_by {
  color: hsla(0, 0%, 100%, 0.75);
  opacity: 1;
}
.content_inner .footer .powered_by img {
  display: none;
}
.content_inner .footer .powered_by:after {
  content: '';
  display: block;
  height: 40px;
  width: 90px;
  background: url(https://contact.robinhq.com/Content/img/CM-logo-darkmode.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* Whatsapp button */
a.whatsappButton {
  padding: 10px 15px 10px 30px;
  line-height: 1;
  background-color: #01e675;
  color: #ffffff !important;
  border-radius: 20px;
  display: inline-block;
  background-image: url('https://robincontentdesktop.blob.core.windows.net/css/icons/whatsapp_white.svg');
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
a.whatsappButton:hover {
  background-color: #25d366 !important;
}
/* Service Hours view */
#openinghours .openinghours_content .content,
#openinghours .openinghours_content,
#openinghours {
  background-color: #fff;
}
#openinghours .openinghours_content .content .title {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  text-transform: none;
  color: #000;
}
#openinghours .webstore_info span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
#openinghours .openinghours_content .content .title .time_zone {
  display: none;
}
#openinghours .webstore_info .phonenumber.mobile {
  background: #2a65c4;
  border-radius: 4px;
  border: 0;
  letter-spacing: 0;
  font-weight: 400;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 2px;
}
#openinghours .webstore_info {
  padding: 14px;
}
#openinghours .webstore_info .phonenumber.mobile:hover {
  color: #fff;
  background: #4585de;
}
#openinghours .openinghours_content .response_time .right {
  margin-right: 25px;
  width: 145px;
}
.header.openinghours .openinghours_back {
  color: #fff;
  float: left;
  position: relative;
  top: -2px;
}
.header.openinghours .openinghours_back .back {
  font-size: 18px;
  margin-top: -3px;
}
.header.openinghours .openinghours_back h1 {
  font-size: 18px;
  text-transform: none;
  margin-top: 0;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
}
.header.openinghours .openinghours_back:hover {
  color: #fff;
}
.header.openinghours .openinghours_back:hover h1 {
  text-decoration: none;
  color: #fff;
}
#openinghours .webstore_info .webstore_name {
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
.openinghours_content .title {
  color: #000;
}
.openinghours_content .response_time .right .right {
  margin-top: 0px !important;
}

#openinghours .openinghours_content .content span {
  font-size: 14px;
}
#openinghours .openinghours_content .content span.right {
  width: 145px;
}
#openinghours .openinghours_content .content span.right,
#openinghours .openinghours_content .response_time span {
  font-weight: 400;
  color: #000;
  margin-top: 0;
  font-size: 14px;
}
#openinghours .openinghours_content .response_time span {
  position: relative;
  top: -2px;
}
#openinghours .openinghours_content .response_time span.left {
  top: 0;
}
#openinghours .openinghours_item {
  clear: both;
  line-height: 1;
  vertical-align: middle;
  color: #000;
}
openinghours .openinghours_content .content span.right {
  width: 145px;
}
#openinghours .openinghours_content .content .left,
#openinghours .openinghours_content .response_time .right .right {
  float: left;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
#openinghours .openinghours_content .response_time .right .right {
  top: 0;
}
