.fum-modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex; }
  .fum-modal .modal-container {
    margin: 20% auto auto auto;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    max-width: 100%; }
  .fum-modal .modal-msg {
    padding: 12px 16px; }
    .fum-modal .modal-msg:empty {
      padding: 0; }
  .fum-modal .modal-header {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6; }
    .fum-modal .modal-header .title {
      flex: 1;
      margin: 0; }
    .fum-modal .modal-header .btn-close {
      padding: 6px !important;
      font-size: 12px;
      line-height: 1;
      color: #666;
      border: none;
      border-radius: 3px;
      background: rgba(0, 0, 0, 0.1); }
      .fum-modal .modal-header .btn-close:hover {
        font-weight: bold;
        color: #333;
        background: rgba(0, 0, 0, 0.2); }
  .fum-modal .modal-body {
    padding: 12px 16px; }
  .fum-modal .modal-footer {
    padding: 12px 16px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #e6e6e6; }

.fum-pagination a .next-prev {
  color: grey;
  padding: 2px 3px 4px; }
.fum-pagination a:hover .page-num,
.fum-pagination a:hover .next-prev {
  color: var(--e-global-color-primary); }
.fum-pagination .page-num {
  color: grey;
  background-color: transparent;
  border-radius: 15px;
  padding: 1px 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
.fum-pagination .page-num.current {
  color: #fff;
  background-color: var(--e-global-color-primary); }

.fum-container .fum-btn {
  border: none;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
  outline: none !important; }
.fum-container .fum-btn.secondary {
  background-color: var(--e-global-color-text); }
.fum-container .table-wrap {
  width: 100%;
  overflow: hidden;
  overflow-x: auto; }
.fum-container .fum-table {
  text-align: left;
  /*@media screen and (max-width: 960px) {
      border-width: 0;
      thead{
          display: none;
      }
      [row-header]{
          display: flex;
          align-items: center;
          border-top-width: 0;
          padding: 2px;
          background: #fff;
      }
      [row-header]:first-child{
          margin-top: 6px;
          border-top-width: 1px;
      }
      [row-header]::before {
          content: attr(row-header);
          vertical-align: middle;
          text-align: left;
          min-width: 150px;
          padding: 8px 12px 8px 12px;
          white-space: nowrap;
          overflow: hidden;
          border-right: 1px dotted #a8a8a8;
          margin-right: 10px;
          align-self: stretch;
          font-weight: 600;
          background-color: #e8e8e8;
      }
  }*/ }
  .fum-container .fum-table thead tr {
    background: #bcdfe3; }
  .fum-container .fum-table td {
    padding: 8px 15px;
    vertical-align: middle; }
  .fum-container .fum-table a.skin-icon,
  .fum-container .fum-table button.skin-icon {
    fill: #0a4b78;
    padding: 3px 4px;
    border: none;
    background: none;
    outline: none !important; }
    .fum-container .fum-table a.skin-icon .elementor-icon,
    .fum-container .fum-table button.skin-icon .elementor-icon {
      font-size: 12px; }
  .fum-container .fum-table .sortable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    .fum-container .fum-table .sortable > * {
      pointer-events: none; }
    .fum-container .fum-table .sortable:after {
      color: #888;
      content: "\f140";
      font-family: dashicons; }
    .fum-container .fum-table .sortable.desc:after {
      content: "\f142"; }
    .fum-container .fum-table .sortable:hover {
      color: #1f8da6; }
      .fum-container .fum-table .sortable:hover:after {
        color: #1f8da6; }
    .fum-container .fum-table .sortable.on {
      color: #1f8da6; }
      .fum-container .fum-table .sortable.on:after {
        color: #1f8da6; }
  @media screen and (max-width: 960px) {
    .fum-container .fum-table .hide-on-mobile {
      display: none; } }
.fum-container .notice-error {
  border-left-color: #a30000 !important;
  color: #8a1515; }
.fum-container .notice-info {
  border-left-color: #005aa3 !important;
  color: #034880; }
.fum-container .notice {
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left-width: 4px;
  padding: 1px 12px 3px; }
.fum-container .field-group {
  margin-top: 8px; }
  .fum-container .field-group label {
    display: block; }
  .fum-container .field-group textarea,
  .fum-container .field-group select,
  .fum-container .field-group input {
    margin-top: 4px;
    display: inline-block;
    outline: none; }
.fum-container .fum-page-link > * {
  pointer-events: none; }
.fum-container .fum-nav-tabs .tab-button {
  color: #6E6E6E;
  margin-right: 6px;
  border-bottom: 3px solid lightgrey;
  display: flex;
  align-items: center; }
  .fum-container .fum-nav-tabs .tab-button.active {
    border-color: var(--e-global-color-accent);
    font-weight: 700; }
.fum-container .fum-nav-tabs .tab-pane {
  display: none; }
  .fum-container .fum-nav-tabs .tab-pane.active {
    display: block; }
.fum-container .my-file-count,
.fum-container .public-file-count {
  font-size: 12px;
  border-radius: 10px;
  color: #fff;
  background-color: #1b9fea;
  padding: 2px 7px;
  line-height: 14px;
  margin-left: 4px; }

.upload-form #file-list {
  margin-top: 12px; }
.upload-form .file-details {
  display: flex;
  align-items: center; }
.upload-form .file-preview {
  margin-top: 4px;
  display: flex;
  flex-flow: column;
  border: 1px solid #cecece;
  background-color: #ececec;
  padding: 2px 12px;
  border-radius: 3px; }
  .upload-form .file-preview .file-wrap {
    display: flex;
    align-items: center;
    color: #484848; }
  .upload-form .file-preview .file-name {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px; }
  .upload-form .file-preview .btn-remove {
    color: #851a1a;
    background: none;
    border: none;
    padding: 6px 0 6px 6px;
    line-height: 1;
    margin-left: 6px; }
.upload-form .progress {
  margin-top: 6px;
  box-sizing: content-box;
  height: 12px;
  position: relative;
  background: #e3e3e3;
  padding: 2px;
  border-radius: 3px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }
  .upload-form .progress .progress-bar {
    display: block;
    height: 100%;
    background-color: #2bc253;
    position: relative;
    overflow: hidden; }

/*# sourceMappingURL=fum-style.css.map */
