@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200&display=swap');
body {
    margin: 0;
    font-family: 'Nunito', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.row{
    width: 100% !important;
    margin: 0;
}
.auth-innerright {
    background: #fff;
    padding: 0 50px;
}
.authentication-box img {
    width: 10em;
}
.authentication-box {
    width: 100%;
    z-index: 2;
    margin: 0 auto;
}
.authentication-box h4 {
    color: rgb(0 0 0);
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 1px;
}
.authentication-box .theme-form .col-form-label {
    color: #000;
    font-size: .9em;
    font-weight: 400;
}
.authentication-box .form-group {
    padding-bottom: 0.5em;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.9em 1.2em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border-radius: 0.5em;
}
.btn {
    font-size: 1em;
    padding: 0.375rem 1.75rem;
    letter-spacing: 0.7px;
}
 button.btn.btn-primary.btn-block.w-100 {
    background-color: #0879da !important;
    border-color: #0879da !important;
    padding: .9em 1.2em !important;
    border-radius: 0.5em !important;
    width: 100% !important;
}
button.btn.btn-primary.btn-block.w-100:hover{
    background-color: #ffffff !important;
    color: #0879da !important;
}
.text-right {
    text-align: right;
}
.authentication-box a {
    color: #000000;
    font-size: .9em;
    font-weight: 700;
}
.authentication-box a:hover{
    color: #0879da;
}
.login-fot p {
    color: #898989;
    margin-top: 1em;
    font-size: .8em;
    font-weight: 400;
}
.login-banner {
    background-image: url(../../assets/images/login-banner.jpeg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.checkbox input[type="checkbox"]:checked + label::before {
    font-family: themify;
    content: "\e64c";
    text-align: center;
    line-height: 1.2;
    font-weight: bolder;
    color: #0879da;
}
a.btn.btn-success {
    background: #fff !important;
    border: solid 1px #0879da !important;
    border-radius: 3em;
    color: #0879da;
}
a.btn.btn-success:hover {
    background: #0879da !important;
    border: solid 1px #0879da !important;
    border-radius: 3em;
    color: #ffffff;
}
.already-member.d-flex {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2em;
}
.already-member.d-flex p {
    margin-bottom: 0;
    margin-right: 1em;
}
.authentication-box .theme-form {
    padding-top: .5em;
}
.page-wrapper .page-body-wrapper footer {
    margin-left: 14em;
}
/*Header*/
.logo-wrapper img {
    width: 8em;
}
.page-wrapper .page-body-wrapper .page-sidebar .main-header-left{
    height: 5em;
}
.page-wrapper .page-body-wrapper .page-header {
    padding-top: 0.625em;
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
}
.page-wrapper .page-body-wrapper .sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: calc(100vh - 6em);
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > .active {
    color: #0879da;
}

.page-main-header .main-header-right {
    padding: 0 2em;
    margin: 0;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a:hover {
    color: #0879da;
}
.breadcrumb-item.active {
    color: #313131;
    font-family: 'Nunito', sans-serif !important;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
}
.page-wrapper .page-body-wrapper .page-sidebar {
    width: 14em;
}
.page-wrapper .page-main-header {
    width: calc(100% - 14em);
    margin-left: 14em;
    height: 5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;

}
.page-wrapper .page-body-wrapper .page-sidebar ~ .page-body {
    margin-left: 14em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-header {
    font-size: 1em;
    letter-spacing: 0.5px;
    padding-bottom: 1em;
    padding-top: 1em;
    text-transform: capitalize;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    font-family: Nunito;
}
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-header svg {
    width: 1em;
    height: 1em;
    margin-right: 1em;
    stroke-width: 2px;
    vertical-align: -2px;
}
/*Header*/
a.btn.btn-primary.btn-upload {
    display: inline-flex;
    align-items: center;
    padding: 0.5em 1em!important;
    font-size: 1em;
    font-weight: 500;
    border-radius: 3em;
}
a.btn.btn-primary.btn-upload:hover {
    background: #fff !important;
    color: #0879da;
}
a.btn.btn-primary.btn-create-floder {
    display: inline-flex;
    align-items: center;
    padding: 0.6em 1em!important;
    font-size: 1em;
    font-weight: 500;
    border-radius: 3em;
    background: #fff !important;
    color: #0879da;
}
a.btn.btn-primary.btn-create-floder:hover{
    background: #0879da !important;
    color: #ffffff;
}
a.btn.btn-primary svg {
    width: 1.2em;
    margin-right: 0.5em;
}
.files-list {
    background: #fff;
    padding: .5em 1em;
    border-radius: 0.7em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #e8edf0;
    margin-bottom: 1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.files-list:hover{
    -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
}
/* .file-doc img {
    width: 3em;
    padding: 0.5em;
    background: #f6f7fb;
    border-radius: 0.5em;
} */
.file-doc {
    width: 75%;
    display: inline-flex;
    align-items: center;
}
.file-doc p{
    margin-bottom: 0;
    margin-left: 1em;
}
.page-wrapper .page-body-wrapper .page-header .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.file-action a {
    color: #b9cad3;
}
.file-date p {
    color: #989898;
    margin-bottom: 0;
}
.dropdown-basic .dropdown .dropbtn {
    color: #b9cad3;
    padding:0;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
button.btn.dropbtn.btn-primary.btn-pill{
    color: #b9cad3;
    padding:0;
    background: transparent !important;
    border: none;
    cursor: pointer;
}
.customizer-links{
    display: none;
}
.modal-content {
    border-radius: .8em;
    outline: 0;
}
.modal-body label {
    color: #000000;
    font-size: 1.1em;
    font-weight: 400;
    padding-bottom: 0.75em;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dropzone {
    border: 1px dashed #c5ccd9;
    background: #f3f6fd;
    padding: 1em;
}
#upload-file .dropzone {
    border: 1px dashed #c5ccd9;
    background: #f3f6fd;
    padding: 2em;
}
.dropzone i {
    color: #87afe1;
}
.file-action {
    width: 10%;
    display: inline-flex;
    justify-content: end;
}
.file-action svg {
    vertical-align: baseline;
    width: 1.2em;
    color: #989898;
}
.file-action svg:hover {
    color: #0879da;
}
.folder-action .download{
    display: none;
}
.file-action .dropdown-toggle::after{
    display: none;
}
.file-action .dropdown-basic .dropdown .dropdown-content{
 min-width: 7em;
 max-width: 7em;
 left: auto;
 top:20px;
 border-radius: 0.5em;
background: #fff;
}
.dropdown-basic .dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.modal-footer{
    border-top: none;
}
.dropdown-basic .dropdown .dropdown-content a {
    color: #989898;
    padding: 0.3em .8em;
    text-decoration: none;
    font-size: .9em;
    /* display: inline-flex; */
    display: flex;
    align-items: center;
}
.onhover-dropdown .onhover-show-div a {
    color: #989898;
    padding: 0.3em .8em;
    text-decoration: none;
    font-size: .9em;
    display: inline-flex;
    align-items: center;
}
/* .dropdown-basic svg{
    margin-right: .5em;
} */
.dropdown-item svg{
    margin-right: .5em;
}
.dropdown-basic {
    margin-bottom: 0;
}
.dropdown-basic .btn-group {
    margin-right: 0;
}
button:focus {
    outline: none !important;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.3em;
}
.files-list p {
    font-size: .9em;
    font-weight: 500;
}
.swal2-popup {
    border-radius: 1em !important;
}
img.swal2-image {
    width: 4.5em;
}
h2#swal2-title {
    color: #313131;
    font-size: 1.4em;
    font-weight: 600;
}
div#swal2-html-container {
    color: #979797;
    font-size: 1em;
    font-weight: 400;
}
button.swal2-confirm.swal2-styled.swal2-default-outline {
    border-radius: 3em;
    background: #0879da !important;
    opacity: 1;
}
.modal-body p {
    color: #989898;
    font-size: .9em;
    margin-bottom: 0.5em;
}
.swal2-styled.swal2-confirm{
    border-radius: 3em !important;
    background: #0879da !important;
    opacity: 1;
}
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 3em !important;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em;
}
a.file-link {
    display: flex;
    align-items: center;
    color: #313131;
    font-size: 1.1em;
}
.page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: none;
}
.breadcrumb-item{
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.breadcrumb-item a{
    color: #313131;
}
.breadcrumb-item svg{
    width: 1.3em !important;
    height: 1.3em !important;
    margin-right: 1em;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: 600;
    color: #000000;
}
.modal-header {
    border-bottom: none;
    padding: 1.5em 1.5em 0;
}
.modal-body {
    padding: 1.5em;
}
.btn-close {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 0.5em;
        height: 0.5em;
        padding: 0.25em 0.25em;
        background-size: 1em;
        border-radius: 50% !important;
        width: 1em;
        height: 1em;
        background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        font-size: 1em;
        /* opacity: 0.5; */
        color: #b8b8b8 !important;
        background-color: ##b8b8b8 !important;
}
.swal2-popup{
    width: 28em !important;
}
.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 0.5em 1.6em 0.3em !important;
}
.modal-body .form-group {
    margin-bottom: 0.5em;
}
.page-main-header .main-header-right svg line {
    color: #0879da;
}
.dz-message.needsclick h6 {
    font-size: 1em;
}
.page-link {
    position: relative;
    display: block;
    margin-left:1em !important;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0.5em !important;
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.page-link:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #0d6efd;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: end;
    margin: 2em 0;
}
.pagination svg{
    width: 1.2em;
    height: 1.2em;
}
.dropleft .dropdown-menu {
    position: absolute;
    left: -100%;
    right: auto;
    min-width: 8em !important;
    font-size: .9em;
    padding: 0;
    border: none;
    border-radius: 0.5em;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}
.dropleft .dropdown-menu .dropdown-item {
    color: #989898;
    padding: 0 0.8em;
    text-decoration: none;
    font-size: .9em;
    display: inline-flex;
    align-items: center;
}
.dropleft .dropdown-menu svg {
    margin-right: 0.5em;
}
.dropleft .dropdown-toggle::after{
    content: none;
}
.dropleft .btn-secondary {
    background-color: transparent !important;
    border: none !important;
    color: #989898;
    padding-right: 0;
    padding-left: 2em;
    padding-top: 0;
    padding-bottom: 0;
}
.dropleft .btn-secondary:hover {
    color:#0879da;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
button.note-btn {
    padding: 0.5em 0.8em;
}
.note-toolbar-wrapper {
    height: auto !important;
}
/* Picker */
.picker {
    display: flex;
    overflow: hidden;
    border-radius: 0.5em;
    border: solid 1px #eff0f1;
  }
  .note-editor.note-frame {
    border: solid 1px #eff0f1;
    margin-bottom: 0;
}
  
  /* Picker focus ring */
  
  /* Inputs */
  .picker input {
    height: 3em;
    width: 100%;
    border: none;
    outline: 0;
  }
  
  /* Text field */
  .picker input[type="text"] {
    text-align: center;
    text-transform: uppercase;
  }
  
  /* Color picker */
  .picker input[type="color"] {
    width: 3em;
    -webkit-appearance: none;
  }
  
  .picker input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  
  .modal-dialog {
    max-width: 60em;
    margin: 1.75rem auto;
}
.modal-md .modal-dialog {
    max-width: 35em;
    margin: 1.75rem auto;
}
 table.trash_table.dataTable tbody tr {
    background-color: #fff;
 }
 table.trash_table.dataTable.display tbody tr.odd>.sorting_1, table.trash_table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff;
 }
 table.dataTable.stripe tbody tr.odd, table.trash_table.dataTable.display tbody tr.odd {
    background-color: #fff;
 }
 table.trash_table.dataTable.display tbody tr.even>.sorting_1, table.trash_table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fff;
 }
 table.trash_table.dataTable.hover tbody tr:hover, table.trash_table.dataTable.display tbody tr:hover {
    background-color: #fff;
 }
 table.trash_table.dataTable tbody th, table.trash_table.dataTable tbody td {
    padding: 0.75em 0.625em;
    color: #364a61;
    font-size: .9em;
    font-weight: 500;
}
 table.trash_table.dataTable.no-footer {
    border: 1px solid #eff0f1;
    border-radius: 0.4em;
    background: #fff;
    margin-bottom: 1em;
 }
 table.trash_table .file-action{
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
 }
 table.trash_table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #eff0f1;
    color: #25252d;
    font-weight: 600;
    font-size: 1em;
    text-transform: capitalize;
 }
 .trash_table thead th {
    padding: 1em 1em !important;
}
.trash_table tbody td {
    padding: 1em 1em !important;
    border: solid 1px #f6f7fb;
}
.trash_table thead {
    background: #f6f7fb;
}
 #example_paginate .paginate_button
 {
    border-radius: 0.5em !important;
    width: 2.5em;
    height: 2.5em;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    box-shadow: 0px 0.25em 0.6875em #ccc;
    margin: 0px 0.3125em;
    transition: all linear .3s;
 }
 #example_paginate .paginate_button:hover
 {
    background: linear-gradient(to bottom, #0d6efd 0%, #0d6efd 100%);
 }
 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
 {
    color: #fff !important;
    background: linear-gradient(to bottom, #0d6efd 0%, #0d6efd 100%);
    
 }
 #example_previous
 {
    margin-right: 1.2500em !important;
    box-shadow: none !important;
    margin-left: 0px !important;
 }
 #example_next {
    box-shadow: none !important;
    margin-right: 0px !important;
    margin-left: 0.6250em !important;
 }
 #example_previous, #example_next:hover {
  background: transparent !important;
  color: #666 !important;
 }
 table.trash_table.dataTable.row-border tbody th, table.trash_table.dataTable.row-border tbody td, table.trash_table.dataTable.display tbody th, table.trash_table.dataTable.display tbody td {
    border-top: 1px solid #e8edf0;
 }
 .dataTables_wrapper .dataTables_filter input
 {
    border: 1px solid #e8edf0;
 }
 .ic_group i {
    color: #fff;
    font-size: 0.6250em;
    cursor: pointer;
 }
 .ic_group span {
    background: #ccc;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25em;
    margin: 0px 0.3125em;
 }
 .ic_group {
    display: flex;
    align-items: center;
 }
 span.share {
    background: #0d6efd;
 }
 span.edit {
    background: #2da589;
 }
 span.trash {
    background: #ea3a4e;
 }
 .dataTables_wrapper .dataTables_length
 {
    margin-bottom: 1rem;
 }
 #example_length label, #example_filter label, #example_info, #example_paginate {
    font-size: .9em;
 }

 .dropdown:hover>.dropdown-menu {
    display: block;
    }

    .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
       pointer-events: none;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before
    {
       border: 0px;
       box-shadow: none;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before
    {
       background-color: #ff9f40;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before
    {
       background-color: #ff9f40;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #fff;
        background: linear-gradient(to bottom, #0d6efd 0%, #0d6efd 100%);
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
        color: #0d6efd !important;
    }

 /* responsive */
 table.trash_table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 0px solid #efefef;
    padding: 0.5em 0;
 }
 tbody img {
    width: 2em;
    margin-right: 0.5em;
}
 /* end */
.sticky-list {
    padding: .5em;

}
.sticky-list p {
    color: #6b778c !important;
    font-size: .9em !important;
    font-weight: 400 !important;
    line-height: 1.7;
    letter-spacing: 0.7px;
    margin-bottom: 0.3em;
}
.sticky-list-fot {
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sticky-inner:hover .sticky-list-fot {
    visibility: visible;
}
.action-menu ul li {
    display: inline-block;
}
.sticky-list svg {
    width: 1em;
}
.sticky-list h4 {
    font-size: 1.3em;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: .5em;
}
h6.time {
    border-bottom: solid 1px #eff0f1;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}
.nav-tabs {
    border-bottom: none;
    background: #0879da0d;
    border-radius: 3em;
    box-shadow: 1px 1px 9px #0879da2b;
    padding: 0 0.05em;
}
.nav-tabs svg {
    width: 1em;
    margin-right: 0.5em;
}
 .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    background: transparent;
    align-items: center;
    display: inline-flex;
    color: #0879da;
    font-weight: 600;
    border:none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #0879da;
    background-color: #fff;
    border-radius: 3em;
    border: none;
    border-color: #dee2e6 #dee2e6 #fff;
}
.sticky-inner {
    background: #fff;
    padding: 1em;
    border-radius: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #eff0f1;
    box-shadow: 1px 1px 12px #efefef;
}
.sticky-inner:hover {
    box-shadow: 1px 1px 12px #c7c7c7;
}
.yellow-b{
    border-color: #f1d313;
}
.red-b{
    border-color: #ff6744;
}
.voilet-b{
    border-color: #8f47ed;
}
.blue-b{
    border-color: #238deb;
}
.gray-b{
    border-color: #666666;
}
.orange-b{
    border-color: #f0a023;
}
.green-b{
    border-color: #1cd793;
}
.dark-green-b{
    border-color: #0fba01;
}
.sticky-date {
    display: flex;
    align-items: center;
    color: #6b778c !important;
}
.sticky-date svg{
    margin-right: .5em;
    color: #6b778c;
}
.sticky-list .dropdown-basic .dropdown .dropdown-content {
    top: 0;
}
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
}
body.light-only .page-wrapper .page-body-wrapper .page-body {
    background-color: #f6f7fb;
    padding-bottom: 5em;
    margin-top: 6em;

}
a.btn.btn-danger.btn-upload.me-1 {
    float: right;
    border-radius: 3em;
    display: inline-flex;
    align-items: center;
}
a.btn.btn-danger svg{
    width: 1em;
    margin-right: .5em;
}
button.btn.btn-primary.btn-block {
    width: 15em !important;
    float: right;
    border-radius: 3em;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 2em;
    left: 0.6em;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
}
.dataTables_wrapper .dataTables_paginate {
    border: none;
}
.action-menu a{
    background-color: #f1f3fb;
    color: #989898;
    display: inline-flex;
    width: 2em;
    height: 2em;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: auto;
}
.selected-icon{
    background-color: #e9f0f9 !important;
    color: #0879da !important;
}
.scroll-demo {
    position: relative;
    border: none;
    overflow: auto;
    height: 11em;
    padding-left: 0;
    padding-right: 10px;
}
.my-gallery img {
    width: 100%;
    background: #fff;
    padding: 0.5em;
    border-radius: 0.7em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #e8edf0;
    margin-bottom: 1em;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 5px !important;
    position: absolute;
    background-color: #aaaaaa;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
}
.ps-container > .ps-scrollbar-y-rail {
    right: 3px;
    width: 6px !important;
}
/*Photos */
.demo-gallery > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  
  .demo-gallery > ul > li {
    margin-bottom: 15px;
    width: 23%;
    display: inline-block;
    margin-right: 0;
    list-style: outside none none;
    margin-left: 0.5em;
    border: solid 5px #ffffff;
    border-radius: 0.5em;
    height: 12em;
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  }
  
  .demo-gallery > ul > li a {
    display: block;
    position: relative;
    float: unset;
    height: 100%;
}
  .demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
  } 
  .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  .demo-gallery > ul > li a .demo-gallery-poster {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  .gallery-action
  position: absolute;
  right: 0;
}
  .gallery-action a{
      margin-left:.2em;
  }
  .gallery-action i {
    right: 1em;
    opacity: 0;
    position: absolute;
    top: 1em;
    color: #313131;
    align-items: center;
    font-size: .8em;
    padding: 0.3em;
    justify-content: center;
    background: #f6f7fb;
    display: inline-flex;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.gallery-action .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.3em;
    position: absolute;
    top: 0.75em;
    right: 2.5em;
    opacity: 0;
    cursor: pointer;
}
.gallery-action .form-check-input {
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
}
.photo-tilte {
    position: absolute;
    width: 100%;
    background: #00000073;
    color: #fff;
    bottom: 0;
    text-align: center;
    opacity: 0;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.photo-tilte h4 {
    font-size: 1em;
    margin: 0;
    padding: 0.5em;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card:hover .photo-tilte{
    opacity: 1;
}
.card:hover .gallery-action i{
    opacity: 1;
  }
  .card:hover .form-check {
    opacity: 1;
  }
  .gallery-action .ti-pencil {
    right: 3.5em;
}
  .demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
   .demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
  }
  #lg-zoom-in:after {
    font-family: "themify";
    font-size: 14px;
    font-weight: 400;
    content: "\e611";
}
.lg-toolbar .lg-download:after {
    font-family: "themify";
    font-size: 14px;
    font-weight: 400;
    content: "\e6a7";
}
#lg-zoom-out:after {
    font-family: "themify";
    font-size: 14px;
    font-weight: 400;
    content: "\e612";
}
.lg-toolbar .lg-close:after {
    font-family: "themify";
    font-size: 14px;
    font-weight: 400;
    content: "\e646";
}
.lg-actions .lg-prev:after {
    font-family: "themify";
    font-size: 14px;
    font-weight: 400;
    content: "\e64a";
}
.lg-actions .lg-next:before {
    font-family: "themify";
    font-size: 16px;
    font-weight: 400;
    content: "\e649";
}
#lg-actual-size:after {
    font-family: "themify";
    font-size: 16px;
    font-weight: 400;
    content: "\e6e9";
}
.gallery-title {
    position: relative;
}
.gallery-title h4 {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin: 4em auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1em;
}

/* added */
.was-validated .form-control:valid, .form-control.is-valid
{
    background-image: none;
    border-color: #0879da;
}
.was-validated .form-control:invalid, .form-control.is-invalid
{
    background-image: none;
}
.page-main-header .main-header-right .nav-right ul li .media .dotted-animation
{
    display: none;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus
{
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.img-sz {
    width: 3em;
    padding: 0.5em;
    background: #f6f7fb;
    border-radius: 0.5em;
}
.table-file-icons {
    width: 3em;
    height: 3em;
    padding: 0.5em;
    background: #f6f7fb;
    border-radius: 0.5em;
}
.file-doc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* end */

  /*Photos*/
.bg-grad {
    background: linear-gradient(0deg, rgba(0,242,254,1) 0%, rgba(142,45,226,1) 100%);
    max-width: 25em;
    border-radius: 0.5em;
    text-align: center;
}
span.num-count {
    font-size: 1.5em;
    font-weight: 700;
}
.timer-sec {
    background: #fff;
    height: 10em;
    width: 10em;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3em auto;
}
.btn-record {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    min-width: auto;
    max-width: max-content;
    border-radius: 50%;
    color: #626beb;
    padding: 1em;
    margin: 2em 0.5em;
    box-shadow: none;
}
#controls {
    display: inline-flex;
    margin-top: 2rem;
    max-width: initial;
    justify-content: center;
    align-items: center;
}
ol#recordingsList a {
    display: none;
}
div#controls i {
    font-size: 1.5em;
}
.timer-pause{
    display: none;
}
.timer-reset{
    display: none;
}
#formats{
    opacity: 0;
}
.modal-body a.btn.btn-primary.btn-upload {
    min-width: 7em;
    justify-content: center;
}
#move .modal-body ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
    color: #313131;
}
#move .modal-body svg{
    width: 1.1em;
    margin-right: .5em;
}
a.btn.btn-secondary.btn-upload {
    background-color: transparent !important;
    border: solid 1px #4466f2 !important;
    color: #4466f2 !important;
    border-radius: 3em;
    color: -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 7em;
    justify-content: center;
}
a.btn.btn-secondary.btn-upload:hover {
    background-color: #4466f2 !important;
    border: solid 1px #4466f2 !important;
    color: #ffffff !important;
}
.card {
    padding: 0;
}
.album img {
    object-fit: contain !important;
}
.photo-g .container-fluid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .photo-g .card {
    color: #252a32;
    background: #ffffff;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 0;
    -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  }
  .photo-g .card-image {
    position: relative;
    display: block;
    width: 100%;
    height: 12em;
    background: #ffffff;
  }
  .photo-g .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .album-title {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2em;
}
.album-title a{
    color: #313131;
    font-size: 1.1em;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.m-0.text-size {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: .4em;
}
 
::-webkit-scrollbar-track {
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 1em;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 1em;
    background: #c0c0c0; 
}
.table-inner ::-webkit-scrollbar {
    height: 5px;
}
.help-sidebar {
    background: #ffff;
    padding: 1em;
    border-radius: 0.5em;
}
.article-list li a {
    display: flex;
    align-items: center;
    color: #989898;
    border-bottom: solid 1px #eff0f1;
    padding: 0.8em 0 !important;
}
.article-list li a:hover{
    color:#313131;
}
.article-list li a svg{
    margin-right: 0.5em;
    width: 1em;
}
.help-sidebar h4 {
    font-size: 1.2em;
    font-weight: 600;
}
.article-content-list{
    margin-bottom: 1.5em;
}
.help-details {
    padding: 2em 0;
}
.article-content-list h5 {
    color: #313131;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0.75em;
}
.article-content-list p{
    font-size: .9em;
}
.faq-form {
    position: relative;
    margin-top: 2em;
}
.faq-form .search-icon {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 20px;
    height: 1.4em;
}
.article-content img {
    background: #fff;
    padding: 0.3em;
    border-radius: 8px;
    -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
}
.btn.btn-default.btn-block.delete.text-center {
    border: solid 1px #f8f8f8;
    width: 12em;
    padding: 0.5em 1em !important;
    border-radius: 3em;
    margin: 0 auto;
    text-align: center;
}
.btn-default img{
    width: 2em;
}
.btn.btn-primary.btn-block.delete.text-center.pull-left {
    float: left;
    border-radius: 3em;
    padding: 0.75em 1.75em;
}
.default-according .card .btn-link {
    font-weight: 500;
    color: #313131;
    padding: 0;
    font-size: 1em;
}
.card .card-header h5 {
    font-size: 1.2em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.setting .card .card-body {
    padding: 1em 1em;
    background-color: transparent;
    margin-bottom: 1em;
}
.card .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 30px;
    border-bottom: 1px solid #f6f7fb;
    border-radius: 0.5em;
}
.page-main-header .main-header-right .nav-right .profile-dropdown {
    right: -10px;
    left: inherit;
    width: 13em;
    top: 63px;
}
.form-group.cus-m-top {
    margin-top: 2.5em;
}
.theme-form ::placeholder {
    font-size: 1em !important;
  }
  p.fle_title {
    overflow: hidden;
    width: 42em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.terms li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5em;
    color: #555555;
}
.page-header.terms-bg{
    background: #e5e6eb;
    padding: 3em 2em !important;
}
.terms-bg .breadcrumb
{
    margin: 0px;
}
.hd-bg-white
{
    background: #fff;
}
.terms h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}
.terms p {
    font-size: .95em;
    font-weight: 400;
    color: #555555;
    margin-bottom: 0.5em;
}
.terms svg {
    width: 1.3em;
    height: 1.3em;
    margin-right: 0.3em;
}
.terms h4 {
    color: #313131;
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 0.7em;
    margin-bottom: 0.55em;
}
span.m-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.bold {
    font-weight: 700;
}
li.breadcrumb-item a {
    font-size: 1.3em;
    color: #989898;
}
a.cke_button {
    display: inline-block;
    height: 18px;
    padding: 5px 10px;
    outline: 0;
    cursor: default;
    float: left;
    border: 0;
    position: relative;
}
a.cke_button_disabled:hover, a.cke_button_disabled:focus, a.cke_button_disabled:active {
    border: 0;
    padding: 5px 10px;
    background-color: transparent;
}
.authentication-main.bg-white{
    background-color: #ffffff;
}
table#example {
    margin: 3em 0;
}
.recorder-card.card .card-body {
    padding: 0em 3em;
    background-color: transparent;
}
.dropzone .dz-preview .dz-details {
    position: absolute;
    top: 20px;
    background-color: #eeeeee;
    width: 50%;
    left: 32px;
    text-align: center;
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 45px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
}
.ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    height: 20em;
}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    height: 20em !important;
    border-radius: var(--ck-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.sticky_content iframe {
    border: 0;
    width: 100% !important;
    height: 100% !important;
    margin: .5em 0;
}
.sticky_content img {
    width: 100% !important;
    height: 100% !important;
    margin: .5em 0;
    border-radius: .5em;
}
#sticky-view iframe {
    border: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 1em 0;
}
#sticky-view img{
    width: 100% !important;
    height: 100% !important;
    margin: 1em 0;
    border-radius: .5em;
}
#sticky-view{
    width:100%;
}
#sticky-view .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    height: 30em;
    overflow: auto;
}
@media only screen and (min-width: 1600px) {
    p.fle_title {
        width: 52em;
    }

}
@media only screen and (min-width: 1660px) {
    p.fle_title {
        width: 60em;
    }

}
@media only screen and (min-width: 1920px) {
    body {
        font-size: 18px;
    }
    span.toggle-password {
        position: absolute;
        top: 3em !important;
        right: 1.5em;
        font-size: 1em;
    }
    p {
        font-size: .9em;
    }

}
@media only screen and (min-width: 2000px) {
    body {
        font-size: 20px;
    }
    span.toggle-password {
        position: absolute;
        top: 3.2em !important;
    }
    
.theme-form input[type=text], .theme-form input[type=email], .theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form select {
    border-color: #eff0f1;
    background-color: #fff;
    font-size: 20px;
    color: #898989;
    font-family: work-Sans, sans-serif;
}
::placeholder {
    font-size: 20px;
  }
.switch svg{
    height: 2em;
    width: 2em;
}
}
@media only screen and (min-width: 3500px) {
    body {
        font-family: 'Nunito', sans-serif !important;
        -webkit-font-smoothing: antialiased;
        font-size: 28px;
    }
    
.theme-form input[type=text], .theme-form input[type=email], .theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form select {
    border-color: #eff0f1;
    background-color: #fff;
    font-size: 28px;
    color: #898989;
    font-family: work-Sans, sans-serif;
}
}

@media only screen and (max-width: 1420px) and (min-width: 1024px) {
    .grid-list .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

@media only screen and (max-width: 1024px) {
    .auth-innerright {
        padding: 50px 50px;
    }
    .sticky-list p {
        font-size: .7em;
    }
    p.fle_title {
        width: 30em;
    }
  }
  @media only screen and (max-width: 991.98px) {
    .login-banner {
       display: none;
    }
    .sticky-list p {
        font-size: .9em;
    }
    .photo-g .container-fluid {
        display: grid;
        grid-template-columns: 3fr;
        grid-gap: 1rem;
        grid-template-columns: repeat(2, 1fr);

      }
      p.fle_title {
        width: 25em;
    }
  }
  @media only screen and (max-width: 767px) {
    .authentication-main {
        background: #ffffff;
        padding: 20px 30px !important;
        min-height: 100vh !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .theme-form .checkbox label {
        padding-left: 10px;
        font-size: 12px;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-left: 15px !important;
        border: none;
        border-radius: 0.25rem;
        padding-top: 0;
    }
    div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
        content: "\e64a";
        font-family: themify;
        font-size: 14px;
        padding: 0 5px;
        position: absolute;
        left: 35%;
    }
    div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
        content: "\e649";
        font-family: themify;
        font-size: 14px;
        padding: 0 5px;
        position: absolute;
        right: 35%;
    }
    .sticky-list p {
        font-size: .7em;
    }
    a.btn.btn-primary.btn-upload.add-sticky {
        display: inline-flex;
        align-items: center;
        padding: 0.5em 1em!important;
        font-size: 1em;
        font-weight: 500;
        border-radius: 3em;
        position: absolute;
        width: 179px;
        right: 0;
        top: -30px;
    }
    .nav {
        display: flex !important;
        text-align: center;
        border-bottom: none;
        margin-top: 30px;
    }
    .nav-tabs .nav-link {
        border-top: 0;
        border-bottom: 0;
        padding: 10px;
        font-size: 12px;
    }
    .demo-gallery > ul > li {
        margin-bottom: 15px;
        width: 46%;
    }
    .photo-g .container-fluid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
      }
      .me-1 {
          margin-bottom: 15px;
    }
    ul.help-list {
        column-count: 1;
    }
    .form-group.cus-m-top {
        margin-top: 0;
    }
    p.fle_title {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 120px;
        overflow: hidden;
        margin-right: 10px;
    }
    .res-only {
        padding-left: 3em;
    }
    .res-only .container
    {
        padding: 0px;
    }
    a.btn.btn-primary.btn-upload {
        padding: 6px 8px!important;
        font-size: 11px;
        font-weight: 500;
        border-radius: 3em;
    }
    ul.grid-list {
        margin-right: 0.5em;
        margin-top: -10px;
    }
  }