


.form_talk {
  margin: 20px auto;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 11px 1px rgba(150, 150, 150, 0.1);
  padding: 20px 20px 10px;
}
.form_talk .avatar {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 11px 1px rgba(0, 0, 0, 0.1);
}
.form_talk .form {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  margin-left: 20px;
  padding: 0px;
}
.form_talk .form > .row {
  margin-right: 0px;
  margin-left: 0px;
}
.form_talk .form > .row > div:first-child {
  padding-left: 0px;
}
.form_talk .form > .row > div:last-child {
  padding-right: 0px;
}
@media (max-width: 767px) {
  .form_talk .form > .row > div:first-child {
    padding-right: 0px;
  }
  .form_talk .form > .row > div:last-child {
    padding-left: 0px;
    padding-bottom: 5px;
  }
}
.form_talk .form .title_input {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ddd;
  font-weight: 400;
}
.form_talk .form select {
  width: 100%;
  font-size: 14px;
}
.form_talk .form textarea {
  width: 100%;
  font-size: 14px;
  color: #4d4d4d;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  border-radius: 3px;
  height: 60px;
  line-height: 18px;
  box-sizing: border-box;
  overflow: hidden !important;
}
.form_talk .form textarea:hover, .form_talk .form textarea:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .form_talk .form textarea {
    font-size: 12px;
    padding: 5px;
  }
}
.form_talk .form .form_options {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  font-size: 0px;
}
@media (max-width: 767px) {
  .form_talk .form .form_options {
    padding-bottom: 0;
  }
}
.form_talk .form .form_options .attachments {
  float: left;
}
.form_talk .form .form_options .attachments button {
  padding: 7px 13px;
  background-color: #f0f0f0;
  border: 0;
  border-radius: 20px;
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 600;
  cursor: pointer;
  cursor: hand;
  margin-right: 15px;
  transition: all 0.1s ease;
}
.form_talk .form .form_options .attachments button i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: bottom;
}
.form_talk .form .form_options .attachments button:hover {
  background-color: #4c8df5;
  color: #fff;
}
@media (max-width: 767px) {
  .form_talk .form .form_options .attachments button {
    padding: 7px;
    font-size: 0;
    margin-top: -5px;
    margin-bottom: 2px;
  }
  .form_talk .form .form_options .attachments button i {
    margin: 5px;
    font-size: 14px;
  }
}
.form_talk .form .form_options .main_options {
  float: right;
}
.form_talk .form .form_options .main_options input[type=checkbox] {
  display: none;
  vertical-align: middle;
}
.form_talk .form .form_options .main_options input[type=checkbox] + label.send_email_check span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  cursor: pointer;
  cursor: hand;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  background-image: none;
  display: none;
  margin-right: -39px;
  margin-bottom: -23px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.form_talk .form .form_options .main_options input[type=checkbox] + label.send_email_check span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: content-box;
}
.form_talk .form .form_options .main_options input[type=checkbox]:checked + label.send_email_check span {
  background-color: #4c8df5;
  display: inline-block;
}
.form_talk .form .form_options .main_options i {
  color: #777;
  font-size: 25px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.form_talk .form .form_options .main_options input[type=checkbox]:checked + label.send_email_check i {
  color: #4c8df5;
}
.form_talk .form .form_options .main_options button {
  width: 100px;
  border-radius: 20px;
  color: #fff;
  background-color: #4c8df5 !important;
  font-weight: 600;
  border: 2px solid #4c8df5 !important;
  transition: all 0.3s ease;
}
.form_talk .form .form_options .main_options button:hover {
  color: #4c8df5 !important;
  background-color: #fff !important;
}
.form_talk .form .form_options .main_options button:disabled {
  background-color: #f0f0f0 !important;
  color: #aaa !important;
  border-color: #f0f0f0 !important;
}
@media (max-width: 767px) {
  .form_talk .form .form_options .main_options {
    float: none;
    clear: both;
  }
  .form_talk .form .form_options .main_options label {
    float: right;
    margin-top: -35px;
    margin-bottom: 25px;
  }
  .form_talk .form .form_options .main_options button {
    clear: both;
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 12px;
  }
  .form_talk .form .form_options .main_options input[type=checkbox] + label span {
    width: 16px;
    height: 16px;
    margin-right: -37px;
    margin-bottom: -21px;
  }
  .form_talk .form .form_options .main_options input[type=checkbox] + label span:after {
    left: 5px;
    top: 3px;
    width: 2px;
    height: 5px;
  }
}
.form_talk .form .attachments_list {
  display: none;
}
.form_talk .form .attachments_list .attachments_title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
}
.form_talk .form .attachments_list .attachments_content .file {
  padding: 5px 5px 5px 10px;
  display: inline-block;
  margin: 5px 10px 5px 0px;
  vertical-align: middle;
  background-color: #f0f0f0;
  color: #4d4d4d;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.form_talk .form .attachments_list .attachments_content .file.is_loading {
  opacity: 0.5;
}
.form_talk .form .attachments_list .attachments_content .file > i {
  vertical-align: middle;
}
.form_talk .form .attachments_list .attachments_content .file .name {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.form_talk .form .attachments_list .attachments_content .file .close_icon {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  cursor: pointer;
}
.form_talk .form .attachments_list .attachments_content .file .close_icon i {
  font-size: 14px;
}
.form_talk .form .urls_list {
  display: none;
}
.form_talk .form .urls_list .urls_title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
}
.form_talk .form .urls_list .link_layer {
  position: relative;
  font-size: 0;
  margin: 10px auto;
  border: 1px solid #eee;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
}
.form_talk .form .urls_list .link_layer .close_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.form_talk .form .urls_list .link_layer .close_icon i {
  font-size: 16px;
  color: #aaa;
}
.form_talk .form .urls_list .link_layer .name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.form_talk .form .urls_list .link_layer .image {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 115px;
  background-size: cover;
  background-position: 50%;
  border-radius: 3px 0 0 3px;
}
.form_talk .form .urls_list .link_layer .link_content {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.form_talk .form .urls_list .link_layer .link_content.with_image {
  width: calc(100% - 150px);
}
.form_talk .form .urls_list .link_layer .description {
  font-size: 12px;
  line-height: 16px;
  color: #555;
}
.form_talk .form .urls_list .link_layer .url {
  margin-top: 20px;
}
.form_talk .form .urls_list .link_layer .url a {
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
}
.form_talk .errorMsg {
  display: none;
  color: #F44336;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 767px) {
  .form_talk {
    padding: 10px 5px 5px;
    margin: 10px auto;
  }
  .form_talk .avatar {
    display: none;
  }
  .form_talk .form {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
}
.modalDialog {
  position: absolute;
  background: #ffffff;
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 4px;
  z-index: 5500;
  max-width: 90vw;
}
.modalDialog.dropdown {
  padding: 0px;
}
.modalDialog.dropdown .dropdown_option {
  color: #666;
  font-size: 14px;
  padding: 15px 20px;
  text-align: center;
  transition: all 0.1s ease;
  font-weight: 600;
  cursor: pointer;
}
.modalDialog.dropdown .dropdown_option:hover {
  color: #fff;
  background-color: #4c8df5;
}
.modalDialog.dropdown .dropdown_option.warning {
  font-style: normal;
}
.modalDialog.dropdown .dropdown_option.warning:hover {
  background-color: #F44336;
}
.modalDialog input {
  display: block;
  max-width: 80vw;
  width: 350px;
  border: 1px solid #ccc;
  padding: 3px;
  color: #4d4d4d;
}
.modalDialog .errorMsg {
  color: #F44336;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  display: none;
  font-style: italic;
  font-weight: 600;
}

.dialog_box {
  position: absolute;
  background: #3E2723;
  z-index: 4000;
  max-width: 90vw;
  color: #fff;
  padding: 15px;
  border-radius: 3px;
}
.dialog_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(62, 39, 35, 0);
  border-bottom-color: #3E2723;
  border-width: 6px;
  margin-left: -6px;
}

.social_layer_configure_destinataries .destinataries {
  margin-top: 5px;
}
.social_layer_configure_destinataries .destinataries .destinatary {
  font-size: 12px;
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #eee;
  margin: 5px 5px 0px 0px;
  display: inline-block;
}
.social_layer_configure_destinataries .destinataries .destinatary .close_icon {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0px;
  color: #666;
}
.social_layer_configure_destinataries .destinataries .destinatary .close_icon i {
  font-size: 12px;
}
.social_layer_configure_destinataries .results {
  position: absolute;
  z-index: 200;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0 3px 3px 0;
}
.social_layer_configure_destinataries .results .result {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
}
.social_layer_configure_destinataries .results .result.selected {
  background-color: #FFF9C4;
}
.social_layer_configure_destinataries .results .result .image {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
}
.social_layer_configure_destinataries .results .result .image img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  cursor: hand;
}
.social_layer_configure_destinataries .results .result .name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  margin-left: 10px;
  color: #4d4d4d;
  font-size: 12px;
}
.social_layer_configure_destinataries .results .view_more_layer {
  padding: 10px;
  text-align: center;
}




@keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
.talk_layer {
  margin: 20px auto;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 11px 1px rgba(150, 150, 150, 0.1);
  position: relative;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .talk_layer {
    margin: 10px auto;
  }
}
.talk_layer .title_input {
  display: none;
}
.talk_layer .responsible_input {
  display: none;
}
.talk_layer .more_actions_icon {
  position: absolute;
  color: #4c8df5;
  font-size: 20px;
  top: 5px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
  padding: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .talk_layer .more_actions_icon {
    top: 0;
    right: 0;
  }
}
.talk_layer.closed .more_actions_icon {
  top: 50px;
}
.talk_layer .talk_padding {
  padding: 20px;
}
@media (max-width: 767px) {
  .talk_layer .talk_padding {
    padding: 10px;
  }
}
.talk_layer .avatar {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-position: 50%;
  background-color: #fff;
  border: 1px solid #f5f5f5;
}
@media screen and (max-width: 767px) {
  .talk_layer .avatar {
    width: 46px;
    height: 46px;
    margin-top: -5px;
  }
}
.talk_layer .content_talk {
  display: inline-block;
  width: calc(100% - 90px);
  position: relative;
  margin-left: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .talk_layer .content_talk {
    margin-left: 10px;
  }
}
.talk_layer .content_talk .username {
  font-weight: 600;
  color: #4c8df5;
  font-size: 16px;
}
.talk_layer .content_talk .username span {
  font-weight: 300;
  color: #888;
}
@media screen and (max-width: 767px) {
  .talk_layer .content_talk .username {
    font-size: 12px;
  }
  .talk_layer .content_talk .username span {
    font-size: 12px;
  }
}
.talk_layer .content_talk .date {
  font-size: 14px;
  color: #999;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .talk_layer .content_talk .date {
    font-size: 12px;
    margin-top: 0px;
  }
}
.talk_layer .content_talk .responsible {
  font-size: 13px;
  color: #999;
  margin-top: 0px;
}
.talk_layer .content_talk .responsible b {
  color: #4c8df5;
}
@media (max-width: 767px) {
  .talk_layer .content_talk .responsible b {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .talk_layer .content_talk .responsible {
    font-size: 11px;
    margin-top: 0px;
  }
}
.talk_layer .text {
  font-size: 14px;
  line-height: 22px;
  color: #7d7d7d;
  margin-top: 20px;
  position: relative;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .talk_layer .text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
}
.talk_layer .text.shorten {
  height: 200px;
  overflow: hidden;
}
.talk_layer .text .read_more {
  
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 36%, rgb(255, 255, 255) 100%);
  
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 36%, rgb(255, 255, 255) 100%);
  
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 36%, rgb(255, 255, 255) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  
  text-align: center;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #4c8df5;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  cursor: pointer;
  cursor: hand;
}
.talk_layer .attachments {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .talk_layer .attachments {
    margin-top: 10px;
  }
}
.talk_layer .attachments .attachment_image {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  cursor: hand;
}
.talk_layer .attachments .attachment {
  height: 80px;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  cursor: hand;
}
.talk_layer .attachments .attachment:hover {
  text-decoration: none;
}
.talk_layer .attachments .attachment .attachment_bg {
  height: 60px;
  background-color: #fafafa;
  text-align: center;
  padding-top: 10px;
}
.talk_layer .attachments .attachment .attachment_bg i {
  color: #ccc;
  font-size: 40px;
}
.talk_layer .attachments .attachment .attachment_name {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  font-size: 11px;
  line-height: 20px;
  padding: 0 5px;
}
.talk_layer .element_related {
  position: relative;
  font-size: 14px;
  color: #4d4d4d;
  margin: 10px auto;
  border: 1px solid #eee;
  width: 100%;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
  cursor: hand;
}
@media (max-width: 767px) {
  .talk_layer .element_related {
    font-size: 12px;
    padding: 5px;
  }
}
.talk_layer .link_message {
  position: relative;
  font-size: 0;
  margin: 10px auto;
  border: 1px solid #eee;
  width: 100%;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.talk_layer .link_message .name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.talk_layer .link_message .link_image {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 115px;
  background-size: cover;
  background-position: 50%;
  border-radius: 3px 0 0 3px;
}
.talk_layer .link_message .link_content {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding: 10px;
}
.talk_layer .link_message .link_content.with_image {
  width: calc(100% - 150px);
}
.talk_layer .link_message .description {
  font-size: 12px;
  line-height: 16px;
  color: #555;
}
.talk_layer .link_message .url {
  margin-top: 20px;
  word-break: break-all;
}
.talk_layer .link_message .url a {
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
}
.talk_layer .talk_footer {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding: 10px 10px 0;
  font-size: 0;
}
.talk_layer .talk_footer .likes {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
}
.talk_layer .talk_footer .button_reply {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: right;
}
.talk_layer .talk_footer .button_reply button {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  color: #4c8df5 !important;
  font-weight: 600;
  border: 2px solid #4c8df5 !important;
  transition: all 0.3s ease;
}
.talk_layer .talk_footer .button_reply button:hover {
  background-color: #4c8df5 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .talk_layer .talk_footer .button_reply button {
    font-size: 12px;
    padding: 5px;
  }
}
.talk_layer .talk_footer .like_icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 30px;
  width: 70px;
  background-image: url("https://webintra.net/app/14cd836e31708e252adb819e2243e99f902e28d48d383b870c7fb8fb94a836afe3e66e7072efdca9a98e4ca56617e85761de69caac22b6f5de298f337a0d23c26b8421855cee1536741214/img/heart.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2900%;
  margin-left: -20px;
  margin-right: -15px;
}
.talk_layer .talk_footer .like_icon.active {
  background-position: right;
}
.talk_layer .talk_footer .like_icon.is_animating {
  animation: heart-burst 0.8s steps(28) 1;
}
.talk_layer .talk_footer .likes_number {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 16px;
}
.talk_layer .talk_footer .likes_avatars {
  display: inline-block;
  margin-left: 10%;
  vertical-align: middle;
}
.talk_layer .talk_footer .likes_avatars > img {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  border-radius: 50%;
  background-color: #fff;
}
.talk_layer .talk_footer .likes_names {
  display: inline-block;
  margin-left: 1%;
  vertical-align: middle;
  color: #4d4d4d;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .talk_layer .talk_footer .likes_names {
    display: none;
  }
}
@media (max-width: 767px) {
  .talk_layer .talk_footer .like_icon {
    width: 50px;
  }
  .talk_layer .talk_footer .likes_number {
    font-size: 12px;
  }
  .talk_layer .talk_footer .likes_avatars > img {
    width: 24px;
    height: 24px;
  }
}
.talk_layer .answers {
  background-color: #fafbfd;
}
.talk_layer .answers .viewMoreReplies {
  padding: 15px;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  cursor: hand;
}
.talk_layer .answers .answer {
  border-top: 1px solid #eee;
  padding: 20px 40px 10px 40px;
  position: relative;
}
.talk_layer .answers .answer .more_actions_icon {
  font-size: 16px;
}
.talk_layer .answers .answer .avatar {
  width: 42px;
  height: 42px;
}
.talk_layer .answers .answer .username {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .talk_layer .answers .answer .username {
    font-size: 12px;
  }
}
.talk_layer .answers .answer .username span {
  font-size: 12px;
}
.talk_layer .answers .answer .date {
  font-size: 12px;
}
.talk_layer .answers .answer .text {
  font-size: 13px;
  line-height: 18px;
}
.talk_layer .answers .answer .text.shorten {
  height: 200px;
  overflow: hidden;
}
.talk_layer .answers .answer .text .read_more {
  background: -moz-linear-gradient(top, rgba(250, 251, 253, 0) 0%, rgba(250, 251, 253, 0.8) 36%, rgb(250, 251, 253) 100%);
  
  background: -webkit-linear-gradient(top, rgba(250, 251, 253, 0) 0%, rgba(250, 251, 253, 0.8) 36%, rgb(250, 251, 253) 100%);
  
  background: linear-gradient(to bottom, rgba(250, 251, 253, 0) 0%, rgba(250, 251, 253, 0.8) 36%, rgb(250, 251, 253) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00fafbfd", endColorstr="#fafbfd",GradientType=0 );
  
  text-align: center;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #4c8df5;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  cursor: pointer;
  cursor: hand;
}
.talk_layer .answers .answer .likes_names {
  font-size: 12px;
}
.talk_layer .answers .answer .like_icon {
  width: 55px;
}
.talk_layer .answers .answer .likes_number {
  font-size: 12px;
}
.talk_layer .reply_form {
  display: none;
}
.talk_layer .reply_form .form_talk {
  background-color: #f5f5f5;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 0;
  margin: 0px;
}
.talk_layer .reply_form .form_talk .form_options {
  border-top: 1px solid #ddd;
}
.talk_layer .reply_form .form_talk .form_options .attachments button {
  background-color: #ddd;
}
.talk_layer .reply_form .form_talk .form_options .attachments button:hover {
  background-color: #4c8df5;
}
@media screen and (max-width: 767px) {
  .talk_layer .reply_form .form_talk .avatar {
    display: none;
  }
}
.talk_layer .closed_thread {
  background-color: #FF5722;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
  color: #fff;
}

.social_image_modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1000;
}
.social_image_modal img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}




.social_layer_spinner {
  font-size: 100px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  list-style: none;
  margin-top: -3px;
}

.social_layer_spinner li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.social_layer_spinner li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 3px 0 0 -5px;
  background: #00C176;
  -webkit-transform-origin: 50% 200%;
  -moz-transform-origin: 50% 200%;
  -ms-transform-origin: 50% 200%;
  -o-transform-origin: 50% 200%;
  transform-origin: 50% 200%;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -moz-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -ms-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -o-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}

.social_layer_spinner li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -6px 6px 0 0;
  background: #FF003C;
  -webkit-transform-origin: -100% 50%;
  -moz-transform-origin: -100% 50%;
  -ms-transform-origin: -100% 50%;
  -o-transform-origin: -100% 50%;
  transform-origin: -100% 50%;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -moz-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -ms-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -o-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}

.social_layer_spinner li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0px 0px 5px -5px;
  background: #FABE28;
  -webkit-transform-origin: 50% -100%;
  -moz-transform-origin: 50% -100%;
  -ms-transform-origin: 50% -100%;
  -o-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -moz-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -ms-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -o-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}

.social_layer_spinner li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -7px 0 0 6px;
  background: #88C100;
  -webkit-transform-origin: 200% 50%;
  -moz-transform-origin: 200% 50%;
  -ms-transform-origin: 200% 50%;
  -o-transform-origin: 200% 50%;
  transform-origin: 200% 50%;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -moz-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -ms-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -o-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rota {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rota {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rota {
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rota {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-moz-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-ms-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-o-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}



.view_more_logs {
  text-align: center;
  padding: 15px;
}
.view_more_logs button {
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 50px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .view_more_logs button {
    font-size: 14px;
    padding: 5px 30px;
    text-shadow: none;
  }
}

.document_preview_image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}




.social_creation_task {
  width: 400px;
  max-width: 90vw;
}
.social_creation_task select, .social_creation_task input, .social_creation_task textarea {
  width: 100%;
}
