.nk-apps-sidebar.is-theme {
    background: #222c6c;
    border-color: #2d3a8c;
}
.nk-apps-sidebar .nk-sidebar-content .nk-sidebar-menu {
    padding-top: 0;
    padding-bottom: 0;
}
.doc-span{
    color: #8094ae !important;
    padding-left: 5px;
}
.icon-chart-success{
    background: #e3fff8;
    padding: 8px;
    border-radius: 30px;
    font-size: 24px !important;
    line-height: 24px;
}
.icon-chart-warning{
    background: #fff8e4;
    padding: 8px;
    border-radius: 30px;
    font-size: 24px !important;
    line-height: 24px;
}
.icon-chart-danger{
    background: #ffe5e3;
    padding: 8px;
    border-radius: 30px;
    font-size: 24px !important;
    line-height: 24px;
}
.doc-recent-activities {
    color: #8094ae;
    text-transform: capitalize;
    padding-bottom: 5px;
}
.subject {
    color: #364a63;
    font-weight: 500;
}
.list-scroll-350{
    height: 350px;
    overflow: scroll;
}
.icon-doc{
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.traffic-channel-group{
    justify-content: center;
}
.traffic-channel-data {
    width: 25%;
    display: flex;
    align-items: center;
}
.doc-details{
    display: grid;
}
.doc-title{
    color: #8094ae;
    font-size: 12px;
    line-height: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: 5px;
}
.doc-amount{
    font-size: 15px;
    line-height: 17px;
    color: #364a63;
    margin-left: 5px;
    font-weight: 500;
}
.analytics-doughnut{
    margin-top: 30px;
}
.news-title{
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}

.blob.blue {
    background: transparent;
    box-shadow: 0 0 0 0 rgb(72 89 213);
    animation: pulse-blue 2s infinite;
    border-radius: 50%;
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(72, 89, 213, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(72, 89, 213, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(72, 89, 213, 0);
  }
}

.search-home{
    border-left: 1px solid #e5e9f2;
    height: 65px;
    flex-grow: inherit;
    width: 50%;
    padding: 20px;
    margin-left: 20px;
}
.input-home{
    font-size: 14px;
}
.table-icon{
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
.table-icon img{
    width: 15px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.has-sidebar .nk-wrap {
    padding: 0 !important;
}
.nk-ibx-aside {
    width: 250px;
}
.title-folder{
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 25px;
}
.icon-subfolder{
    margin-right: 7px;
    font-size: 16px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-100{
    padding-bottom: 100px;
}

.active > .nk-menu-toggle {
    background: #eff1ff;
}

.active > .nk-menu-link{
    background: #eff1ff;
}

.head-folder{
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #e5e9f2;
    min-height: auto;
    width: 100%;
}

.dropdown-menu-center {
    right: auto !important;
    left: 50% !important;
    inset: auto 50% auto 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.border-none{
    border: none !important;
}
.size{
    color: #4859d5 !important;
}
.padding-power{
    padding: 10px 25px !important;
}
.tag-status{
    padding-left: 70px;
}

.asterisk a {
    color: #c4c4c4;
}
.nk-file-name .asterisk {
    position: absolute;
    display: inline-flex;
    margin-left: 0.5rem;
    transition: 0.3s opacity;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    top: 0;
    left: 0;
    transform: translateY(0px);
}
.nk-file-item .asterisk {
    position: absolute !important;
    display: inline-flex;
    margin-left: 0.5rem;
    transition: 0.3s opacity;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    top: 15px;
    left: 15px;
    z-index: 9;
    transform: translateY(0px);
}
.nk-file-item .asterisk .icon {
    font-size: 1.125rem;
}
.asterisk-small {
    top: 30px !important;
    left: 0px !important;
    padding-right: 16px !important;
    justify-content: end;
    display: inline-flex !important;
}


.nk-file:hover{
    border: 1px solid #4859d5;
}
.file-checked{
    border-color: #4859d5 !important;
    background: #f0f0f0 !important;
}
.file-checked-icon{
    color: #4859d5;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    z-index: 9;
}
.file-checked:before{
    display: block;
}
.btn-doc-details{
    border-color: #dbdfea;
}
.card-inner:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pdfobject-container {
    max-width: 100%;
    border: 10px solid #323639;
    border-radius: 7px;
    margin: 0;
}
.close-viewer {
    top: 0 !important;
    right: 0 !important;
}

#search-btn {
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.srch-suggest {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 15px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-left: 7px;
    box-shadow: 0px 7px 10px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 7px 10px -7px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 7px 10px -7px rgb(0 0 0 / 20%);
}
.srch-suggest_title{
    margin-bottom: 5px;
    font-weight: 400;
}

.table-header-fixed{
    position: sticky;
    top: 0;
    height: 60px;
    background: white;
    z-index: 9;
}
.nk-msg-head-table {
    padding: 1rem 2rem !important;
}
.btn-advance-search {
    border-color: #dbdfea;
    padding: 5px 7px;
}
.btn-action-history{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -50px;
}
.icon-action-history{
    width: 24px;
    margin-left: -5px;
    margin-right: -5px;
}
.date-action-history:before{
    content: none !important;
}
.title-action-history{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
           line-clamp: 1; 
   -webkit-box-orient: vertical;
    display: -webkit-inline-box !important;
    padding-right: 10px;
    font-size: 12px;
}
.bg-pending{
    background-color: #fffcf0;
}
.bg-reject{
    background-color: #ffe8ed;
}
.user-info-org{
    font-size: 11px;
    line-height: 15px;
    margin-top: 3px;
}
.company-logo{
    background: transparent;
    border: 1px solid #8094ae;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
}
.btn-white.active{
    background: #536484;
    color: #ffffff;
}
.dragula-container{
    min-height: 40%;
}
.link-list-menu li:last-child{
    border-bottom: none !important;
}
.border-dim{
    border-color: ;
}

#aside-copySpillRight{
    background-image: url(../images/drag.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.search-drag-input{
    position: relative;
    width: 100%;
}
.search-drag{
    z-index: 9;
    position: absolute;
    width: inherit;
}
#dragHidden{
    pointer-events: none;
    opacity: 0;
}
.form-icon-drag {
    top: 24px;
    right: 24px;
}




