  .activity-title {
    display: inline-block;
  }
  
  .activities-list {
    font-size: 14px;
  }
  
  .activities-image img {
    max-width: none !important;
  }
  
  .activities-avatar {
    width: 40px !important;
    height: 40px !important;
  }
  
  .activities-heading {
    padding-left: 0 !important;
  }
  
  .activities-summary {
    margin-top: -60px !important;
    padding: 5px 0 5px 20px;  
  }

  .summary-detail {
    padding-top: 15px;
    padding-left: 35px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    word-wrap: break-word;
  }
.gallery_entry_item #avatar-img {
    border-radius: 50%; 
    width: 20px; 
    max-width: 100%; 
    height: 20px;
}


.show_entry_item #avatar-img {
    width: 50px; 
    height: 50px;
}

.gallery_entry_item .contribution{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 205px;
}

.entry_image_block {
  position: relative;
  min-height: 201px !important
}

#entry_image_expand_icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media (pointer: coarse) {
  #entry_image_expand_icon {
    display: block;
  }
}

@media (pointer: fine) {
  .entry_image_block:hover #entry_image_expand_icon {
    display: block;
  }
}



#entry_panel_block {
  box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 8%);
}

.card_entry_image{
  opacity: 0; 
  transition: opacity 0.5s ease; 
}

.card_entry_image.loaded {
  opacity: 1; 
}

.show_page_image_block{
  min-height: 332px;
}



#vote-icon {
    text-shadow: -0.9px 0 #0076a8 , 0 0.9px #0076a8, 0.9px 0 #0076a8, 0 -0.9px #0076a8;
}

// #vote-icon{
//   font-size: 60px;
// }

// #vote-icon .inside{
//   position:absolute;
//   font-size: 10px;
//   color:white;
//   left:3px;
//   top:3px;
// }

.generated_image {
  transition: opacity 1.2s;
}


.index_page_entry_actions #vote-icon {
    font-size: 21px;
    top: 3px;
}

#entry_image_view_icon{
  padding: 2px;
}


.add_margin_right_5 {
    margin-right: 5px;
}

.social_media_share_icons li a img{
    width:25px;
    height:25px;
}

.featured-image {
    position: relative;
}
  
  .track {
    stroke-width: 25;
    stroke: lightgrey;
    fill: none;
  }
  
  .char_progress {
    stroke-width: 25;
    fill: none;
    transform: rotate(270deg);
    transform-origin: center;
  }

  .entry_modal_image_block .lSAction {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
  }
  
  .entry_modal_image_block .lSAction .lSPrev,
  .entry_modal_image_block .lSAction .lSNext {
    position: absolute;
    cursor: pointer;
    pointer-events: auto;
  }
  
  .entry_modal_image_block .lSAction .lSPrev {
    left: 10px;
    transform: rotate(180deg);
  }
  
  .entry_modal_image_block .lSAction .lSNext {
    right: 10px;
  }
   



  

 //remix tree
 .tree2 body {
    margin:50px;
    font-family:'Arial', sans-serif;
  }
  *{margin:0;padding: 0;}
  
  
  .tree2 p { padding-bottom:50px;}
  
  .content {
    width:500px;
    margin:auto;
  }
  .tree2 ul {
    padding: 0!important;
    margin-left: 10px;
  }
  
  .tree2 li {
    padding: 0!important;
    list-style-type: none;
    margin:5px;
    position: relative;
  }
  
  .tree2 li::before {
    margin-left: 0px!important;
    content: ""!important;
    position: absolute;
    top:12.7px;
    left:-10px;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-radius:0 0 0 0px;
    min-width: 10px!important;
    width:10px;
    height:35px;
    margin-top: -20px;
  }

  .tree2 li.more::before {
    height:18px;

  }
  
  .tree2 li:last-child::after  {
    display:none;
  }
  
  .tree2 li:last-child:before{
    border-radius: 0 0 0 5px;
  }
  
  ul.tree2>li:first-child::before {
    display:none;
  }
  
  ul.tree2>li:first-child::after {
    border-radius:5px 0 0 0;
  }

  .big-cir {
    height: 48px;
    width: 48px;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
    position: absolute;
    border-color: green;
    border-style: solid;
    border-width: 3px;
  } 

  .remix_tree #entry-img {
    border-radius: 50%; 
    width: 40px; 
    max-width: 100%; 
    height: 40px;
    border: 1px solid gray;
  }


  .remix_tree #avatar-img {
    border-radius: 50%; 
    width: 16px; 
    max-width: 100%; 
    height: 16px;
    margin-top: 3px;
  }
  

  .remix_tree h6.entry-title, h5.entry-title {
    width: 278px; 
  }


  .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
  }

  
  #modal-details{
    min-height: 507px;
  }

  #modal-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .card-spinner{
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%,-50%);
  }

  @media (max-width:430px) {
    .entry_modal_image_block{
      min-height: 300px;
    }
  } 

  @media (min-width:431px) {
    .entry_modal_image_block{
      min-height: 385px;
    }
  } 
/* Dependency filters */
.cq-dropdown .radio-btn {
  margin-left: 10px;
  font-weight: normal;
}

#dependency_dropdown {
  width: 250px; /* Increased width */
  max-height: none;
  border: 1px solid #ced4da;
  text-align: left;
  position: relative;
}

.dependency_dropdown_label {
  display: inline-block;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.droparrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


button.btn-link[type="submit"]:focus { outline:none !important; }

.entries_filter{
  opacity: 0.8;
}

li.add_list_separator_left {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 253, 253, 0.4) !important;
}

.slash-separator{
  opacity: 0.6;
}


.show_more_toggle_mask {
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

.read_more_actuator {
  font-size: 100%;
}
#leaderboard #avatar-img {
    border-radius: 50%; 
    width: 30px; 
    max-width: 100%; 
    height: 30px;
}

.current_user_ranking{
   background-color: #32c54b21; 
   border-bottom: 4px solid darkgreen;
}

@media (max-width:425px) {
    #leaderboard .view_all_entries, #leaderboard .author_inline {
      display:block;
    }
    #leaderboard th.score{
        width:20%;
    }
}


.truncated-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-box {
    display:flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

*:focus {
    outline: 0 !important;
}


.disabled {
    pointer-events: none;
    cursor: default;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #09f;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

#time-counter-ul {
    margin-top:7px
}

 .mlc_body  .live_eval_banner {
    bottom: 8px;
    right: 8px;
    width: 320px;
    animation: slideIn 0.5s forwards;
  }
  @keyframes slideIn {
    0% {
      right: -100%;
    }
    100% {
      right: 0;
    }
  }
  .mlc_body  .before-mss-call-alert {
    width: auto;
    max-width: max-content;
  }
  .mlc_body  .alert-danger.after-mss-call-alert,
  .mlc_body  .alert-warning.after-mss-call-alert {
    width: auto;
  }
  .mlc_body  .before-mss-call-alert .progress {
  float: left;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: -32px;
  }
  .mlc_body  .after-mss-call-alert {
    float: right;
  }

  #rtc_editor_with_toolstrip,  .rtc_editor_with_toolstrip,  .overlay_editor_for_live_eval, .windowPane.editorWindow {
    height: 100% !important;
  }
  #wrapper_rtc_editor{
    height: calc(100% - 52px) !important;
  }

  .editor_container{
    height:820px
  }

  .dark-mode-switch{
    display:none;
  }

  .entry-form {
    display: flex; 
    flex-wrap: wrap;
   }

   .editor-form-column {
      flex: 3 1 300px; 
      min-width: 300px; 
      padding: 10px; 
      display: flex; 
      flex-direction: column; 
      justify-content: flex-end;
    }

    .helper-column {
      flex: 1 1 180px;
      min-width: 180px; 
      padding: 10px; 
      display: flex; 
      flex-direction: column; 
      justify-content: flex-end;
    }

  @media (max-width: 1200px) {
    .editor-form-column {
      flex: 2 1 250px !important;
    }
    .helper-column {
      flex: 1 1 200px !important;
    }
  }

  @media (max-width: 900px) {
    .form-column,
    .helper-column {
      flex: 1 1 100% !important;
      min-width: 100% !important;
    }
  }

  .video-container{
    width: 270px;  
    height: 270px; 
  } 

  .generated_movie{
    width: 100%;  
    height: 100%; 
    object-fit: cover; 
  } 

  #waveform {
    width: 100%;
    height: 40px;
  }





