@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');
.gc_ground_zero {
  z-index: 99999999999;
  position: absolute;
}

.gc_ * {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #444444;
}

.gc_ a {
  text-decoration: underline;
}

.gc_ small {
  font-size: 60%;
}

.gc_ h3 {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}

.gisters_backdrop {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
  display: none;
  z-index: 99999999;
}

.gisters_body {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #fff;
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
  z-index: 99999999;
}.gisters_body.opened {
  right: 0;
}

.gc_ .gisters_content {
  overflow-y: scroll;
  height: 100%;
}

.gc_ .gc_engagement.main {
  left: -60px;
  position: absolute;
  bottom: 30px;
  background: #ffffff;
  border-radius: 30px;
  padding: 5px;
  border: 1px solid rgba(0,0,0,.2);
}

.gc_ .engagement_button_wrap {
  margin-bottom: 10px;
  position: relative;
}

.gc_ .gc_engagement_button .notify, .gc_ .gc_notifications_count {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  height: 15px;
  font-weight: bold;
  color: #fff;
  top: 0px;
  right: 0px;
  position: absolute;
  background: red;
  border-radius: 10px;
  padding: 0 5px;
  box-shadow: 0 0 0 2px #fff;
  display: none;
}

.gc_ .gc_engagement .gc_engagement_button {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #f8f7f7e6;
  text-align: center;
  margin-bottom: 2px;
  cursor: pointer;
}

.gc_ .gc_engagement_count {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.gc_ .gc_engagement .gc_engagement_button i {
  font-size: 18px;
  position: relative;
}

/*Engagement inline*/
.gc_ .engagement_button_wrap.inline,
.gc_ .engagement_button_wrap.inline .gc_engagement_button,
.gc_ .engagement_button_wrap.inline .gc_engagement_count {
  display: inline-block;
}

.gc_ .engagement_button_wrap.inline {
  margin-right: 15px;
}

.gc_ .engagement_button_wrap.inline .gc_engagement_button {
  width: 25px;
  height: 25px;
  background: transparent;
}

.gc_ .engagement_button_wrap.inline .gc_engagement_button i {
  font-size: 14px;
}

.gc_ .engagement_button_wrap.inline .gc_engagement_count {
  font-size: 13px;
}

.gc_ .engagement_button_wrap.inline .gc_engagement_button .like-btn-svg {
  scale: 0.6;
  left: -8px;
  top: -7px;
}

.gc_ .gc_inline { display: inline-block; margin-right: 10px; } 
.gc_ .gc_dim { opacity: 0.7; }
.gc_ .gc_sm { font-size: 12px; }
.gc_ .gc_bold { font-weight: bold; }
.gc_ .gc_center { text-align: center; }
.gc_ .gc_info, .gc_ .gc_error, .gc_ .gc_success {
  border-left: 2px solid #999;
  padding: 7px 10px;
  background: #f7f7f7;
  font-size: 13px;
  line-height: 20px;
  margin: 7.5px 0;
}
.gc_ .gc_info.gc_sharp {
  font-weight: bold;
  background: #bcecff;
  border-color: #000;
  color: black;
}

.gc_ .gc_info.gc_sharp b {
  text-transform: uppercase;
  font-size: 93%;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0 5px;
  background: rgb(255 255 255 / 50%);
  margin: 0 2px;
  border-radius: 15px;
}.gc_ .gc_info.gc_sharp b::before {
  content: "*";
}.gc_ .gc_info.gc_sharp b::after {
  content: "*";
}

.gc_ .mv-15 { margin-top: 15px; margin-bottom: 15px; }

.gc_ .gc_info.dark {
  background: #333;
  color: #fff;
  border-color: #999;
}

.gc_ .gc_error {
  border-color: #f00;
  background: #fdd;
}
.gc_ .gc_error::before {
  content: "Error: ";
  font-weight: bold;
  color: #f00;
  opacity: 0.5;
}

.gc_ .gc_success {
  border-color: #0f0;
  background: #dfd;
}

/*End: Engagement inline*/
.gc_ .engagement_button_wrap.mini .gc_engagement_button i {
  font-size: 12px;
}

.gc_ .engagement_button_wrap.mini .gc_engagement_count {
  font-weight: normal;
  font-size: 12px;
}

.gc_ .engagement_button_wrap.mini .gc_engagement_button .like-btn-svg {
  scale: 0.5;
  left: -12px;
  top: -12px;
}

.gc_ .gc_close_button {
  position: absolute;
  z-index: 999;
  top: -50px;
}

.gc_ .gc_close_button .gc_engagement_button {
  line-height: 37px;
  border: 1px solid #cccccc;
}


.gc_header {
  padding: 15px 20px 0;
  border-bottom: 1px solid #cbcbcd;
}

.gc_ .no-m { margin: 0; }

.gc_ .gc_title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
  
.gc_ .gc_row {
  display: table;
  padding: 5px 0;
  width: 100%;
  box-sizing: border-box;
}
.gc_ .gc_row > div {
  float: left;
}
.gc_ .gc_row .gc_col-6 {
  width: 50%;
}
.gc_ .gc_row .gc_col-12 {
  width: 100%;
}
.gc_ .mr-10 {
  margin-right: 10px;
}


.gc_ .gc_copy_link {
  border: 1px solid #e3e3e4;
  background: #f1f1f2;
  color: #4d4e58;
  font-size: 13px;
  overflow: hidden;
  border-radius: 10px;
  padding: 7px 12px;
  white-space: nowrap;
  position: relative;
  margin-bottom: 15px;
  display: block;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.gc_ .gc_copy_link::after {
  content: "Copy my link";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  color: #333;
  padding: 7px 15px 7px 45px;
  cursor: pointer;
  background-image: linear-gradient(to right, transparent, #f1f1f2, #f1f1f2, #f1f1f2);
}
.gc_ .gc_copy_link.copied::after {
  content: "Copied";
}

.gc_ .gc_pull_right { margin-left: auto; display: table; } 

.gc_floating_footer {
  border-top: 1px solid #cbcbcd;
  box-sizing: border-box;
  overflow: hidden;
  height: 85px;
  position: fixed;
  bottom: 0;
  width: 400px;
  background: #fff;
}

.gc_ .comment_field_wrap {
  background: #fff;
  position: relative;
  padding: 15px;
  padding-right: 80px;
  box-sizing: border-box;
}

.gc_ .comment_field_wrap textarea {
  border: none;
  display: block;
  background: #f1f1f2;
  color: #4e4f59;
  padding: 15px;
  border-radius: 7px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  overflow: hidden;
  height: 50px;
  min-height: 50px;
  max-height: 100px;
}

.gc_ .comment_field_wrap .len_meter {
  position: absolute;
  bottom: -50px;
  font-size: 12px;
}

.gc_ .gc_upper {
  text-transform: uppercase;
}

.gc_ .comment_field_wrap button {
  padding: 15px;
  padding-right: 30px;
  border: none;
  background: transparent;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 15px;
}

.gc_ .gc_comment .gc_engagement {
  padding-top: 5px;
}

.gc_ .gisters_content {
  display: flex;
  flex-direction: column;
}

.gc_ .gc_body {
  flex: auto;
  padding: 15px;
  overflow: scroll;
}

.gc_ .gc_comment {
  position: relative;
  padding-left: 50px;
}

.gc_ .gc_avatar {
  width: 40px;
  height: 40px;
  background: #ddd;
  position: absolute;
  margin-left: -50px;
  border-radius: 50%;
}.gc_ .gc_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.gc_ .gc_comment .gc_username {
  font-weight: bold;
  color: inherit;
  display: block;
  text-decoration: none;
}
.gc_ .gc_comment .gc_username:hover {
  text-decoration: underline;
}

.gc_ .gc_reply_comment, .gc_ .gc_text_btn {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  color: #666 !important;
}.gc_ .gc_reply_comment.active {
  color: #eb1c1c !important;
}

.gc_ .gc_replying_to {
  position: absolute;
  top: 0;
  font-size: 11px;
  background: #fff;
  border-radius: 15px;
  border: 4px solid #f1f1f2;
  padding: 1px 7px;
}

.gc_ .gc_form_field {
  margin-bottom: 10px;
}

.gc_ .gc_form_field input {
  border: none;
  display: block;
  background: #f1f1f2;
  color: #4e4f59;
  padding: 15px;
  border-radius: 7px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.gc_ .gc_form_field input[type="submit"] {
  background: #212121;
  color: #fff;
}.gc_ .gc_form_field input[type="submit"]:hover {
  background: #000;
}

.gc_ .gc_profile_avatar {
  height: 100px;
  width: 100px;
  border-radius:50%;
  background:#ccc;
  margin: auto;
  margin-bottom: 15px;
  overflow: hidden;
}.gc_ .gc_profile_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc_ img.current_user_avatar {
  border-radius: 50%;
}

.gc_ .gc_profile_handle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.gc_ .gc_profile_stats {
  font-size: 16px;
  text-align:center;
  padding-top: 5px;
}

.gc_ .gc_profile_tab {
  padding: 30px 15px;
}

.gc_ .gc_profile .gc_tab_action_wrap {
  margin-top: 15px;
  border-top: 1px solid #6c6b6b;
  text-align: center;
}

.gc_ .gc_profile .gc_tab_action {
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  border-top: 2px solid transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  opacity: 0.5;
}.gc_ .gc_profile .gc_tab_action.active {
  border-color: #6c6b6b;
  opacity: 1;
}

.gc_ .gc_post_card {
  background-color: #ccc;
  border-radius: 30px;
  max-width: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}.gc_ .gc_post_card::before {
  content: "drillogist.com";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  color: black;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
}

.gc_ .gc_post_card .gc_post_content_wrap {
  padding: 15px;
  padding-top: 100px;
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.9));
}.gc_ .gc_comment_preview.comment_fullscreen .gc_post_content_wrap {
  padding-top: 400px;
}

.gc_ .gc_expand_comment {
  position: absolute;
  left: 13px;
  top: 50px;
  opacity: .4;
}.gc_ .gc_expand_comment:hover {
  opacity: 1;
}

.gc_ .gc_post_card .gc_post_content_wrap .fullscreen_icon {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  padding: 15px;
  text-decoration: none;
}.gc_ .gc_post_card .gc_post_content_wrap .fullscreen_icon i {
  color: #fff;
  font-size: 20px;
}

.gc_ .gc_post_card .gc_post_title {
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-shadow: 1px 1px 3px black;
  text-align: center;
}
.gc_ .gc_post_card .gc_post_title a {
  color: inherit;
  text-decoration: none;
}
.gc_ .gc_post_card .gc_post_title a:hover {
  opacity: 0.7;
}

.gc_ .gc_post_date {
  color: white;
  font-size: 10px;
  text-shadow: 1px 1px 3px black;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.gc_ .gc_post_card .gc_comment_wrap {
  padding: 15px 15px 0;
  border-radius: 30px;
  background: #fff;
}

.gc_ .gc_comment_replies {
  padding-left: 30px;
}

.gc_ a.gc_view_more {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: rgba(22, 24, 35, 0.5);
  padding-left: 50px;
  cursor: pointer;
  margin-bottom: 15px;
}
.gc_ a.gc_view_more:hover {
  text-decoration: underline;
}
.gc_ .gc_view_more i {
  color: rgba(22, 24, 35, 0.5);
  font-size: 13px;
}
.gc_ .gc_comment.is_child .gc_avatar {
  width: 20px;
  height: 20px;
  margin-left: -30px;
  margin-top: 5px;
}
.gc_ .gc_comment a {
  color: #ce1f1e;
  text-decoration: none;
}
.gc_ .gc_comment a:hover {
  text-decoration: underline;
}

ul.gc_social_connect {
  margin: 0;
  padding: 0;
}
ul.gc_social_connect li {
  list-style: none;
  margin: 0;
  padding: 5px 15px;
}
ul.gc_social_connect li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #999;
  border-radius: 30px;
}
ul.gc_social_connect li a i {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}

/*Like button start*/
.like-btn-svg {
  position: absolute;
  left: 19px;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background-image: url(./web_heart_animation.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  scale: 0.7;
  left: 3px;
  top: 4px;
}

.like-btn-svg.animate {
  transition: background 1s steps(28);
  animation: fave-like-btn-svg 1s steps(28);
  background-position: -2800px 0;
}
.like-btn-svg.animated {
  background-position: -2800px 0;
}

@keyframes fave-like-btn-svg {
  0% {
  background-position: 0 0;
  }
  100% {
  background-position: -2800px 0;
  }
}
/*Like button end*/

.gc_ .gc_loading {
  padding: 50px 15px;
  text-align: center;
}.gc_ .gc_loading::before {
  content: "Loading...";
  font-size: 16px;
}

.rotating {
  animation: rotate 0.7s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

/* Login/Logout Control */
#gcGistersBody.gc_logged_in .gc_logged_out_only {
  display: none !important;
}

#gcGistersBody.gc_logged_out .gc_logged_in_only {
  display: none !important;
}

.gc_ .gc_browser_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  overflow-y: auto;
}
.gc_ .gc_browser_container.gc_fullscreen_preview {
  background: #000000ed;
  overflow-y: hidden;
}

.gc_ .gc_browser_container.gc_fullscreen_preview .gc_expand_comment {
  display: none;
}


.gc_ .gc_mini_header {
  padding: 12px 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  display: table;
  width: 100%;
  box-sizing: border-box;
}.gc_ .gc_browser_container .gc_browser_header i {
  font-size: 20px;
}

.gc_ .gc_notification {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-left: 50px;
}
.gc_ .gc_notification .gc_notification_avatar {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
}
.gc_ .gc_notification .gc_notification_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.gc_ .gc_notification .gc_notification_time {
  font-size: 11px;
  color: #999;
}

.gc_ .gc_profile_page_title {
  font-weight: bold;
  font-size: 18px;
  margin-top: -20px;
  margin-bottom: 15px;
}

#gcFullscreenPreviewContent {
  padding: 30px;
}

#gcFullscreenPreviewContent .gc_post_content_wrap {
  padding-top: unset;
  height: 600px;
}

#gcFullscreenPreviewContent .gc_post_card {
  max-width: 350px;
  margin: 0 auto;
}
#gcFullscreenPreviewContent .gc_profile_post_content {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 30px;
}

@media (max-height: 700px) {
  #gcFullscreenPreviewContent .gc_post_content_wrap {
    height: 85vh;
  }
}

.gc_ .gc_pointed {
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  background: #2efe8a;
  padding: 1px 5px;
  border-radius: 10px;
}
.gc_ .gc_pointed::after {
  content: " points";
  text-transform: uppercase;
  opacity: 0.5;
  font-style: italic;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(7);
    opacity: 0;
  }
}

.gc_ .gc_alert_dot::before, .gc_ .gc_alert_dot::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  background: red;
  border-radius: 50%;
}

.gc_ .gc_alert_dot::before {
  animation: ping 1.7s ease-out infinite;
  opacity: 0.25;
}

.gc_promo_alert {
  padding: 15px;
  border-radius: 15px;
  background: #ffea91;
  margin-bottom: 30px;
  border: 1px solid #ddc819;
}

@media(max-width: 480px) {
  .gisters_backdrop {
    background-color: rgb(0 0 0 / 70%);
  }
  
  .gc_ .gc_browser_container.gc_fullscreen_preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
  }

  .gisters_body {
    width: 100%;
    bottom: -90%;
    bottom: calc(-100% + 100px);
    right: 0;
    left: 0;
    top: unset;
    height: 90%;
    height: calc(100% - 100px);
    border-radius: 30px 30px 0 0;
    box-shadow: 10px 0 50px #00000045;
    border-top: 30px solid #fff;
  }
  .gisters_body .gisters_content {
    display: none;
  }

  .gisters_body.opened {
    bottom: 0;
  }

  .gisters_body.opened .gisters_content {
    display: block;
  }

  .gc_floating_footer {
    left: 0;
    right: 0;
    width: auto;
  }

  .gc_ .gc_engagement.main {
    left: unset;
    bottom: unset;
    position: relative;
    display: table;
    margin: -115px auto 0;
    padding: 10px 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px 0px;
    border: none;
  }
  .gisters_body.opened .gc_engagement.main {
    margin-top: -55px;
    z-index: 9999999;
  }

  .gc_ .gc_engagement.main .engagement_button_wrap {
    width: unset;
    height: 30px;
    margin: 0;
    float: left;
    padding: 0 10px;
  }
  .gc_ .gc_engagement.main .engagement_button_wrap.gc_close_button {
    position: fixed;
    top: 15px;
    right: 15px;
  }
  .gc_ .gc_engagement.main .engagement_button_wrap.gc_close_button .gc_engagement_button {
    border: none;
    padding: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 37px;
  }

  .gc_ .gc_engagement.main .engagement_button_wrap:nth-child(3){
    border: 1px solid #f0f0f0;
    border-width: 0 1px;
  }

  .gc_ .gc_engagement.main .gc_engagement_button {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
  }

  .gc_ .gc_engagement.main .gc_engagement_count {
    float: left;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 300;
    color: #666;
    margin-top: 5px;
  }

  .gc_ .gc_engagement.main .gc_engagement_button .like-btn-svg {
    left: 0;
    top: 1px;
  }

  .gc_ .gc_engagement.main .gc_engagement_button .gc_ img.current_user_avatar {
    width: 30px;
    height: 30px;
  }

  .gc_ .gc_browser_container {
    top: -5px;
  }

  .gc_ .gc_engagement_button .notify, .gc_ .gc_notifications_count {
    top: -3px;
    right: -10px;
  }

  .gc_ .gc_comment_preview.comment_fullscreen {
    margin-bottom: 20px;
    position: fixed;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    background: #000000e8;
    top: 0;
    left: 0;
    padding: 30px;
    box-sizing: border-box;
  }

  .gc_ .gc_comment_preview.comment_fullscreen .gc_post_content_wrap {
    height: 85vh;
    padding-top: 0;
  }

  .gc_ .gc_comment_preview.comment_fullscreen .gc_profile_post_content {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 50px;
  }

  .gc_ .gc_comment_preview.comment_fullscreen .gc_post_card::before {
    top: unset;
    bottom: 15px;
    opacity: .5;
  }
}

.leader_board_position {
  position: absolute;
  right: 0;
  top: 5px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  background: #f3f3f3;
  color: #999;
}
.leader_board_position.first {
  background: #cddc3942;
  color: #256b28;
  border-color: #8bc34a;
}
.leader_board_position.second {
  border-color: #00bcd4;
  background: #e0f7fa;
  color: #246b74;
}
.leader_board_position.third {
  border-color: #ffc107;
  background: #fff59d;
  color: #ef6c00;
}

.smaller_dim {
  font-size: 13px;
  opacity: 0.7;
}

.gc_hr {
  margin: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
