.documentation_photos_edit .albums_edit_item {
    margin-bottom: 16px;
    position: relative;
}

.documentation_photos_edit .albums_edit_item .albums_edit_item-warp {
    padding: 5px;
    border: 1px solid #e0e0e0;
}

.documentation_photos_edit .albums_edit_item .photo_edit_checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
}

.documentation_photos_edit .albums_edit_item .photo_edit_checkbox:checked + .albums_edit_item-warp {
    background-color: #fafafa;
    box-shadow: 0 0 1px 2px #cdcdcd;
}

.documentation_photos_edit .albums_photo_edit {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 167px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.documentation_photos_edit .album_info_edit {
    height: 75px;
}

.documentation_photos_edit .album_info_edit .album_edit_caption {
    margin-bottom: 5px;
}

.documentation_photos_edit .album_info_edit textarea {
    width: 100%;
    resize: none;
    height: 50px;
}

.documentation-photo-lists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.documentation-photo-lists .photo-item {
    display: flex;
    padding: 5px;
    width: 20%;
}

.documentation-photo-lists .photo-item .photo-item-warp {
    width: 100%;
    border: 1px solid #e0e0e0;
    position: relative;
}

.documentation-photo-lists .photo-item .photo-item-warp .layer_square {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.glossymenu .category_header .accordsuffix {
    float: right;
}

.glossymenu .category_header {
    padding: 5px 0;
    cursor: pointer;
}

.glossymenu {
    padding: 4px 5px;
}

.category-paging-round ul.submenu {
    padding: 1rem 0 1rem 2rem;
}

.category-paging-round ul.submenu li {
    padding: 0.5rem 0;
}


.folders .core-lists.list-view .core-list-item.core-is-owner .core-item-info {
    padding-right: 200px;
}

/* .folders-search .list_option,
.folders .list_option {
     display: flex;
     width: 80px;
     justify-content: space-between;
} */
.folders .count-list {
    margin-right: 40px;
}

.folders .menu-list .menu-list-item span.menu-list-header.header-arrow:after {
    right: 50px;
}


.folders-documents {
    display: flex;
    padding: 15px;
}

.folders-documents .folders {
    flex: 1;
}

.folders-documents .documents {
    width: 84px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


.folders.list-view .core-item-thumb .core-item-img {
    width: 80px;
}

.core-lists.folders.list-view .core-list-item .core-item-figure {
    /*width: 80px;
    min-width: 80px;
    margin-right: 15px;*/
}

/* .core-lists.folders.list-view .core-list-item .core-item-info,
.core-lists .folders-search.core-list-item .core-item-info {
     padding-right: 100px;
} */
/* .folders.list-view .core-item-description {
     color: #868686;
} */

/* .folders.list-view .core-extra_info {
     color: #868686;    
} */


.add-custom-field {
    cursor: pointer;
    color: white;
    background: #f3b700;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 17px;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
    margin-bottom: 2px;
    user-select: none;
}

.remove-custom-field {
    font-weight: 700;
    line-height: 30px;
    color: red;
    cursor: pointer;
    background-color: transparent;
}

.content-document {
    position: relative;
}

.content-document .upload-photo {
    position: absolute;
    right: 0;
    top: 35px;
}

.custom-field-wrap {
    line-height: 23px;
}


.list_option.folder-dropdown {
    display: inline-block;
    position: unset;
    vertical-align: middle;
    margin-left: 3px;
}

.fields-result .fields-result-detail {
    margin-left: 10px;
}

.fields-result .fields-result-detail .field-name-detail {
    margin-right: 20px;
}

.post_body .fields-result {
    margin-top: 95px;
}

.list_option .dropdown .custom-icon-item {
    height: 20px;
    width: 28px;
    font-size: 24px;
    overflow: hidden;
    color: #f26419;
}

.list-collection-description .list-img-description img {
    width: 100%;
}

.body-dark .ui-datepicker-calendar {
    background-color: #18191a;
}

.body-dark thead tr th span {
    color: #e4e6eb;
}

.body-dark tbody tr td .ui-state-default {
    background-color: #242526;
    color: #e4e6eb;
    background: no-repeat;
}

.body-dark tbody tr td .ui-state-active {
    background-color: #0089ec !important;
    color: #e4e6eb;
    background: no-repeat;
}

.body-dark .ui-datepicker .ui-datepicker-title {
    color: #e4e6eb;
}

.body-dark select.ui-datepicker-year {
    background-color: #3a3b3c;
}

.body-dark .ui-datepicker-header {
    background: no-repeat;
    background-color: #242526;
}


.body-dark .ui-widget-content {
    background: no-repeat;
    background-color: #242526;
}

.body-dark .ui-datepicker-next, .body-dark .ui-datepicker-prev {
    border: 1px solid #999999;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.body-dark .scheduledpost-feed-button {
    border-color: #2f3031;
    background-color: #3a3b3c;
    color: #a8aab1;
}

.documents-div4 {
    padding-bottom: 5px;
}

.documents-price {
    padding: 5px 0px;
    font-weight: bold;
}


/*.document-icons{
    font-size: 20px;
}*/

.documentItem {
    color: #313131;
    /*position: absolute;
    right: 5px;*/
}

.documentItem:hover, .documentItem:focus {
    color: #313131;
}

.documentItem.active .act-item-icon {
    color: #f26419 !important;
}

.wishlist_count {
    position: absolute;
    background: #f00000;
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid #ffffff;
    padding: 1px 5px;
    font-size: 11px;
    top: -8px;
    right: -4px;
    line-height: 15px;
}

.folders-line {
    border-color: #083c8b;
    border-width: 4px;
    width: 370px;
    max-width: 100%;
    margin: 10px 0;
}

.folder_list_top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}

.folder_list_top .folder_ty_sort, .folder_list_top .folder_languages_sort {
    max-width: 150px;
}

.text_not_auto {
    color: #fb7923 !important;
}

.box_content_folders_list .core-lists.grid-view {
    margin-left: 0;
    margin-right: 0;
}

.directory-ul-select {
    min-width: 280px;
}

.directory-select-cate .badge_name {
    max-width: 280px;
    display: inline-block;
    word-break: break-word;
    white-space: break-spaces;
}

.directory-select-cate .badge_name_chil {
    max-width: 280px;
    display: flex;
    justify-content: space-between;
}

.badge_name_chil_title {
    display: inline-block;
    word-break: break-word;
    white-space: break-spaces;
}

.folder-payment-feature {
    background-color: #e7727230;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.folder-payment-feature .folder-payment-price {
    font-weight: bold;
    font-size: 18px;
    color: #993838;
}

.sort-content-search.active {
    border: 1px solid;
}

.dashboard-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: start;
}

.dashboard-pagination:has(div.dropdown.open) {
    height: 145px;
}

.number-item-show {
    display: flex;
    align-items: center;
}

.number-item-show .dropdown {
    margin-left: 10px;
}

.number-item-show input {
    width: 50px;
    padding-right: 8px;
    text-align: right;
}

.number-item-show .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
    min-width: 80px;
}

.bar-content-dashboard {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-menu.dropdown-menu-dashboard {
    left: inherit;
    right: 0;
    min-width: 155px;
}

.dashboard-dropdown {

}

.dashboard-search-content {
    display: flex;
    justify-content: space-between;
}

.box-content-header {
    display: flex;
    justify-content: space-between;
}

.box-content-header .content-value {
    font-weight: bold;
    margin: 5px 0;
}

.box-content-right {
    text-align: right;
}

.box-content-header .content-approx {
    background-color: #D9DEEA;
    color: #000842;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
}

.body-dark .box-content-header .content-approx {
    background-color: #2d88ff;
    color: #ffffff;
}

.dashboard-table-content {
    overflow-y: hidden;
}

.dashboard-table-content .table-div {
    min-width: 1000px;
}

@media (min-width: 992px) {
    .dashboard-box-header {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .bar-content-dashboard {
        display: block;
        padding: 10px;
    }

    .bar-content .box2.bar-content-dashboard .box_header .box_header_main {
        padding: 0;
    }

    .bar-content-dashboard .box_action {
        text-align: right;
    }
}

.core-item-catg {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 3px 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #D9DEEA;
    color: #000842;
    margin-top: 1px;
    margin-bottom: 1px;
}

.core-item-featured {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 3px 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #993838;
    color: #ffffff;
}

.btn-size, .btn-size:hover {
    color: #993838;
    border-width: 1px;
    border-radius: 4px;
    border-color: #993838;
}

.body-dark .btn-size, .body-dark .btn-size:hover, .body-dark {
    color: #2d88ff !important;
    border-color: #2d88ff !important;
}

.size-box {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 8px
}

#sizeLoadingSpin {
    position: absolute;
    top: 45%;
    left: 50%;
    padding: 2px;
}

.documentation_lists_tops {
    display: block;
    width: 100%;
}

.core-item-documents {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.core-lists.list-view > .documentation_lists_tops {
    padding: 0;
}

.core-lists.grid-view > .documentation_lists_tops {
    padding: 0 8px;
}

.core-item-documents {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.documentation_left_detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
}

.documentation_image {
    margin-bottom: 10px;
    position: relative;
}

.documentation_image .documentation_img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.documentation_left_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.documentation_left_title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
}

.documentation_left_detail .documentation_detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.documentation_left_detail .documentation_detail > div {
    margin-right: 0;
    display: inline-block;
}

.documentation_left_detail .documentation_detail > div {
    margin-right: 0;
}

.documentation_left_detail .documentation_detail > div {
    display: inline-block;
    margin-right: 5px;
}

.documentation_detail .info_val {
    font-weight: 400;
    white-space: normal;
    word-break: break-word;
}

.documentation_left_detail .documentation_detail .info_label {
    font-weight: 700;
}

.documentation_detail .info_label:after {
    content: ': ';
}

.documentation-creator-detail{
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.documentation-creator-detail-thumb{
    margin-bottom: 5px;
}
.documentation-creator-detail-thumb .user_avatar{
    border-radius: 10px;
    display: block;
    width: 100%;
    margin: auto;
}
.documentation-creator-detail-name{
    font-size: 14px;
    font-weight: 700;
}
.documentation-creator-detail-name a{
    color: #4D4D4D;
}
.body-dark .documentation-creator-detail-name a{
    color: #ffffff;
}
.body-dark .notification-group-list .notification-group-main {
    color: inherit;
}
.documentation-creator-detail-trust-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.documentation-creator-detail-trust-item .documentation-creator-detail-trust-item-icon{
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 24px;
    margin-right: 5px;
}
.documentation-creator-detail-trust-item .documentation-creator-detail-trust-item-txt{
    font-size: 14px;
}
.documentation-creator-detail-trust-item a.documentation-creator-detail-trust-item-txt{
    color: #E38724;
}

#document-file .qq-upload-success,
.control-document-file-upload-review .qq-upload-success {
    display: none;
}

.control-document-file-upload-review .qq-upload-success.document-upload-file-item {
    display: block;
}

.box-folder-detail {
    padding: 10px 0;
    background: #ffffff;
}

.body-dark .box-folder-detail {
    background: #242526;
}

.documentation-list-download .notification-group-list .download_option {
    top: 15px;
    right: 10px;
    position: absolute;
}

.documentation-list-download .notification-group-list .download_option a {
    display: inline-block;
}

.documentation-list-download .notification-group-list .notification_content {
    margin-top: 5px;
    margin-right: 170px;
}

.documentation-list-download .notification-group-list .download_option .download_info {
    display: block;
    margin-top: 5px;
}

.documentation-list-download .notification-subject-name {
    font-weight: 600;
}

.documentation-list-download .notification-avatar img {
    width: 50px;
}

.documentation-list-download .delete-info {
    font-size: 13px;
    font-weight: bold;
}

#documentationAcceptRequestModal.modal {
    z-index: 9999;
}

.accept-request-form {
    padding-left: 8px;
}

.documentation-radio-list {
    padding-left: 0;
}

.documentation-radio-list > li {
    list-style: none outside none;
    margin: 10px 0;
}

.documentation_detail .bus-user-summary {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.documentation_detail .bus-user-avatar {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 5px;
}

.documentation_left_action .dropdown-menu {
    left: auto;
    right: 0;
}

.documentation-content-tab .horizontal-menu {
    margin-bottom: 15px;
    justify-content: flex-start;
}

.documentation-content-tab .horizontal-menu > li.active > a {
    border-bottom: 2px solid #7A2D2D;
    color: #7A2D2D;
}

.documentation-content-tab {
    position: relative;
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-bottom: 10px;
}

.box_content .documentation-content-tab {
    border-radius: 10px;
}

.documentation-document-lists .core-item-figure {
    position: relative;
}

@media (max-width: 991px) {
    .documentation_lists_tops .btn {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .documentation-list-download .notification-group-list .download_option {
        position: unset;
    }

    .documentation-list-download .notification-group-list .notification_content {
        margin-right: 5px;
    }
}

.documentation-lists .core-item-tophead {
    display: none;
}

@media (max-width: 767px) {
    .documentation-lists.list-view .core-item-documents {
        display: none;
    }

    .documentation-lists.list-view .core-item-tophead {
        display: block;
    }
}

.documentation-form .qq-upload-button .upload-section {
    display: flex;
    align-items: center;
}

.core-lists.documentation-slick-slide .core-list-item .core-item-figure .core-item-img {
    max-width: 300px;
}

.core-lists.documentation-slick-slide .core-list-item .core-item-title {
    max-width: 250px;
}
