@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
    /* padding-top: 5em; */
    /* background-color: #ddd; */
  }
  .starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
  }
  .filepond--credits{
      visibility: hidden;
  }
  .result-containter{
      visibility: visible;
  }
  .prompt-input{
    margin-bottom: 10px;
  }
  .dropdown-style{
    float: left;
    margin: 10px 10px 10px 0px;
    border-radius: 30px !important;
  }
  .dropdown-style .btn{
    border-radius: 30px !important;
  }

  .link-style{
    float:left;
    margin: 10px 10px 10px 0px;
  }
  .hidden{
    display: none !important;
  }

  .filepond--root .filepond--drop-label{
    height: 6.50em;
    display: none;
  }
  .affix{
    position: sticky;
  }

  .app-header{
    border-bottom: 1px solid rgb(229,234,239);
  }

  .app-header.matter-style{
    border-bottom: 0px;
  }

  .container-fluid.matter-style{
    padding-top: 70px !important;
  }

  .bd-content{
    position: relative;
    /* top: 4rem!important; */

  }

  .bd-sidebar{
    position: fixed;    
    bottom: 0px;
    right: 20px;
    z-index: 100;
    width: 350px;
    height: 300px;
    
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    background: #f1f0ef;
    display: none;
  }

  .sidebar-header{
    width:100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    background: #e1e9f6;
    line-height: 28px;
    color: #111;
  }
  .sidebar-header-title{
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .file-process-icon-loading{
    margin-left: 5px;
    display: none;
  }
  

  .sidebar-header-buttons{
    border: none;
    border-radius: 50%;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* margin-left: 2px; */
    background: none;

  }

  #sidebar-header-close{
    display: none;
  }

  .sidebar-header-buttons:hover{
    background: #eee;
  }
  .sidebar-header-buttons i{
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
    font-weight: bold;
  }

  .sidebar-warning{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #eee;
    padding: 5px 10px;
    font-size: 14px;
    pointer-events: none;
    display: none;
  }

  .sidebar-warning .alert-warning{
    display: flex;
  }

  .sidebar-warning .alert-warning i{
    font-size: 22px;
    margin-right: 10px;
  }
  .sidebar-warning p{
    margin-top: 0;
    margin-bottom: 0;
  }

  .filepond--root .filepond--list-scroller{
    margin-top: 0;
    margin-bottom: 0;
  }

  #filepond-form{
    /* padding-top: 4em; */
    height: calc(100% - 55px);
    /* height:100%; */
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .filepond--root {
    position: -webkit-sticky;
    position: sticky;
    /* height: calc(100% - 65px); */
    height:100%;
    

  } 
  .sidebar-error{
    text-align: center;
    padding: 15px;
    display: none;
  }

  .sidebar-alert{
    text-align: center;
    font-size: 16px;
    color: #fa896b;
  }
  .sidebar-alert i{
    font-size: 40px;
  }

  .column-dropdown{
    /* visibility: hidden; */
  }
  .column-dropdown-menu{
    padding: 15px;
  }
  .action-dropdown-menu{
    position: relative;
    z-index: 100;
  }
  .jsgrid{
    overflow: visible;
  }

  .margin-right-15{
    margin-right: 15px;
  }

  .margin-right-5{
    margin-right: 5px;
  }

  .navbar-brand{
    margin-left: 20px;
  }

  .btn.active{
    box-shadow: none;
  }

  .row-group-toggle, .row-toggle{
    margin: 3px 5px;
  }

  .rowRadio{
    display: none;
  }

  .rowRadioBtn{
    text-wrap: nowrap;
  }

  .rowRadioBtn.active{
    background: #e3e3e3;
    border: none;
  }

  .radio-orientation, .radio-orientation-word, .radio-orientation-pdf{
    border: 1px solid #ddd !important;
  }

  .radio-orientation.active, .radio-orientation-word.active, .radio-orientation-pdf.active{
    background: #e3e3e3 !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
  }

  .download-radio-orientation{
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    padding: 0px 10px 0px 10px;
  }

  .orientation-toggle{
    margin: 0px;
    /* border: 1px solid #ddd !important; */
  }
  .download-orientation-toggle{
    padding: 0px;
  }

  .padding-left-5{
    padding-left: 5px;
  }

  .padding-right-5{
    padding-right: 5px;;
  }

  .dup-dropdown{
    display: none;
  }

  .low-conf-dropdown{
    display: none;
  }

  .exclusion-dropdown{
    display: none;
  }




  .dropdown-style .btn.remove-dups-btn{
    width:100%;
    margin-top: 10px;
    font-size: 12px !important;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 7px !important;
  }
  .dropdown-style .btn.remove-exclusions-btn{
    width:100%;
    margin-top: 10px;
    font-size: 12px !important;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 7px !important;
  }
  .amend-checkbox-label{
    font-weight: 600;
  }
  .inputAmendDateFormDropdown{
    margin-top: 10px;
  }

  .amend-alert, .lowConf-alert{
    min-width: 250px;
    margin-bottom: 5px;
  }

  .highlight .jsgrid-cell{
    background: #FFEFD2 !important;
    color: #996813 !important;
  }

  .highlight-red .jsgrid-cell{
    background: #FEE7E1 !important;
    color: #C86F57 !important;
  }

  .highlight-purple .jsgrid-cell{
    background: #DDEBFF !important;
    color: #315D99 !important;
  }

  .jsgrid-cell{
    overflow-wrap: break-word;
  }

  .padding-10{
      padding-left: 20px;
      padding-right: 20px;
  }
  #jsGrid{
      font-size: 14px;
      margin-top: 75px;
      width: calc(100% - 30px) !important;
      margin-left: 15px;
      margin-right: 15px;
  }

  .table-options .download-btn{
      margin-right: 0px;
  }

  .delete-btn{
    float:left;
  }

  button i, .btn i{
    padding-right: 5px;
  }

  .download-btn{
    float:right;
  }

  .rename-btn{
    margin-right: 0px;
    /* border-radius: 30px; */
  }

  .matter-actions-dropdown{
    float:right !important;
  }

  .new-file-btn{
    margin-right: 0px;
    /* border-radius: 30px; */
    float: right;
  }

  .input-search{
    width: 130px;
    float: right;
    border-radius: 30px;
    margin-top: 9px;
    padding: 8px 15px 8px 30px;
    background: #f7f9fc;
    transition: all 0.3s ease-in-out;
    margin-right: -5px;
  }

  .input-search:focus{
    background: #fbfcfd !important;
  }

  .search-bar{
    width: 230px;
    float: right;
  }

  .search-bar-icon{
    position: relative;
    float: right;
    right: 113px;
    top: 16px;
    color:#333;
    transition: all 0.3s ease-in-out;
  }
  
  .table-options .btn{
    font-size: 13px;
    font-weight: 500;
    /* background: none !important; */
  }

  .form-check-label{
    text-wrap:nowrap;
  }

  .table-options{
    padding: 0px 15px;
    background: #E9EFF8;
    /* float: left; */
    width: calc(100% - 40px);
    border-radius: 30px;
    margin-bottom: 10px;
    position: fixed;
    z-index:9;
  }

  .margin15{
    margin: 15px;
  }

  .profile-dropdown{
    margin-left: -75px;
  }

  .skeleton {
    float:left;
    width: calc(100% - 30px);
    border-radius: 5px;
    margin: -2px 15px 0px 15px;
    -webkit-animation: skeleton-loading 1s linear infinite alternate;
    animation: skeleton-loading 1s linear infinite alternate;
    height: 45px;
    border-radius: 3px;
    display: none;
  }

  @-webkit-keyframes skeleton-loading {
      0% {
          background-color: #c2cfd6;
      }
      100% {
          background-color: #f0f3f5;
      }
  }

  @keyframes skeleton-loading {
      0% {
          background-color: #c2cfd6;
      }
      100% {
          background-color: #f0f3f5;
      }
  }

  .invisible{
    visibility: hidden;
  }

  .modal-export{
    width: 900px;
  }
  @media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 900px !important;
    }
  }

  .img-size{
    /* 	padding: 0;
      margin: 0; */
      /* height: 450px;
      width: 700px; */
      background-size: cover;
      overflow: hidden;
    }
    .modal-export-options{
      margin-top: 20px;
    }
    .modal-content {
       /* width: 700px; */
      border:none;
    }
    .modal-header{
      padding-bottom: 0px;
    }
    .modal-header2{
      padding: 0px 0px 0px 0px;
    }
    .modal-body {
       padding: 20px 20px 0px 20px;
    }
    .modal-header{
      align-items: start;
    }
    .modal-close{
      padding-right: 20px !important;
      margin-top: 10px !important;
    }

    .carousel-item{
      height:533px;
    }

    .preview{
      width:100%;
      min-height: 750px;
      background-color: #EBEBEB;
      text-align: center;
    }

    .preview img{
      width: 95%;
      padding-top: 10px;
    }

    .download-options{
      display: flex;
      justify-content: flex-end;
      width:535px;
      line-height: 35px;
    }

    .wait-time-msg, .wait-time-msg2{
      margin-right: 15px;
      display: none;
    }
    

    .carousel-inner{
      /* overflow-y:scroll; */

    }

    .download-button{
      margin-right: 8px;
    }

    .export-format-title{
      font-weight: 600;
      font-size: 16px;
      padding-right: 10px;
    }

    .card-body-icon{
      display: flex;
      align-items: top;
      font-size: 26px;
      margin-right: 20px;
      color: #5D87FF;
    }

    .download-format-body{
      text-align: center;
    }

    .card-body-icon.card-body-icon-list{
      font-size: 22px;
      padding-left: 2px;
    }
    .download-format-card{
      padding: 15px;
    }
    .download-format-icon{
      text-align: center;
      margin-bottom: 5px;;
    }

    .icon-excel i{
      color: #17a652;
    }
    .icon-word i{
      color: #5d87ff;
    }
    .icon-pdf i{
      color: #f14343;
    }

    .center{
      text-align: center;
    }
    .download-format-icon i{
      font-size: 40px;
    }
    .download-format-title{
      text-align: center;
    }
    .download-format-options{
      height: 40px;
      margin-top: 30px;
      text-align: center;
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
    }

    .card-body-arrow{
      display: flex;
      align-items: center;
      font-size: 24px;
      color: #ccc;
    }

    .card-body-flex{
      display: flex;
      justify-content: space-between;
    }

    .card-body-left{
      display: flex;
      justify-content:flex-start;
      width: 85%;
    }

    .card-body-text{
      min-width:200px;
      width: 85%;
    }

    .export-modal-footer{
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      padding: 15px 20px 15px 27px;
      background: #f5f5f5;
      border-radius: 0 0 20px 20px;
    }

    .rename-modal-footer{
      -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      justify-content: flex-end;
      padding: 15px 20px 15px 27px;
      background: #f5f5f5;
      border-radius: 0 0 20px 20px;
    }


    .carousel-item-body input.form-control{
      font-weight: 600;
    }

    .modal-export-options{
      height:450px;
    }
    .modal-download-options{
      height: 400px !important;
    }

    .modal-rename-options{
      /* margin-top: 20px; */
      height: 400px;
    }

    .modal-share{
      /* height:200px; */
    }

    .modal-subtitle2{
      /* font-style: italic; */
      /* text-align: center; */
      font-weight: bold;
    }

    .modal-body-share{
      padding:20px 20px 30px 20px;
      border-top: 1px solid #eee;
    }

    .card-body-padding{
      padding:15px;
    }

    .export-option-btn{
      /* width: 100px; */
      /* display: flex; */
      /* align-items: center; */
      /* justify-content: center; */
      cursor: pointer;
    }

    .export-option-btn:hover{
      /* border-color: #ccc; */
      box-shadow: rgba(68, 76, 83, 0.2) 0px 0px 2px 0px,rgba(109, 119, 129, 0.12) 0px 12px 24px -4px;
    }

    .export-option-btn:hover .card-body-arrow{
      color:#999;
    }

    .card.active{
      border: 1px solid #5d87ff;
    }

    .app-header .navbar .navbar-nav .nav-item .nav-link.sidebartoggler{
      padding: 8px;
      margin-left: 12px;
    }

    .folder-3-dots{
      font-size: 20px;
      margin-left: 10px;
      margin-right: 10px;
    }

    .nav-item{
      display: flex;
      align-items: center;
    }
    .nav-item i{
      font-size: 20px;
      font-weight: 800;
    }
    .text-bold{
      font-weight: 600;
    }
    .cursor-default{
      cursor: default !important;
    }
    .cursor-default:hover{
      color:#333;
    }
    .app-header{
      padding: 0px !important;
      position: fixed;
      z-index: 10 !important;
    }

    .sidebartoggler-x{
      font-size: 22px;
      display: none;
    }

    .transition100{
      transition: 0.1s ease-in;
    }
    .transition200{
      transition: 0.2s ease-in;
    }
    .padding-left-0{
      padding-left: 0px !important;
    }

    .header-title2{
      /* margin-right: 10px; */
      margin-bottom: 0px;
    }

    .header-title h3{
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 0px;
    }

    .header-title h3.modal-title{
      font-size:22px;
      margin-bottom: 5px;
    }
    
    .sidebartoggler-x {
        display: block !important;
    }
    

    .app-header .navbar .navbar-nav .nav-item .nav-link.header-title{
      cursor: default;
      padding: 8px;
      width: auto;
    }
    
    .rename-icon-loading{
      display: none;
    }

    @media (min-width: 1800px) {
      .d-xl-none {
          display: block !important;
      }
    }

    .jsgrid .jsgrid-mode-button{
      display: none !important;
    }

    .matter_delete_icon{
      color: #bbb;
    }
    .matter_delete_icon:hover{
      color: #e03333;
    }
    .edit-matter-btn{
      cursor: pointer;
      margin-right: 5px;
      color: #bbb;
    }

  .gg-spinner {
      transform: scale(var(--ggs,1))
  }
  .gg-spinner,
  .gg-spinner::after,
  .gg-spinner::before {
      box-sizing: border-box;
      position: relative;
      /* display: block; */
      margin-right: 20px;
      width: 20px;
      height: 20px
  }
  .gg-spinner::after,
  .gg-spinner::before {
      content: "";
      position: absolute;
      border-radius: 100px
  }
  .gg-spinner::before {
      animation: spinner 1s
      cubic-bezier(.6,0,.4,1) infinite;
      border: 3px solid transparent;
      border-top-color: currentColor
  }
  .gg-spinner::after {
      border: 3px solid;
      opacity: .2
  }
  @keyframes spinner {
      0% { transform: rotate(0deg) }
      to { transform: rotate(359deg) }
  }

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 0.7; }
  }



  .modal-title2{
    padding-left: 10px;
    padding-top: 5px;
  }
  .modal-subtitle{
    padding-left:10px;
    font-size: 15px;
    display: block;
    width: 100%;
  }
  h3.modal-title2.modal-title-lg{
    font-size: 22px;
    margin-bottom: 8px;
  }

  .modal-header3 .modal-title2, .modal-header3 .modal-subtitle{
    padding-left: 0px;
  }

  .rename-preview-card{
    max-height: 250px;
    overflow-y: scroll;
  }
  .preview-label{
    margin-top: 15px;
  }
 .jsgrid-edit-button{
  display: none;
 }
 .jsgrid-delete-button{
  display: none;
  /* opacity: 0; */
  /* transition: all 0.2s ease-in; */
 }
 .jsgrid-delete-button:hover{
  /* display: none; */
  /* opacity: 1!important; */
  /* transition: all 0.2s ease-in; */
 }

.jsgrid-alt-row:hover .jsgrid-delete-button, .jsgrid-row:hover .jsgrid-delete-button{
  animation: fadeIn 0.3s;
  opacity: 0.7;

}
.jsgrid-grid-body{
  overflow-y: auto;
}
.jsgrid-header-scrollbar{
  overflow-y: auto;
}
.attached-orientation-title{
  margin-top: 20px;
}
.download-orientation-title{
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.underline{
  text-decoration: underline !important;
}

/* Full-page Overlay Styling */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 10px;
}
.overlay-inner{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 24px;
  border-radius: 20px;
  border: 5px dashed #fff;
  justify-content: center;
}

.overlay-icon{
  font-size: 60px;
  display: block; 
  width: 100%;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  animation: bounce-gentle 1s ease-in-out infinite;
}

.filepond--drop-label label .upload-icon{
  font-size: 30px;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes bounce-gentle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Make the overlay visible when not hidden */
#overlay.visible {
  opacity: 1;
  pointer-events: auto;
  /* animation: fadeIn 1s; */
}
#overlay.fadeOut {
  animation: fadeOut 0.3s;
  /* opacity: 0; */
}


.filepond--file-action-button {
  display: none;
}

.filepond--item[data-filepond-item-state="load-invalid"] .filepond--file-wrapper .filepond--file .filepond--file-action-button{
  display: block;
}

.initial-bg-show, .initial-bg-show2{
  text-align: center;
  /* margin-left: -70px; */
  /* margin-top: -30px; */
}

.initial-bg-show img{
  max-width: 500px;
  margin-left: -30px;
  padding-top: 2%;
}

.initial-bg-show2 img{
  max-width: 400px;
  margin-left: -30px;
  padding-top: 4%;
}


.initial-bg{
  text-align: center;
  display: none;
}

.initial-bg img{
  max-width: 400px;
  padding-left: 20px;
  padding-top: 4%;
}

.initial-title{
  font-size: 22px;
}
.initial-title .subtitle {
  font-size: 16px;
}

.initial-subtitle{
  display: block !important;
}

.spacer{
  height:50px;
}

/* Matter */
.matter-file-retention-switch{
  margin-top: 15px;
}
.file-retention-toggle{
  margin: 3px 5px;
}
.matter-file-retention-switch label{
  font-weight: 600;
  color: #2a3547;
}
.auto-delete-label{
  font-weight: 400;
  margin-top: 5px;
}
.auto-delete-radios{
  padding-top: 5px;
  display: none;
}
.btn.auto-delete-radio-btn{
  padding: 4px 16px;
}

#id_password1_helptext{
  display: none !important;
}

p.sign-up-subtitle{
  font-size: 18px;
  color: #0c0c0c;
  margin-bottom: 2px;
}

p.sign-up-subtitle2{
  font-size: 14px;
  margin-bottom: 25px;
}

p.disclaimer{
  margin-top: 10px;
}
.padding-40{
  padding: 40px;
}

.padding-top-20{
  padding: 20px 5px;
}

.jsgrid-header-sort:before{
  float:right;
  margin-top: 10px;
}

.options-multi-select{
  display: none;
}

.dropdown-multi-select{
  cursor: pointer;
  /* width: 0px; */
  margin: 10px 0px 10px 0px;
}

.dropdown-multi-select-show{
  display: block;
  width: 111px;
  transition:all 0.4s ease 0s;
  margin: 10px 10px 10px 0px;
}

.dropdown-multi-select-show.dropdown-multi-select-downloading{
  width: 135px;
}

.download-icon-loading{
  display: none;
}

/* action-dropdown */
.action-dropdown{
  width:80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.action-dropdown .view-btn, .action-dropdown .edit-row-btn-dropdown{
  /* float: left; */
  padding: 5px 7px 5px 7px;
  border: 1px solid #ccc;
  font-size: 12px;
  border-radius: 5px 0px 0px 5px;
  border-right: 0;
}

.btn-action{
  border: 1px solid #ccc !important;
  padding: 5px 7px 5px 5px;
  font-size: 12px;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  color:#000 !important;
}

.btn-action:hover{
  text-decoration: none !important;
}


.delete-row-btn, .preview-delete, .delete-multi-row-btn{
  color: #e84b4b !important;
}
.delete-row-btn:hover, .preview-delete:hover, .delete-multi-row-btn:hover{
  color: #a73232 !important;
  text-decoration: none !important;
}

.preview-delete p{
  margin: 0px;
}

.docPreview{
  width: 100%;
  height: 500px;
}

.offcanvas{
  width:90% !important;
  /* max-width: 700px; */
}

#previewContainer{
  margin: 0;
  padding: 0;
  height: 100%;
  /* background-color: #eee; */
}

.email_preview{
  margin: 25px 75px 25px 85px;
  padding: 35px 50px;
  background-color: #fff;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.email_preview .header{
  margin-bottom: 10px;
}

.no-overflow-y{
  overflow-y: hidden;
}

#previewContainer img{
  width: 100%;
}

.preview-spinner-cont{
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  display: block;
  margin-top: 20%;
}

.preview-spinner-cont .gg-spinner,
.preview-spinner-cont .gg-spinner::after,
.preview-spinner-cont .gg-spinner::before{
  width: 70px;
  height: 70px;
  color: #777;
}

/* .preview-spinner-cont .gg-spinner::before {
  border: 4px solid transparent;
} */
.preview-spinner-cont .gg-spinner::after {
  border: 5px solid;
}

.offcanvas-body{
  padding: 0;
  background-color: #eee;
  
}

.sidebar-nav ul .sidebar-item .sidebar-link i{
  font-size: 17px;
}

/* Slider CSS */
/* Container */
#sliderContainer {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin: 25px auto 20px auto;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.15);
}

/* Background text */
#sliderBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #777;
  z-index: 1;
}

/* Draggable slider */
#slider {
  width: 80px;
  height: 100%;
  background-color: #5D87FF;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 26px;
  align-items: center;
  color: #fff;
  font-weight: bold;
  user-select: none;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  transition: left 0.3s ease; /* Adding easing effect for smooth return */
}

/* Success state */
#sliderContainer.unlocked #slider {
  background-color: #5D87FF;
  cursor: default;
}

#sliderContainer.unlocked #sliderBackground {
  color: #5D87FF;
  font-weight: bold;
}

.sign-up-spinner{
  margin-right: 0px;
}

.col-max-width{
  max-width: 450px !important;
}

/* Offcanvas */
.offcanvas-left-btn, .offcanvas-right-btn{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: rgba(255,255,255,0.7);
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-size: 20px;
    z-index: 100;
    cursor: pointer;
    font-weight: bold;
}

.offcanvas-left-btn:hover, .offcanvas-right-btn:hover{
  background: rgba(245, 245, 245, 0.7);
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  font-size: 24px;
}

.offcanvas-left-btn:active, .offcanvas-right-btn:active{
  background: rgba(245, 245, 245, 0.7);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-size: 22px;
}

.offcanvas-left-btn{
  left: 25px;
}

.offcanvas-right-btn{
  right: 25px;
}

.offcanvas-buttons{
  display: flex;

}

.offcanvas-title-bar{
  display: flex;
}

.offcanvas-title-bar .btn-action{
  margin-left: 15px;
  border-radius: 5px;
  max-height: 30px;
}

.offcanvas-title-bar h5{
  line-height: 28px;
  margin-bottom: 0px;
}

#offcanvasRightLabel-number{
  padding: 4px 12px;
  background: #eee;
  font-size: 14px;
  border-radius: 30px;
  margin-right: 10px;
  font-weight: bold;
}

.share-link-sect{
  display: none;
  padding: 15px;
  background: #f6f6f6;
  border-radius: 10px;
}

.copy-share-link{
  float: right;
}

.share-modal{
  height: 420px;
  transition:all 0.4s ease 0s;
}

.share-cont{
  height: 170px;
  transition:all 0.4s ease 0s;
  display: block;
}

.share-doc-cont{
  border: 1px solid #eee;
  padding: 25px;
  margin: 20px 0px;
  display: none;
}

.share-doc-cont h3{
  font-size: 16px;
  margin-bottom: 40px;
}

.btn-share-dl{
  margin-bottom: 10px;
  width:100%;
  border: 1px solid #e3e3e3;
}
.sharelink-error{
  display: none;
}

.sharelink-error .alert i{
  padding-right: 5px;
}

.sharelink-error-show{
  display: block !important;
  margin-top: 20px;
}

.form-label-share-code.error{
  color: #e84b4b;
}

.sharelink-animate{
  display: inline-block;
  animation: headShake; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}

.form-label-share{
  padding-top: 15px;
  padding-bottom: 5px;
}

.form-label-share2{
  padding-bottom: 10px;
}

.form-label-share3{
  padding-top: 20px;
  
}

.form-label-share3 .form-label{
  font-weight: 400;
}

.nav-user{
  cursor: pointer;
}

.dropdown-item{
  cursor: pointer;
}

.profile-circle{
  background: #5d87ff;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.button-row{
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.edit-pass-button{
  margin-right: 10px;
}

.password-sect{
  display:none;
}

.bg_grey{
  /* background: #f3f3f3; */
}

.mr10{
  margin-right: 10px;
}
.ml10{
  margin-left: 10px;
}
.ag-root-wrapper{
  border: 0;
}

.ag-row .ag-cell {
  display: flex;
  /* justify-content: center; align horizontal */
  align-items: center;
  /* font-size: 14px; */
}

.file-icon{
  font-size: 20px;
  color: #5D87FF;
  width: 20px;
  text-align: center;
}

.file-link{
  font-weight: 600;
}


/* Tags and Tags Modal */

.badge.tag-badge{
    /* background-color: #007bff; */
    /* color: #fff; */
    font-size: 0.85em;
    margin-right: 0px;
    margin-bottom: 4px;
    border-radius: 30px;
}

.tag-list-vertical {
    max-height: 315px;
    overflow-y: auto;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
    background: #fafbfc;
}

.tag-list-vertical .form-check {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.tag-list-vertical .form-check:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.tag-row .dropdown {
    margin-left: 8px;
}
#tagModal .dropdown-menu, #tagModal .dropup .dropdown-menu {
  position: absolute;
  z-index: 9999;
}
#tagModal .tag-list-vertical {
  position: relative;
}
.tag-menu-btn {
    color: #888;
}
.tag-menu-btn:focus {
    outline: none;
    box-shadow: none;
}


/* Manage Headings Modal */

#manageHeadingsModal .tags-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

#manageHeadingsModal .tag-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

#manageHeadingsModal .tag-item:last-child {
    border-bottom: none;
}

#manageHeadingsModal .tag-checkbox-heading {
    margin-right: 10px;
}

/* Style for heading rows */
.heading-row {
  background-color: #f8f9fa !important;
  font-weight: bold;
}

.heading-row td {
  padding: 12px 8px !important;
  border-top: 2px solid #dee2e6 !important;
  border-bottom: 2px solid #dee2e6 !important;
}

.heading-row td:first-child {
  padding-left: 16px !important;
}

#jsGrid .jsgrid-table {
    table-layout: auto;
}

#jsGrid .jsgrid-row .jsgrid-cell, #jsGrid .jsgrid-alt-row .jsgrid-cell{ 
  cursor: default;
}

.show-overflow{
  overflow: visible !important;
}
