.d-block {
    float: left;
}
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 96px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  @media (max-width: 767.98px) {
    .sidebar {
      top: 5rem;
    }
  }

  @media (max-width: 575px) {
    #product-search-btn {
      margin-top: 12px;
    }
    #delete-client-btn {
      margin-top: 12px;
    }
    #import-pdf-btn {
      margin-top: 12px;
    }
    #delete-document-btn {
      margin-top: 12px;
    }
    #delete-report-btn {
      margin-top: 12px;
    }
    #use-template-btn {
      margin-top: 12px;
    }
    #record-camera {
      margin-top: 12px;
    }
    #record-screen-and-camera {
      margin-top: 12px;
    }
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 96px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #bfcbce !important;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
  }
  
  .sidebar .nav-link.active {
    color: #2470dc;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }

  .nav-link-selected {
    display: block;
    padding: .5rem 1rem;
    font-weight: 500;
    background-color: #fff;
    color: #696969 !important;
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .1);
  }

  .nav-link-selected:hover {
    color: #696969 !important;
  }

  .sidebar .nav-link:hover {
    color: #696969 !important;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  


.filter-label {
    padding-top: 6px;
    text-align: right;
}

.form-error {
  border: 1px solid #D7361D;
}

.table-hover {
  cursor: pointer;
}

td > a {
  color: #212529;
  text-decoration: none;
}

td > a:hover {
  color: #212529;
}

.savedSearches {
  border: none !important;
  background-color: #f8f9fa;
}

.favorite-link {
  border: none;
  background: none;
}

@media (max-width: 1022px) {
    .input-group-text {
        display: none !important;
    }

    .filter-label {
        padding-top: 6px;
        text-align: left;
    }
  }

  @media (min-width: 768px) {
    .client-info-card {
       flex: 0 0 auto;
       width: 20%;
       margin-right: 10px;
       text-align: left;
    }
 }


 .dropzone{
  height:150px;
  border:3px dashed #ccc;
  color:#ccc;
  line-height:150px;
  text-align:center;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.dropzone.dragover{
   border-color: #64BC3C;
   color:#64BC3C;
}

.refreshIcon {
  max-width: 20px;
}

.refreshIcon:hover {
  cursor: pointer;
}

.line-separator {
  border-bottom: 1px solid #aaa;
  margin-top: 28px;
  margin-bottom: 28px;
}

.hover:hover{
  cursor: pointer;
}

.green-bold {
  font-size: 32px;
  color: #64BC3C;
}

  .ytcontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 35%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) 56.26% */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 700px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 1522px) {
    .ytcontainer {
      padding-top: 34%;
    }
    
    .responsive-iframe {
      width: 500px;
      height: 300px;
    }
  }

  @media (max-width: 1200px) {
    .ytcontainer {
      padding-top: 34%;
    }
    
    .responsive-iframe {
      width: 350px;
      height: 200px;
    }
 }

 @media (max-width: 800px) {
  .ytcontainer {
    padding-top: 50%;
  }
  
  .responsive-iframe {
    width: 300px;
    height: 200px;
  }
}

@media (max-width: 500px) {
  .ytcontainer {
    padding-top: 56%;
  }
  
  .responsive-iframe {
    width: 250px;
    height: 150px;
  }
}