.error, .required {
	color: #dc3545;
}
.leftbar-user {
    background: #1F2C53;
}
div.table-responsive>div.dataTables_wrapper>div.row .col-md-6:last-child {
    position: absolute !important;
    right: 40px !important;
}
.dataTables_wrapper .row:nth-child(1) .col-sm-12:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}
.modal-body {
    padding: 10px 25px !important;
}
.table>:not(caption)>*>* {
    padding: .50rem .50rem;
    vertical-align:middle;
}
.modal-width-50{
    width: 50% !important;
    max-width:none;
}
.modal-width-60{
    width: 60% !important;
    max-width:none;
}
.modal-width-70{
    width: 70% !important;
    max-width:none;
}
.modal-width-80{
    width: 80% !important;
    max-width:none;
}
.modal-width-90{
    width: 90% !important;
    max-width:none;
}
.widget-icon.pull-left {
    margin: 5px 5px 5px 0;
}
.widget-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 60px;
    margin: 5px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .05);
}
.themed-background-success {
    background-color: #afde5c !important;
}
.themed-background-blue {
    background-color: #5ccdde !important;
}
.themed-background-danger {
    background-color: #de815c !important;
}
.themed-background-warning {
    background-color: #deb25c !important;
}
.nav-list a,
.folder-list a{
    padding: 3px 5px;
}
.folder-list{
    margin-left: 20px;
}
.file-card{
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.file-card .delete-file{
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 25px;
    font-weight: bold;    
}
.file-card .rename-file{
    position: absolute;
    top: 30px;
    right: 5px;
    border-bottom: none;
    font-size: 20px;  
}
.file-card .download-file{
    font-size: 13px;
}
.file-table .download-file,
.file-card .download-file{
    color: #49526b;
}
.folder-list .delete-folder,
.folder-list .inline-edit{
    text-align: right;
    border-bottom:none;
}
.folder-list .inline-edit:hover{
    border-bottom:none;
}
.folder-list a.delete-folder,
.folder-list a.folder-open,
.folder-list a.inline-edit {
    display: inline-block;
}
.folder-list div{
    float: left;
    width: 100%;
}
.folder-list div .delete-folder,
.folder-list div .inline-edit
{
    float: right;
}



.page-aside-left{
    width: 300px;
}
.page-aside-right {
    margin-left:310px;
}

/*custom checkbox*/
.css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.css-checkbox+label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
/*    height: 20px;*/
}

.css-checkbox+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
    height: 20px;
/*    background-color: white;*/
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-radius: 2px;
    box-shadow: none;
}

.css-checkbox:checked+label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMDA2YmVkIiBkPSJNMCA5NkMwIDYwLjY1IDI4LjY1IDMyIDY0IDMySDM4NEM0MTkuMyAzMiA0NDggNjAuNjUgNDQ4IDk2VjQxNkM0NDggNDUxLjMgNDE5LjMgNDgwIDM4NCA0ODBINjRDMjguNjUgNDgwIDAgNDUxLjMgMCA0MTZWOTZ6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 13px 16px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 20px;
    width: 20px;
}
/*custom checkbox*/

.file-card.selected, .file-card:hover {
    background: #CCE8FF !important;
/*    border: 1px solid #b2d2ec;*/
}

.tree-link.selected {
    background-color: #d9d9d9;
    padding: 1px 10px;
    border-radius: 4px;
}

#easy-tree1 li {
    margin-bottom: 5px;
}

.custom-fieldset {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #CED4DA;
    border-radius: .25rem;
}

.custom-legend {
    width: auto;
    padding: 0px 5px;
    font-size: 18px;
    float: none;
}

.hidden {
    display: none;
}

.uploaded-files .delete-file {
    margin-left: 8px;
    color: red;
    cursor: pointer;
    font-weight: bold;
}

/*email list*/
.animation-fadeInQuick2 {
    animation-name: fadeInQuick2;
    -webkit-animation-name: fadeInQuick2;
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

.media-items {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background: #ebeef27d;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: pointer;
}

.media-items .media-items-content {
    padding: 20px 0;
}

.media-items-content .ck {
    width: 20px;
    height: 20px;
}

.media-items:hover {
    background: #ebeef2;
}
html[data-bs-theme=light] #sidemenu-modal .modal-body {
    background: #eeeef1;
}
.mr-1{
    margin-right: 5px;
}
.ml-1{
    margin-left: 5px;
}
.account-tab li a{
    font-weight: normal;
}
.account-tab li a.activate{
    font-weight: bold;
}
.select2-container .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #888;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.form-check-input,
.form-switch .form-check-input,
.select2-container .select2-selection--single,
.form-control:focus,
.form-control{
    border: 1px solid #888;
}
label {
    font-weight: 800;
}
/*email list*/

.result9, .result5, .result2, .result6, .result3, .result72, .result4, .result0 {
    max-height: 500px;
    height: auto;
    overflow: auto;
}

@media (min-width: 1400px) {
    .row-cols-xxl-6>* {
        width: 25%;
    }
}

.widget-icon-box a {
    color: #6c757d;
}

iframe.full-height{
    height: 75vh;
}
#service-table tbody tr td{
    padding: 2px 2px !important;
}