.le-fs-container {
    position: relative;
    /* width: 250px; */
    height: 200px;
    margin: 10px 10px 0 10px;
    background-color: var(--sideBarDialogBg);
    z-index: 9999999;
    color: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%);
}
.le-fs-container-title {
    display: flex;
    position: relative;
    height: 30px;
    background: var(--dialogHeaderAndFooterBg);
    display: flex;
    align-items: center;
    padding-left:10px
}
.le-fs-container-inner {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 40px;
}

.le-fs-container-inner:empty:after {
  content: 'No recordings for now. Make them by clicking "Start Recording" button';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  opacity: 0.5;
  box-sizing: border-box;
}
.le-alert-uploaded {
    position: absolute;
    top: 20px;
    right:20px;
    width: 250px;
    border-radius: 5px;
    background: #282828;
    z-index: 9999999;
    color: white;
    overflow: hidden;
}
.le-fs-uploaded-popup {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.le-fs-uploaded-popup .le-fs-uploaded-popup-title {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
    background-color: #494949;
    user-select: none;
}
.le-fs-uploaded-popup .le-fs-uploaded-popup-close {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}
.le-fs-uploaded-popup .le-fs-uploaded-popup-close:before{
    content: ' ';
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" x="0px" y="0px" width="22px" height="23px" viewBox="-0.017 -0.916 22 23" enable-background="new -0.017 -0.916 22 23" xml:space="preserve"> <defs> </defs> <path style="fill:white" d="M21.238,21.737c-0.128,0-0.256-0.049-0.354-0.146L0.146,0.854c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0 l20.738,20.737c0.195,0.195,0.195,0.512,0,0.707C21.494,21.688,21.366,21.737,21.238,21.737z"/> <path style="fill:white" d="M0.5,21.737c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707L20.884,0.146 c0.195-0.195,0.512-0.195,0.707,0s0.195,0.512,0,0.707L0.854,21.591C0.756,21.688,0.628,21.737,0.5,21.737z"/> </svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    width:30px;
    height: 30px;
    filter: drop-shadow(0px 4px 8px rgb(0 0 0 / 0.4));
}
.le-fs-uploaded-popup .le-fs-uploaded-popup-title-text {
    font-weight: bold;
}
.le-fs-uploaded-popup .le-fs-uploaded-popup-list-con {
    flex: 1;
    overflow-y: auto;
}
.le-fs-uploaded-popup .le-fs-uploaded-popup-list {
    padding: 10px 0 10px 0;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item {
    padding: 2px 10px 2px 10px;
    border-top: 1px solid #222222;
    cursor: default;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item.le-fs-uploaded-list-item-selected {
    background-color: rgba(255, 255, 255, 0.13);
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item:first-child {
    border-top: 0;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-inner {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 0;
    justify-content: space-between;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-pie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-pie:hover .le-fs-uploaded-list-item-progress {
    display: none;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-progress {
    
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-icon {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-icon .le-fs-uploaded-list-item-cancel {
    display: none;
    width: 100%;
    height: 100%;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-icon .le-fs-uploaded-list-item-cancel {
    width: 100%;
    height: 100%;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-pie:hover .le-fs-uploaded-list-item-cancel {
    display: block;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-icon svg {
    max-width: 100%;
    max-height: 100%;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-icon .le-fs-uploaded-list-item-icon-svg {
    width: 100%;
    height: 100%;
    transition: opacity 0.2s;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-icon svg path {
    fill: #ffffff;
}
.le-fs-uploaded-popup .le-fs-uploaded-list-item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}

.le-fs-uploaded-popup .le-fs-uploaded-list-item-canceled {
    display: none;
}
.le-fs-file-item {
  transition: background 300ms;
}

.le-fs-file-item.le-fs-file-item-new {
  background-color: rgba(255, 230, 0, 0.412);
}

.le-fs-file-item-inner {
    display: flex;
    padding: 5px 0 5px 0;
}

.le-fs-file-item {
    padding: 2px 10px 2px 10px;
    border-top: 1px solid #222222;
    cursor: default;
}
.le-fs-file-item.le-fs-file-item-selected {
    background: var(--selectedListItemBg);
}
.le-fs-file-item-icon {
    width: 24px;
    cursor: pointer;
}
.le-fs-file-item-icon svg {
    width: auto;
    height: 18px;
}
.le-fs-file-item-icon svg path{
    fill: #ffffff;
}
.le-fs-uploaded-list-item-pie {
    opacity: 0;
    transition: opacity 0.2s;
}
.le-fs-file-item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}

.le-fs-controls {
    display: flex;
    padding: 5px 0 5px 10px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #313131;
    background: var(--dialogHeaderAndFooterBg);
    width: 100%;
}

.le-fs-controls-item {
    margin-right: 10px;
    cursor: pointer;
}
.le-fs-controls-item svg {
    height: 20px;
    width: auto;
    opacity: 0.7;
}
.le-fs-controls-item svg path{
    fill: #ffffff;
}

/*button loader*/  
  .le-button-text {
    color: #ffffff;
    transition: all 0.2s;
  }
  
  .le-button--le-button-loading .le-button-text {
    visibility: hidden;
    opacity: 0;
  }
  
  .le-button--le-button-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
  }
  
  @keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }
  
    to {
      transform: rotate(1turn);
    }
  }
  






  
.pie {
    font-size: 24px; /* Adjust size here */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    border-radius: 50%;
    -webkit-translate3d(0,0,0);
  }
  
  .pie_inner {
    height: 100%;
  }
  
  .pie_inner-circle {
    position: absolute;
    left: 0.5em;
    top: 0.5em; 
    width: 0.5em;
    height: 0.5em;
    margin-left: -0.25em;
    margin-top: -0.25em;
    border-radius: 50%;
    background-color: #222;
  /*  box-shadow:
      0 -1px 0 rgba(255,255,255,0.2),
      0 1px 0 rgba(0,0,0,0.8);*/
  }
  
  .pie_half {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  
  .pie_half-left {
    left: 0;
    right: auto;
  }
  
  .pie_circle-right,
  .pie_circle-left {
    float: left;
    width: 200%;
    height: 100%;
    border-radius: 50%;
    background-color: #eee;
    overflow: hidden;
  }
  
  .pie_circle-right {
    float: right;
  }
  
  .pie_blocker-1,
  .pie_blocker-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    background-color: #777;
    -webkit-transform:
      rotate(0deg)
      translate(0, -25%);
  }
  
  .pie_blocker-1 {
    -webkit-transform-origin: 0 25%;
  }
  
  .pie_blocker-2 {
    left: auto;
    right: 0;
    -webkit-transform-origin: 100% 25%;
  }

.le-fs-confirm-dialog {
    padding: 10px;
    color: white;
}
  .le-fs-confirm-dialog .le-dialog-window-buttons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .le-fs-confirm-dialog .le-dialog-window-button {
    margin-left: 10px;
  }
  .le-fs-confirm-dialog .le-dialog-window-button:first-child {
    margin-left: 0;
  }