.display-none {display: none;}
.preloader {position: fixed;width: 100%;height: 100%;z-index: 9999999;top: 0;left: 0;background-color: #fef8ffb0;display: none;}
.preloader .spinner-border {position: absolute;top: 45%;left: 50%;}

.singleImageCanvasCloseBtn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.image-wrapp {
    display: flex;
    .image-block {
        margin: 10px;
        position: relative;
        width: 200px;
        img {
            width: 100%;
            padding-right: 14px;
        }
        button {
            position: absolute;
            top: 5px;
            right: 5px;
            background-color: red;
            color: white;
            border: none;
            cursor: pointer;
        }
    }
}

.imageCropModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; 
    top: 0;
    width: 100vw; 
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    .modal-dialog {
        width: 90%;
        top: 10px;
        max-width: 900px;
        background: white;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-height: 90vh;
        pointer-events: visible !important;

        /* Modal Header */
        .modal-header {
            padding: 10px 16px;
            background: #f5f5f5;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-title {
            font-weight: bold;
            font-size: 18px;
        }

        .modal-close {
            font-size: 22px;
            cursor: pointer;
        }

        /* Modal Body for Cropper */
        .modal-body {
            padding: 10px;
            overflow: auto;
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #cropImage {
            max-width: 100%;
            max-height: 40vh;
            display: block;
        }

        /* Modal Footer */
        .modal-footer {
            padding: 10px 16px;
            background: #f5f5f5;
            text-align: right;
        }

        #cropBtn {
            background: #007bff;
            color: white;
            padding: 8px 16px;
            font-weight: bold;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        #cropBtn:hover {
            background-color: #0056b3;
        }
    }
}

.txt-color {
    color: white !important;
}

.txt-color-head {
    color: white !important;
    font-size: 13px !important;
}

.end-div-section {
    display: flex;
    gap: 10px;
    align-items: center;
    .status-select {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'12'%20height%3D'12'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M2%204l4%204%204-4'%20stroke%3D'%23333'%20stroke-width%3D'2'%20fill%3D'none'%20fill-rule%3D'evenodd'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 10px;
    }
}

.status-select-data-table {
  appearance: none;
  padding: 10px 14px;
  font-size: 11px;
  border: none;
  border-radius: 6px;
  background-color: #f0f0f0;
  color: #333;
  cursor: pointer;
  box-shadow: 0 0 0 1px #ccc;
  min-width: 98px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'12'%20height%3D'12'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M2%204l4%204%204-4'%20stroke%3D'%23333'%20stroke-width%3D'2'%20fill%3D'none'%20fill-rule%3D'evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.main-color {
    color: #254c2a !important
}

.text-black {
    color: #282828 !important;
}

.bg-color {
    background-color: #dfecbf !important;
}


.tr-secondary {background-color: #ecedee !important;}
.strikethrough {text-decoration: line-through;}
.tr-danger {background-color: #e64449 !important;}
.tr-danger td {color: #ffffff !important;}

.bg-light-color {
    background-color: #dfecbf;
}

.bg-dark-color {
    background-color: #254c2a;
}

.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(270deg, #0f6fbc 0%, #bfe1ec 100%) !important;
}

.impersonation-banner-wrap {
    padding-top: 1.25rem;
    padding-bottom: 0;
}

.impersonation-banner-wrap + .container-xxl.container-p-y {
    padding-top: 0.75rem !important;
}

.impersonation-banner {
    background-color: #fff3cd !important;
    border: 1px solid #ffecb5 !important;
    color: #664d03;
    box-shadow: 0 0.125rem 0.375rem rgba(47, 43, 61, 0.1);
}

.impersonation-banner strong {
    color: #513c02;
}

.btn-primary, .btn-primary:hover, .page-item.active .page-link,
.btn-primary:active, .btn-primary.show.dropdown-toggle, .spinner-grow,
.btn-info:hover, .btn-info {
    color: #fff !important;
    background-color: #0f6fbc !important;
    border-color: #0f6fbc !important;
}

.desc-width-50 {
    width: 100% !important;
}

.desc-width {
    width: 100% !important;
}

.table>tbody {
    vertical-align: top !important;
}

.product-table tr td .form-group input[type="text"] {
    width: 100px !important;
}
.wider-modal{
    width: 800px !important;
    max-width: 100%;
}
/* Make sure both offcanvas modals are visible side-by-side */
.offcanvas-end.show {
    transform: none !important;
    visibility: visible !important;
    width: 400px; /* customize width as needed */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    overflow-y: auto;
}

/* For the second offcanvas (e.g., Add Category), push it further left */
#addCategoryModal.offcanvas-end.show {
    right: 0px; /* Same width as first offcanvas to avoid overlap */
}

/* Optional: prevent backdrop from hiding offcanvas interactions */
body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}
.offcanvas-end {
    transition: right 0.3s ease-in-out;
}
.offcanvas-blur {
    filter: blur(2px);
    pointer-events: none;
    opacity: 0.6;
}
.categoryModal_data{
    box-shadow: none;
}

input:disabled {
    background-color: #f2f2f3 !important; /* light gray or any color you like */
    color: #aba8b1; /* optional: dim the text color */
    border-color: #cdcbd0;
    opacity: 1;
}

.text-danger{
    color:#000;
}

/*shipping Details start css*/
.address-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: auto;
    margin: 20px 30px;
    background-color: white;
}
.address-info {
    display: flex;
    align-items: center;
}
.address-icon {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-icon i {
    color: #333;
}
.badge-default {
    background-color: #e6f0ff;
    color: #007bff;
    font-weight: 500;
}
.three-dots {
    cursor: pointer;
    font-size: 20px;
    color: #888;
    margin-left: 10px;
}

.dropdown-wrapper {
    position: relative;
}

.custom-dropdown {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    transform: translateY(20%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 140px;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


.custom-dropdown a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

.custom-dropdown a:hover {
    background-color: #f0f0f0;
}

.dropdown-wrapper {
    position: relative;
}
.dots_btn{
    box-shadow: none !important;
}
.dots_btn:hover{
    box-shadow: none !important;
}
.delete-icon{
    padding: 9px 30px;
    position: relative;
    top: 3px;
    text-align: center;
    align-items: center;
    margin: 0 0 0 5px;
}
.delete_icon{
    cursor: pointer;
}
/*shipping Details end css*/

.app-title-text {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
    line-height: 1.2;
}

.layout-menu .app-title-text {
    font-size: 15px;
}

.app-title-link {
    min-width: 0;
    flex-shrink: 0;
}

#inviteOffCanvas {
    width: 420px;
    max-width: 100%;
}

.ws-tab-loader {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ws-stat-box {
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e8;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    height: 100%;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.ws-stat-box:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Workspace page — clear pill tabs */
.ws-tab-bar {
    background: #f4f5f7;
    padding: 0.75rem 1.5rem;
}

.ws-nav-pills {
    display: inline-flex;
    gap: 0.5rem;
    background: #e9eaec;
    padding: 4px;
    border-radius: 0.5rem;
}

.ws-nav-pills .nav-link {
    border: none;
    border-radius: 0.375rem !important;
    color: #566a7f;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    background: transparent;
    transition: all 0.2s ease;
}

.ws-nav-pills .nav-link:hover {
    color: #0f6fbc;
    background: rgba(255, 255, 255, 0.6);
}

.ws-nav-pills .nav-link.active {
    color: #fff !important;
    background: #0f6fbc !important;
    box-shadow: 0 2px 6px rgba(15, 111, 188, 0.35);
}

.ws-tab-content {
    background: #fff;
    border-top: 1px solid #e7e7e8;
}

.social-connect-card {
    border: 1px solid #e7e7e8;
    border-radius: 0.75rem;
    padding: 1.25rem;
    background: #fff;
}

.social-brand-icons {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.social-brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.social-brand-icon svg {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
}

.social-brand-icon--facebook {
    background: #e7f0ff;
    color: #1877f2;
}

.social-brand-icon--instagram {
    background: #fde7f3;
    color: #e4405f;
}

.social-brand-icon--youtube {
    color: #ff0000;
}

.avatar-initial.social-brand-icon--youtube {
    background: #ffe5e5 !important;
}

.meta-connect-modal .modal-header {
    padding: 1.5rem 1.5rem 0;
    align-items: flex-start;
}

.meta-connect-modal .modal-body {
    padding: 1rem 1.5rem 1.5rem;
}

.meta-connect-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.125rem;
    border: 1px solid #e7e7e8;
    border-radius: 0.875rem;
    background: #fff;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.meta-connect-option:hover {
    border-color: #c5cad3;
    box-shadow: 0 4px 14px rgba(46, 38, 61, 0.08);
    transform: translateY(-1px);
}

.meta-connect-option:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(15, 111, 188, 0.15);
}

.meta-connect-option__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: #fff;
}

.meta-connect-option--facebook .meta-connect-option__icon {
    background: linear-gradient(135deg, #1877f2 0%, #0d65d9 100%);
}

.meta-connect-option--instagram .meta-connect-option__icon {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

.meta-connect-option--facebook:hover {
    border-color: #1877f2;
}

.meta-connect-option--instagram:hover {
    border-color: #dd2a7b;
}

.meta-connect-option__body {
    flex: 1;
    min-width: 0;
}

.meta-connect-option__title {
    display: block;
    font-weight: 600;
    color: #433c50;
    line-height: 1.3;
}

.meta-connect-option__desc {
    display: block;
    font-size: 0.8125rem;
    color: #8a8d93;
    margin-top: 0.125rem;
    line-height: 1.4;
}

.meta-connect-option__arrow {
    font-size: 1.5rem;
    color: #c5cad3;
    flex-shrink: 0;
    transition: color 0.2s ease, transform 0.2s ease;
}

.meta-connect-option:hover .meta-connect-option__arrow {
    color: #0f6fbc;
    transform: translateX(2px);
}

/* Phase 3 — Upload & Publish */
.upload-dropzone {
    border: 2px dashed #c5cad3;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-dropzone:hover,
.upload-dropzone.is-dragover {
    border-color: #0f6fbc;
    background: #f0f7ff;
    box-shadow: 0 4px 16px rgba(15, 111, 188, 0.12);
}

.upload-dropzone-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f6fbc 0%, #5ba4e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
}

.upload-preview-icon {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    background: #e8f4fd;
    color: #0f6fbc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.upload-video-preview {
    width: 100%;
    max-height: 200px;
    border-radius: 0.75rem;
    background: #000;
}

.platform-select-card {
    display: block;
    cursor: pointer;
    margin: 0;
}

.platform-select-card .platform-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.platform-select-inner {
    border: 2px solid #e7e7e8;
    border-radius: 0.75rem;
    padding: 1rem;
    background: #fff;
    transition: all 0.2s ease;
}

.platform-select-card:hover .platform-select-inner {
    border-color: #0f6fbc;
    box-shadow: 0 2px 8px rgba(15, 111, 188, 0.1);
}

.platform-select-card.is-selected .platform-select-inner {
    border-color: #0f6fbc;
    background: #f0f7ff;
    box-shadow: 0 2px 12px rgba(15, 111, 188, 0.15);
}

.platform-check-icon {
    font-size: 1.25rem;
    color: #c5cad3;
    transition: color 0.2s ease;
}

.platform-select-card.is-selected .platform-check-icon {
    color: #0f6fbc;
}

.publish-pulse {
    animation: publishPulse 1.5s ease-in-out infinite;
}

@keyframes publishPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.55; }
}

/* Create Post form */
.post-file-picker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.post-meta-box {
    background: #f8f9fa;
    border: 1px solid #e7e7e8;
    border-radius: 0.75rem;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.7;
}

.post-video-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.post-video-preview-wrap {
    flex: 0 0 200px;
    max-width: 200px;
}

.post-video-details {
    flex: 1;
    min-width: 0;
}

.post-video-preview {
    width: 100%;
    max-height: 320px;
    border-radius: 0.75rem;
    background: #000;
    display: block;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    .post-video-meta-row {
        flex-direction: column;
    }

    .post-video-preview-wrap {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .post-video-preview {
        max-height: 280px;
    }
}

.post-thumbnail-preview-wrap {
    max-width: 220px;
}

.post-thumbnail-preview {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 0.75rem;
    border: 1px solid #e7e7e8;
    background: #f8f9fa;
}

/* Post detail page */
.post-show-media-box {
    background: #0f0f0f;
    border-radius: 0.875rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.post-show-video {
    width: 100%;
    max-height: 480px;
    border-radius: 0.5rem;
    display: block;
    object-fit: contain;
}

.post-show-media--vertical {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.post-show-media--square {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.post-show-media--horizontal {
    max-width: 100%;
}

.post-show-cover {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.post-show-cover-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #8a8d93;
    flex-shrink: 0;
}

.post-show-cover-img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid #e7e7e8;
    background: #f8f9fa;
}

.post-show-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.post-show-panel {
    background: #fafbfc;
    border: 1px solid #e7e7e8;
    border-radius: 0.875rem;
    padding: 1.25rem;
}

.post-show-target-card {
    background: #fff;
    border: 1px solid #e7e7e8;
    border-radius: 0.75rem;
    padding: 1rem 1.125rem;
}

.post-show-target-icon {
    width: 40px;
    height: 40px;
    border-radius: 0.625rem;
    background: #f1f2f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.post-show-footnote {
    font-size: 0.8125rem;
    color: #8a8d93;
}

.post-show-text {
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 991.98px) {
    .post-show-media--vertical,
    .post-show-media--square {
        max-width: 100%;
    }

    .post-show-video {
        max-height: 360px;
    }
}

.post-publish-panel {
    border: 1px solid #e7e7e8;
    border-radius: 0.75rem;
    padding: 1.25rem;
    background: #fafbfc;
}

.post-platform-group + .post-platform-group {
    border-top: 1px dashed #e7e7e8;
    padding-top: 1rem;
}

.post-account-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    border: 1px solid #e7e7e8;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    background: #fff;
    cursor: pointer;
}

.post-account-row.is-disabled {
    opacity: 0.75;
    cursor: not-allowed;
    background: #f5f5f5;
}

.post-account-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.post-account-status.is-online {
    background: #28c76f;
}

.post-account-status.is-offline {
    background: #ea5455;
}

.post-preview-box {
    border: 1px solid #e7e7e8;
    border-radius: 0.75rem;
    padding: 1rem;
    background: #fff;
    min-height: 160px;
}

.post-preview-tabs .preview-tab {
    color: #566a7f;
    background-color: #fff;
    border-color: #d9dee3;
}

.post-preview-tabs .preview-tab:hover {
    color: #566a7f;
    background-color: #f5f5f9;
    border-color: #d9dee3;
}

.post-preview-tabs .preview-tab.active,
.post-preview-tabs .preview-tab.active:hover,
.post-preview-tabs .preview-tab.active:focus {
    background-color: #0f6fbc !important;
    border-color: #0f6fbc !important;
    color: #fff !important;
}

.post-youtube-type-panel .post-meta-box {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.post-youtube-type-panel .youtube-type-options {
    flex-wrap: nowrap;
}

@media (max-width: 575.98px) {
    .post-youtube-type-panel .youtube-type-options {
        flex-wrap: wrap;
    }
}

/* Upload progress popup — plain dark overlay (override theme purple/blue backdrop) */
body.upload-progress-open .modal-backdrop.show {
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: #000 !important;
    opacity: 0.5 !important;
}

body.expired-token-open .modal-backdrop.show {
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.65;
    background-color: #000 !important;
    opacity: 0.65 !important;
}

.expired-token-modal .modal-header {
    padding: 1.25rem 1.5rem;
}

.expired-token-row {
    border: 1px solid rgba(46, 38, 61, 0.08);
    border-radius: 0.75rem;
    padding: 1rem;
    background: #f8f9fa;
}

.expired-token-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: #fff;
    flex-shrink: 0;
}

.upload-progress-modal {
    border-radius: 1rem;
    overflow: hidden;
}

.upload-progress-modal-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.upload-progress-platform-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.upload-progress-platform-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    min-width: 72px;
    padding: 0.65rem 0.75rem;
    border-radius: 0.85rem;
    border: 2px solid #e7e9ed;
    background: #f8f9fa;
    opacity: 0.55;
    transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.upload-progress-platform-chip i {
    font-size: 1.75rem;
    line-height: 1;
}

.upload-progress-platform-chip-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.upload-progress-platform-chip.is-active {
    opacity: 1;
    transform: scale(1.05);
    border-color: currentColor;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.upload-progress-platform-chip.is-pending {
    opacity: 0.45;
}

.upload-progress-platform-chip--youtube {
    color: #ff0000;
}

.upload-progress-platform-chip--youtube.is-active {
    background: rgba(255, 0, 0, 0.08);
    border-color: #ff0000;
}

.upload-progress-platform-chip--facebook {
    color: #1877f2;
}

.upload-progress-platform-chip--facebook.is-active {
    background: rgba(24, 119, 242, 0.08);
    border-color: #1877f2;
}

.upload-progress-platform-chip--instagram {
    color: #e1306c;
}

.upload-progress-platform-chip--instagram.is-active {
    background: rgba(225, 48, 108, 0.08);
    border-color: #e1306c;
}

#uploadProgressAccountName {
    color: #566a7f;
}

.upload-progress-modal-bar {
    height: 12px;
    border-radius: 999px;
    background: #eef1f6;
}

.upload-progress-modal-bar .progress-bar {
    background-color: #0d6efd;
}

.post-row-actions {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.post-row-actions .btn-icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

table.dataTable td.post-actions-cell {
    white-space: nowrap;
    width: 1%;
}