.sympotek-stream{margin-bottom:30px; position: relative;}
.stream-content{
    display: block;
    width: 100%;
    font-size: 12px;
}
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:rgba(0,0,0,0.7);
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.streamImagePreview{
  display: block;
  width: 100%;
  position: relative;
}
.preview-stream-new, .current-image-preview {
  max-width: 100px;
  display: inline-block;
  position: relative;
  margin-right:30px;
  margin-top:15px;
}
.preview-stream-new img{max-width:100px; max-height: 100px;}
.preview-stream-new i{position: absolute; right: -20px; color:red;}
.current-image-preview img{max-width:100px; max-height: 100px;}
.remove_current_image i{position: absolute; right: -20px; color:red;}
.btn-group-stream .btn{background:transparent;}
.btn-group-stream .btn.active-list-stream{background:tomato; color:#fff; font-weight: bold;}
.note-pics{display: block;}
.new-panel-stream-title{margin-bottom:10px;}
.preview-stream-new{}
.remove-internal-stream-note{background:tomato !important;}
#sympotekNotesModal .modal-dialog, #sympotekNotesModal .modal-content{height:100vh;}
.details-row {
    display: none;
    /*
    background-color: #141414;
    font-size: 12px;
    color:#fff;
    font-weight: bold;
    */
}
.stream-table th.asc::after {
    content: ' \25B2'; /* Up arrow */
}
.stream-table th.desc::after {
    content: ' \25BC'; /* Down arrow */
}

.stream-table-wrap{position: relative; display: inline-block; width: 100%;}


.stream-table-wrap .pagination {
    margin-top: 10px;
}
.stream-table-wrap .pagination .page-item {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.stream-table-wrap .pagination .page-item:hover{
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.stream-table-wrap .pagination .page-item.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.stream-table-wrap .stream-post-container{
  padding:0;
}

.fake-stream-button{
  pointer-events: none;
  cursor: default;
}
.user-link-stream{color:#d3ff00; font-weight: bold;}

/*
.text-box-stream-content{
  white-space: pre-wrap;
}
*/
.toggle_more_stream{
    /*white-space: pre-wrap;  Preserve whitespace for better formatting */
    overflow: hidden; /* Hide overflow content */
    height: auto; /* Initially set to auto height */
    max-height: 300px; /* Set max height for initial display */
    position: relative;
}

.text-box-stream-content.complex-text span p{
  white-space: pre-wrap;
  word-wrap: anywhere;
}

.seeMoreTextNew{bottom: 0;}

.hidden-stream-content {
  display: none;
}
.visible-stream-content {
  display: block;
}
.stream-table th, .stream-table td {
/*
  padding: 6px !important;
*/
  text-align: left;
}
.stream-table .actions-column a.btn{height: 25px; padding: 0px 6px;}
.stream-table .actions-column a i{font-size:12px;}
.itsStickyPost{background: #222057;}
.hide-stream-add{}
.note-filter-wrap{padding:10px 0; margin:5px 0;}
.upload-form {
    display: flex;
    max-width: 100%;
    padding: 0;
    flex-flow: column;
    margin: 10px 0;
   }
  .upload-form h1 {
    margin: 0;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #434850;
    text-align: center;
  }
  .upload-form label {
     justify-content: center;
    align-items: center;
     color: #737476;
     font-weight: 500;
    font-size: 14px;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
  }
  .upload-form label i {
    margin-right: 10px;
    padding: 5px 0;
    color: #dbdce0;
  }
  .upload-form label span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    word-break: break-all;
  }
  .upload-form label:hover {
    background-color: #f7f8f9;
    border: 1px solid #e3e5ea;
    color: #68686a;
  }
  .upload-form label:hover i {
    color: #cfd1d4;
  }
  .upload-form input[type="file"] {
    appearance: none;
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
  }
  .upload-form .progress {
    height: 20px;
    border-radius: 4px;
    margin: 10px 0;
    background-color: #e6e8ec;
    display: none;
  }
  .upload-form button {
    appearance: none;
    background-color: #be5a41;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    border: 0;
    padding: 10px 12px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
  }
  .upload-form button:hover {
    background-color: #b6563e;
  }
  .upload-form button:disabled {
    background-color: #aca7a5;
  }
  .upload-form .result {
    padding-top: 15px;
  }



  .placeholder-lazy {
    background-color: #f3f3f3;
    width: 100%;
}