.cp-row {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.cp-topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.cp-actions-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.cp-actions-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.cp-actions-right {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    flex: 1;
}

.cp-actions-toggle {
    cursor: pointer;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.cp-action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.cp-more-actions {
    display: none;
    width: 100%;
    margin-top: 12px;
}

.cp-actions-divider {
    border-top: 1px solid #eee;
    margin: 0 0 12px 0;
}

.cp-more-actions-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cp-actions-list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cp-more-actions .cp-actions-list .stt-action-item {
    width: min-content!important;
}

#center.col-md-9 .cp-more-actions .cp-actions-list .stt-action-item {
    width: fit-content;
}

.cp-actions-list .stt-action-item .stt-action-btn {
    width: max-content;
}

.cp-action-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.cp-action-link:hover {
    text-decoration: underline;
}


.cp-collapse-container {
    flex: 1;
    margin: 0 5px;
}

.cp-collapse-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}


.cp-collapse-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin-left: 6px;
    width: 10px;
    height: 5px;
}

.cp-collapse-header.active .cp-collapse-arrow {
    transform: rotate(180deg);
}

.cp-collapse-content {
    max-height: 0;
    overflow: hidden;
    background: #f8f9fa;
    border: none;
    border-radius: 0;
    transition: max-height 0.3s ease;
}

.cp-collapse-content.show {
    max-height: 400px;
    overflow-y: auto;
}

.cp-collapse-section {
    padding: 12px 0;
    border-bottom: none;
}

.cp-collapse-section:last-child {
    border-bottom: none;
}

.cp-section-title {
    padding: 8px 16px 12px 0;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    text-transform: none;
    letter-spacing: normal;
    background-color: transparent;
}

.cp-collapse-item {
    display: flex;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    width: 100%;
    margin: 0;
    border-radius: 0;
    gap: 16px;
    position: relative;
}

.cp-collapse-item:first-child:last-child {
    border-radius: 8px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.cp-collapse-item:first-child:not(:last-child) {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: none;
}

.cp-collapse-item:last-child:not(:first-child) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: none;
}

.cp-collapse-item:not(:first-child):not(:last-child) {
    border-top: none;
    border-bottom: none;
}

.cp-collapse-item.cp-single-item {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.cp-collapse-item:hover {
    background-color: #F0F0F0;
}

.cp-collapse-item input[type="radio"],
.cp-collapse-item input[type="checkbox"] {
    display: block;
    width: 24px;
    height: 24px;
    accent-color: #41B8D5;
    flex-shrink: 0;
    order: -1;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    position: relative;
}

.cp-collapse-item input[type="radio"]:checked,
.cp-collapse-item input[type="checkbox"]:checked {
    background-color: #41B8D5;
    border-color: #41B8D5;
}

.cp-collapse-item input[type="radio"]:checked::before,
.cp-collapse-item input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9006 0.197337L6.63426 9.46306C6.57195 9.52561 6.49792 9.57523 6.41639 9.6091C6.33486 9.64296 6.24745 9.66039 6.15917 9.66039C6.07089 9.66039 5.98347 9.64296 5.90195 9.6091C5.82042 9.57523 5.74638 9.52561 5.68408 9.46306L2.10064 5.87626C2.03834 5.81371 1.9643 5.76409 1.88277 5.73022C1.80124 5.69636 1.71383 5.67893 1.62555 5.67893C1.53727 5.67893 1.44986 5.69636 1.36833 5.73022C1.2868 5.76409 1.21276 5.81371 1.15046 5.87626C1.08791 5.93856 1.03829 6.0126 1.00442 6.09413C0.970557 6.17566 0.953125 6.26307 0.953125 6.35135C0.953125 6.43963 0.970557 6.52704 1.00442 6.60857C1.03829 6.6901 1.08791 6.76414 1.15046 6.82644L4.73525 10.4106C5.1134 10.788 5.62587 11 6.16017 11C6.69447 11 7.20694 10.788 7.5851 10.4106L16.8508 1.14684C16.9133 1.08455 16.9628 1.01056 16.9966 0.929091C17.0304 0.847625 17.0478 0.760291 17.0478 0.67209C17.0478 0.583888 17.0304 0.496554 16.9966 0.415088C16.9628 0.333622 16.9133 0.259626 16.8508 0.197337C16.7885 0.13479 16.7145 0.0851605 16.633 0.0512964C16.5514 0.0174323 16.464 0 16.3757 0C16.2875 0 16.2 0.0174323 16.1185 0.0512964C16.037 0.0851605 15.9629 0.13479 15.9006 0.197337Z' fill='%23FAFAFA'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cp-collapse-item input[type="radio"] {
    width: 24px;
    height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 40px;
}

.cp-collapse-item input[type="radio"]:checked {
    width: 24px;
    height: 24px;
    border: 1px solid #41B8D5;
    border-radius: 40px;
    background: none;
}

.cp-collapse-item input[type="radio"]:checked::before {
    width: 16px;
    height: 16px;
    background: #41B8D5;
    border-radius: 40px;
}

.cp-collapse-item input[type="radio"]:focus,
.cp-collapse-item input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}

.cp-collapse-item:has(input[type="radio"]:checked),
.cp-collapse-item:has(input[type="checkbox"]:checked) {
    background-color: #F0F0F0;
    border-color: #D9D9D9;
}

.cp-collapse-item:has(input[type="radio"]:checked):first-child,
.cp-collapse-item:has(input[type="checkbox"]:checked):first-child {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}

.cp-collapse-item:has(input[type="radio"]:checked):last-child,
.cp-collapse-item:has(input[type="checkbox"]:checked):last-child {
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #D9D9D9;
}

.cp-collapse-item:has(input[type="radio"]:checked):not(:first-child):not(:last-child),
.cp-collapse-item:has(input[type="checkbox"]:checked):not(:first-child):not(:last-child) {
    border-top: none;
    border-bottom: none;
}

.cp-collapse-item.cp-single-item:has(input[type="radio"]:checked),
.cp-collapse-item.cp-single-item:has(input[type="checkbox"]:checked) {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.cp-collapse-info {
    display: flex;
    align-items: center;
    flex: 1;
}

.cp-collapse-avatar {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 0;
    background: #e9ecef;
    border: none;
    box-shadow: none;
}

.cp-collapse-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp-collapse-item .cp-collapse-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    font-size: 18px;
    color: #6c757d;
    border: none;
    box-shadow: none;
}

.cp-collapse-details {
    flex: 1;
    margin-left: 16px;
}

.cp-collapse-name {
    font-weight: 600;
    margin-bottom: 8px;
}

.cp-collapse-name > a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.cp-collapse-item .cp-collapse-role {
    font-weight: 400;
}

.cp-collapse-role,
.cp-collapse-desc {
    font-size: 16px;
    line-height: 22px;
    color: #969696;
}

.cp-chip {
    display: inline-block;
    background: #e3f2fd;
    border: 1px solid #2196f3;
    border-radius: 16px;
    padding: 4px 8px;
    margin: 2px;
    font-size: 12px;
}

.cp-chip-remove {
    cursor: pointer;
    margin-left: 4px;
    font-weight: bold;
}

.cp-dest-section {
    margin-bottom: 20px;
}

.cp-dest-section h6 {
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
}

.cp-dest-item {
    display: flex;
    align-items: center;
    padding: 8px;
    margin: 4px 0;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cp-dest-item:hover {
    background-color: #f5f5f5;
}

.cp-dest-item input[type="checkbox"] {
    margin-right: 12px;
    transform: scale(1.2);
}

.cp-dest-info {
    display: flex;
    align-items: center;
    flex: 1;
}

.cp-dest-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    background: #e0e0e0;
}

.cp-dest-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp-dest-details {
    flex: 1;
}

.cp-dest-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
}

.cp-dest-role {
    font-size: 12px;
    color: #666;
}


.cp-selected-destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-left: 8px;
    flex: 1;
    pointer-events: none;
}

.cp-selected-destinations .cp-destination-chip {
    pointer-events: auto;
}

.cp-destination-chip {
    align-items: center;
    padding: 5px 16px;
    border: 1px solid #D9D9D9;
    border-radius: 24px;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display: inline-flex;
    gap: 4px;
    cursor: default;
    user-select: none;

}

.cp-destination-chip .cp-chip-remove {
    cursor: pointer;
    font-weight: bold;
    margin-left: 4px;
}

.cp-destination-chip .cp-chip-remove:hover {
    color: #d32f2f;
}


.cp-collapse-item:has(input[name="cp-destination"]:checked) .cp-collapse-info {
    background-color: transparent;
    border-radius: 0;
    border: none;
}


.cp-collapse-item.cp-selected .cp-collapse-info {
    background-color: transparent;
    border-radius: 0;
    border: none;
}


.cp-audience-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px;
}

.cp-audience-icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-audience-details {
    margin-left: 28px;
    margin-top: 4px;
}

.cp-audience-details .cp-collapse-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 4px;
}

.cp-audience-details .cp-collapse-desc {
    font-size: 16px;
    line-height: 22px;
    color: #969696;
    font-weight: 400;
}


#cp-audience-options {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
}


.cp-audience-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #FFFFFF;
    gap: 0;
    padding: 16px;
}

.cp-audience-item > input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
}
.cp-audience-item .cp-collapse-icon,
#cp-audience-options .cp-audience-icon {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-audience-details {
    margin: 0;
    display: flex;
    flex-direction: column;
}


.cp-audience-head {
    display: flex;
    align-items: center;
    gap: 3px;
}


#cp-audience-options .cp-audience-item .cp-collapse-name {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

#cp-audience-options .cp-audience-item .cp-collapse-desc {
    margin-top: 8px;
}


.cp-audience-item:hover {
    background: #F0F0F0;
    border-radius: 0;
}

.cp-audience-item:has(input[type="radio"]:checked) {
    background: #EFEFEF;
}

.cp-loading {
    text-align: center;
    color: #666;
    padding: 20px;
}

.cp-poll {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    background: #f9f9f9;
    margin-top: 10px;
}

.cp-poll-options input {
    margin: 4px 0;
}

#cp-destinations-modal .modal-dialog {
    max-width: 500px;
    z-index: 1060;
}

#cp-destinations-modal .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

#cp-destinations-modal {
    z-index: 1055;
}

#cp-destinations-modal .modal-backdrop {
    z-index: 1050;
}


.cp-activity-destinations {
    margin-top: 8px;
    font-size: 12px;
    padding: 10px 16px;
    margin-bottom: 24px;
    gap: 10px;
    background: #F0F0F0;
    border-radius: 8px;
}

.cp-destinations-info {
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.cp-destinations-info i {
    margin-right: 6px;
    color: #007bff;
}

.cp-destinations-label {
    font-weight: 500;
    margin-right: 4px;
}

.cp-audience-info {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #6c757d;
}

.cp-audience-info i {
    margin-right: 4px;
}

.cp-audience-label {
    font-weight: 500;
}


.cp-audience-options {
    padding: 10px 0;
}

.cp-audience-item {
    display: block;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cp-audience-item input[type="radio"] {
    display: none;
}

.cp-audience-item input[type="radio"]:checked + .cp-audience-info {
    color: #007bff;
}

.cp-audience-info {
    display: flex;
    align-items: center;
}

.cp-audience-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
    color: #6c757d;
}

.cp-audience-details {
    flex: 1;
}

.cp-audience-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.cp-audience-desc {
    font-size: 14px;
    color: #6c757d;
}

.cp-audience-chip {
    display: inline-flex;
    align-items: center;
    background-color: #e3f2fd;
    color: #1976d2;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin: 2px;
}

.cp-audience-chip i {
    margin-right: 4px;
}

#cp-audience-modal .modal-dialog {
    max-width: 500px;
    z-index: 1060;
}

#cp-audience-modal {
    z-index: 1055;
}

#cp-audience-modal .modal-backdrop {
    z-index: 1050;
}


.cp-poll-panel {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin: 16px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.cp-poll-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 20px 24px 16px;
}

.cp-poll-header h4 {
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: auto;
}

.cp-poll-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.2s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-poll-close-btn:hover {
    background: #f3f4f6;
    color: #374151;
}

.cp-poll-content {
    padding: 24px;
}

.cp-poll-field {
    margin-bottom: 20px;
}

.cp-poll-field label {
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}

.cp-poll-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    transition: all 0.2s;
    box-sizing: border-box;
}

.cp-poll-input:focus {
    outline: none;
    border-color: #41B8D5;
}

.cp-poll-input::placeholder {
    color: #9ca3af;
}

.cp-poll-option {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
}

.cp-poll-option-input {
    flex: 1;
}

.cp-poll-option-remove {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
}

.cp-poll-option-remove:hover svg path{
    fill: #41b8d5;
}

.cp-poll-option-remove svg {
    width: 16px;
    height: 18px;
}

.cp-poll-add-option {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 0;
    transition: color 0.2s;
}

.cp-poll-add-option:hover {
    color: #41b8d5;
}

.cp-poll-add-option:hover svg path{
    fill: #41b8d5;
}

.cp-poll-settings {
    margin-bottom: 24px;
}

.cp-poll-setting {
    margin-bottom: 16px;
    padding: 3px 16px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.cp-poll-setting .cp-poll-setting-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #969696;
}

.cp-poll-setting:last-child {
    margin-bottom: 0;
}

.cp-poll-setting-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cp-poll-setting-text {
    color: #969696;
    font-size: 16px;
}

.cp-poll-setting-label {
    display: block;
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
    margin-bottom: 8px;
}

.cp-poll-setting-desc {
    display: block;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

.cp-toggle-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cp-toggle-label input[type="checkbox"] {
    display: none;
}

.cp-toggle-slider {
    width: 56px;
    height: 34px;
    background: #fff;
    border-radius: 14px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #D9D9D9;
}


.cp-toggle-slider:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #D9D9D9;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

}

.cp-toggle-label input[type="checkbox"]:checked + .cp-toggle-slider {
    background: #41B8D5;
    border-color: #41B8D5;
    border-radius: 999px;
}

.cp-toggle-label input[type="checkbox"]:checked + .cp-toggle-slider:before {
    transform: translateX(22px);
    background: #fff;
}

.cp-poll-duration {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cp-duration-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: 100%;
    height: 48px;
    background: #41B8D5;
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.cp-duration-btn:hover {
    background: #369bb3;
}

.cp-duration-btn.active {
    background: #41B8D5;
    color: white;
}

.cp-duration-btn:not(.active) {
    background: #fff;
    color: #333333;
    border: 1px solid #D9D9D9;

}

.cp-duration-btn:not(.active):hover {
    background: #41B8D5;
    color: #fff;
}

.cp-poll-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 4px;
    padding-top: 20px;
}

.cp-poll-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    min-width: 100px;
}

.cp-poll-btn-secondary {
    background: #F0F0F0;
    color: #333333;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    border-radius: 32px;
}

.cp-poll-btn-secondary:hover {
    background: #41B8D5;
    border-color: #41B8D5;
    color: #fff;
}

.cp-poll-btn-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    background: #41B8D5;
    border: 1px solid #41B8D5;
    border-radius: 32px;
    color: #fff;

}


.cp-poll-panel {
    animation: slideInUp 0.3s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cp-poll-option {
    transition: all 0.2s ease;
}

.cp-poll-option:hover {
    transform: translateX(4px);
}

.cp-duration-btn {
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.cp-duration-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.cp-duration-btn:hover:before {
    left: 100%;
}

.cp-toggle-slider {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cp-toggle-slider:before {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cp-poll-option-remove {
    transition: all 0.2s ease;
}


.cp-poll-input.error {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.cp-poll-input.success {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.cp-poll-validation-message {
    font-size: 12px;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.cp-poll-validation-message.error {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.cp-poll-validation-message.success {
    color: #10b981;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.cp-poll-validation-message.info {
    color: #41B8D5;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}


.cp-poll-loading {
    position: relative;
    pointer-events: none;
}

.cp-poll-loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f4f6;
    border-top: 2px solid #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cp-poll-input:focus,
.cp-duration-btn:focus,
.cp-toggle-label:focus-within {
    outline: 2px solid #41B8D5;
    outline-offset: 2px;
}


@media (prefers-contrast: high) {
    .cp-poll-panel {
        border: 2px solid #000;
    }

    .cp-poll-input {
        border: 2px solid #000;
    }

    .cp-duration-btn {
        border: 2px solid #000;
    }

    .cp-duration-btn.active {
        background: #000;
        color: #fff;
    }
}


@media (prefers-reduced-motion: reduce) {
    .cp-poll-panel,
    .cp-poll-option,
    .cp-poll-input,
    .cp-duration-btn,
    .cp-toggle-slider,
    .cp-poll-option-remove {
        animation: none;
        transition: none;
    }
}


.cp-poll-preview-panel {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cp-poll-preview-content {
    padding: 20px;
}

.cp-poll-preview-post {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.cp-post-text {
    margin-bottom: 15px;
}

.cp-poll-preview-note {
    font-size: 12px;
    color: #6c757d;
    font-style: italic;
}

.cp-poll-preview-poll {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 15px;
}

.cp-poll-question-preview {
    font-weight: 600;
    margin-bottom: 15px;
    color: #495057;
}

.cp-poll-options-preview {
    margin-bottom: 16px;
    margin-top: 24px;
}

.cp-poll-option-preview {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f3f4;
}

.cp-poll-option-preview:last-child {
    border-bottom: none;
}

.cp-poll-option-preview input[type="checkbox"],
.cp-poll-option-preview input[type="radio"] {
    margin-right: 10px;
}

.cp-poll-settings-preview {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 10px;
}

.cp-poll-duration-preview {
    font-size: 12px;
    color: #6c757d;
}

.cp-poll-preview-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}


.cp-poll-display {
    background: #E7F3F6;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 24px;
    margin: 16px 0;
}

h4.cp-poll-question {
    font-size: 14px;
    line-height: 19px;
    color: #969696;
}

.cp-poll-title {
    font-weight: 600;
    line-height: 22px;
    color: #333333;
}

.cp-poll-option-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.cp-poll-option-input {
    margin-right: 10px;
}

.cp-poll-option-text {
    flex: 1;
    font-weight: 400;
}

.cp-poll-toolbar svg path,
.cp-poll-toolbar span {
    fill: #969696;
    color: #969696;
}

.cp-poll-result {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f1f3f4;
}

.cp-poll-progress-bar {
    width: 100%;
    height: 8px;
    background: #969696;
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
}

.cp-poll-progress-fill {
    height: 100%;
    background: #41b8d5;
    transition: width 0.3s ease;
}

.cp-poll-stats {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #969696;
}

.cp-poll-percentage {
    font-weight: 600;
    float: inline-end;
    margin-bottom: 8px;
}

.cp-progress__wrapper {
    display: flex;
    gap: 4px;
}

.cp-poll-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-top: 10px;
}

.cp-poll-settings {
    gap: 16px;
}

.cp-poll-setting {
    font-size: 12px;
    color: #6c757d;
}

.cp-poll-setting i {
    margin-right: 5px;
}

.cp-poll-meta {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #6c757d;
}

.cp-poll-actions {
    text-align: right;
}

.cp-poll-vote-btn,
.cp-poll-results-btn {
    padding: 8px 16px;
    font-size: 14px;
}

button.cp-poll-results-btn {
    line-height: 22px;
    text-decoration-line: underline;
    color: #333333;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: none;
    font-size: 16px;
}

.cp-poll-results-btn:hover {
    color: #41B8D5;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}


.poll-result-option {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.poll-result-option h5 {
    margin: 0 0 10px 0;
    color: #495057;
}

.poll-voters {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.poll-voter {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: white;
    border-radius: 4px;
}

.poll-voter-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.poll-voter-name {
    font-weight: 500;
    flex: 1;
}

.poll-voter-time {
    font-size: 12px;
    color: #6c757d;
}


.cp-poll-simple {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
}

.cp-poll-simple h4 {
    margin: 0 0 10px 0;
    color: #495057;
    font-size: 16px;
}

.cp-poll-simple p {
    margin: 0 0 10px 0;
    color: #6c757d;
}

.cp-poll-options {
    display: grid;
    gap: 16px;
}

.cp-poll-options label {
    margin: 5px 0;
    cursor: pointer;
}

.cp-poll-options input[type="radio"] {
    margin-right: 8px;
}

.cp-poll-vote-btn {
    margin-top: 10px;
    padding: 8px 16px;
    font-size: 14px;
}


.cp-poll-results-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-poll-results-content {
    background: white;
    border-radius: 12px;
    padding: 0;
    max-width: 648px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    margin: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


.cp-poll-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 16px 24px;
}

.cp-poll-modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.cp-poll-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.cp-poll-modal-close:hover {
    background-color: #F5F5F5;
    color: #333;
}


.cp-poll-total-votes-modal {
    text-align: center;
    padding: 8px 24px 16px 24px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid #D9D9D9;
}


.cp-poll-modal-separator {
    height: 1px;
    background-color: #E5E5E5;
    margin: 0 24px;
}


.cp-poll-modal-question {
    padding: 40px 24px 4px;
}

.cp-poll-modal-question h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.cp-poll-modal-question p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}


.cp-poll-modal-option {
    padding: 16px 24px;
    border-bottom: 1px solid #D9D9D9;
}

.cp-poll-modal-option:last-child {
    border-bottom: none;
}

.cp-poll-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.cp-poll-option-name {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.cp-poll-option-votes {
    color: #333333;
}


.cp-poll-modal-voters {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cp-poll-modal-voter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cp-poll-voter-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E5E5E5;
}

.cp-poll-voter-info {
    flex: 1;
}

.cp-poll-voter-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 22px;
}

.cp-poll-voter-description {
    font-weight: 400;
    line-height: 22px;
    color: #969696;
}

.cp-poll-results-content h3 {
    width: 100%;
    text-align: center;
    margin-left: 32px;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.cp-poll-expired {
    background: #f8d7da;
    color: #721c24;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.cp-poll-error {
    color: #dc3545;
    font-style: italic;
    padding: 10px;
}


.cp-auto-hide-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.cp-auto-hide-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #495057;
}


.cp-switch {
    position: relative;
    width: 44px;
    height: 24px;
    background: #e5e7eb;
    border-radius: 12px;
    margin-right: 12px;
    transition: background .2s ease;
}
.cp-switch:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: transform .2s ease;
}
#cp-auto-hide-toggle:checked + .cp-switch { background:#41B8D5; }
#cp-auto-hide-toggle:checked + .cp-switch:before { transform: translateX(20px); }

.cp-auto-hide-label input[type="checkbox"] {
    margin-right: 8px;
    display: none;
}

.cp-auto-hide-text {
    margin-right: 8px;
    text-decoration: none;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.cp-auto-hide-icon {
    font-size: 16px;
    display: inline-flex;
    margin-right: 8px;
}

.cp-auto-hide-settings {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 100%;
}

.cp-auto-hide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    background: white;
    border-radius: 8px 8px 0 0;
    padding-bottom: 20px;
}

.cp-auto-hide-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    flex: 1;
}

.cp-auto-hide-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-auto-hide-close-btn:hover {
    background: #f3f4f6;
    color: #374151;
}

.cp-auto-hide-content {
    padding: 20px 4px;
}

.cp-auto-hide-enable {
    margin-bottom: 16px;
    padding: 6px 24px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.cp-auto-hide-enable-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cp-auto-hide-enable-text {
    color: #969696;
    font-size: 16px;
}

.cp-auto-hide-enable-label {
    display: block;
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
    margin-bottom: 8px;
}

.cp-auto-hide-enable-desc {
    display: block;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

.cp-auto-hide-enable input[type="checkbox"] {
    display: none;
}

.cp-auto-hide-toggle-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.cp-auto-hide-toggle-slider {
    width: 56px;
    height: 34px;
    background: #fff;
    border-radius: 14px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #D9D9D9;
}

.cp-auto-hide-toggle-slider:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #D9D9D9;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cp-auto-hide-toggle-label input[type="checkbox"]:checked + .cp-auto-hide-toggle-slider {
    background: #41B8D5;
    border-color: #41B8D5;
    border-radius: 999px;
}

.cp-auto-hide-toggle-label input[type="checkbox"]:checked + .cp-auto-hide-toggle-slider:before {
    transform: translateX(22px);
    background: #fff;
}

.cp-auto-hide-description {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    margin-left: 24px;
}

.cp-auto-hide-duration {
    margin-bottom: 20px;
}

.cp-auto-hide-duration label {
    display: block;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333;
}

.cp-auto-hide-duration-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 15px;
}

button.cp-duration-btn {
    color: #495057;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
    padding: 10px 24px;
    background: #41B8D5;
    border-radius: 8px;
}

.cp-duration-btn:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.cp-duration-btn.active {
    background: #41B8D5;
    border-color: #41B8D5;
    color: #fff;
}

.cp-auto-hide-custom {
    margin-top: 15px;
}

.cp-auto-hide-custom label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

.cp-auto-hide-custom input {
    width: 100px;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.cp-auto-hide-warning {
    margin-top: 40px;
    text-align: center;
}

.cp-auto-hide-warning p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #969696;
}

.cp-auto-hide-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 24px 4px 24px;
}

.cp-auto-hide-actions .btn {
    padding: 8px 16px;
    font-size: 14px;
}


.cp-auto-hide-display {
    margin-top: 24px;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    padding: 10px 16px;
    background: #F0F0F0;
    border-radius: 8px;
    width: 100%;
}

.cp-auto-hide-display .cp-auto-hide-icon {
    margin-right: 6px;
}


.activity-item.auto-hide-fading {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.activity-item.auto-hide-fading * {
    pointer-events: none;
}


#cp-preview-modal .cp-modal-dialog {
    max-width: 800px;
    margin: 20px auto;
}

.cp-preview-post {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 20px;
    margin: 0;
}


.cp-preview-post.activity-item {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.cp-preview-post .activity-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cp-preview-post .activity-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 12px;
    flex-shrink: 0;
    overflow: hidden;
}

.cp-preview-post .activity-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.cp-preview-post .activity-user-info {
    flex: 1;
}

.cp-preview-post .activity-username {
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    font-size: 14px;
}

.cp-preview-post .activity-action {
    color: #666;
    font-size: 14px;
    margin-bottom: 2px;
}

.cp-preview-post .activity-time {
    color: #999;
    font-size: 12px;
}

.cp-preview-post .activity-destination {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.cp-preview-post .activity-audience {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.cp-preview-post .activity-schedule {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.cp-preview-post .activity-content {
    margin-bottom: 15px;
}

.cp-preview-post .activity-content p {
    margin: 0;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
}

.cp-preview-post .activity-photos {
    margin-bottom: 15px;
}

.cp-preview-post .activity-photos > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cp-preview-post .activity-photos > div > div {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cp-preview-post .activity-photos img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
}

.cp-preview-post .activity-attachments {
    margin-bottom: 15px;
}

.cp-preview-post .activity-attachments > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cp-preview-post .activity-attachments > div > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}


.cp-preview-post .cp-poll-display {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    width: 100%;
    background: #E7F3F6;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    margin-bottom: 15px;
}

.cp-preview-section {
    margin-bottom: 20px;
}

.cp-preview-section h5 {
    margin: 0 0 10px 0;
    color: #495057;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 5px;
}

.cp-preview-content {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.cp-preview-content p {
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.5;
    color: #212529;
}

.cp-preview-poll {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.cp-preview-poll h6 {
    margin: 0 0 10px 0;
    color: #495057;
    font-weight: 600;
}

.cp-preview-poll-options {
    margin-bottom: 10px;
}

.cp-preview-poll-options input[type="radio"],
.cp-preview-poll-options input[type="checkbox"] {
    margin-right: 8px;
    pointer-events: none;
}

.cp-preview-info {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
}

.cp-preview-info div {
    margin-bottom: 8px;
    color: #495057;
}

.cp-preview-info strong {
    color: #212529;
    font-weight: 600;
}

.cp-preview-info small {
    color: #6c757d;
    font-size: 12px;
}

.drafts-btn__wrapper {
    margin: 14px auto;
    position: absolute;
    right: 0;
}

.cp-drafts-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #333333;
}

#formFeedReview #cp-inline-poll-item > .cp-poll-display {
    margin: 0 0 -8px;
}

.cp-poll-display {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    width: 100%;
    background: #E7F3F6;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
}

.cp-poll-option-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.cp-poll-option-label input[type="checkbox"],
.cp-poll-option-label input[type="radio"] {
    width: 24px;
    height: 24px;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: block;
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.cp-poll-option-label input[type="checkbox"]:checked,
.cp-poll-option-label input[type="radio"]:checked {
    background-color: #41B8D5;
    border-color: #41B8D5;
}

.cp-poll-option-label input[type="checkbox"]:checked::before,
.cp-poll-option-label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9006 0.197337L6.63426 9.46306C6.57195 9.52561 6.49792 9.57523 6.41639 9.6091C6.33486 9.64296 6.24745 9.66039 6.15917 9.66039C6.07089 9.66039 5.98347 9.64296 5.90195 9.6091C5.82042 9.57523 5.74638 9.52561 5.68408 9.46306L2.10064 5.87626C2.03834 5.81371 1.9643 5.76409 1.88277 5.73022C1.80124 5.69636 1.71383 5.67893 1.62555 5.67893C1.53727 5.67893 1.44986 5.69636 1.36833 5.73022C1.2868 5.76409 1.21276 5.81371 1.15046 5.87626C1.08791 5.93856 1.03829 6.0126 1.00442 6.09413C0.970557 6.17566 0.953125 6.26307 0.953125 6.35135C0.953125 6.43963 0.970557 6.52704 1.00442 6.60857C1.03829 6.6901 1.08791 6.76414 1.15046 6.82644L4.73525 10.4106C5.1134 10.788 5.62587 11 6.16017 11C6.69447 11 7.20694 10.788 7.5851 10.4106L16.8508 1.14684C16.9133 1.08455 16.9628 1.01056 16.9966 0.929091C17.0304 0.847625 17.0478 0.760291 17.0478 0.67209C17.0478 0.583889 17.0304 0.496555 16.9966 0.415089C16.9628 0.333623 16.9133 0.259634 16.8508 0.197337C16.7885 0.13504 16.7145 0.085418 16.633 0.051551C16.5515 0.017685 16.4641 0.000252 16.3758 0.000252C16.2875 0.000252 16.2001 0.017685 16.1186 0.051551C16.0371 0.085418 15.963 0.13504 15.9006 0.197337Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cp-poll-option-label input[type="checkbox"]:focus,
.cp-poll-option-label input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}

.cp-poll-option-text {
    font-size: 16px;
    color: #333;
}

.cp-poll-vote-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #41B8D5;
    font-size: inherit;
}

.cp-poll-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #969696;
}

.cp-poll-separator {
    color: #969696;
}

#cp-drafts-modal {
    padding: 16px;
}

#cp-drafts-modal .cp-modal-header {
    padding: 24px 24px 20px 24px;
}

#cp-drafts-modal .cp-modal-header h4 {
    width: 100%;
    margin-left: 13px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    text-align: center;
}


#cp-drafts-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#cp-drafts-modal .cp-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#cp-drafts-modal .cp-modal-dialog {
    position: relative;
    margin: 50px auto;
    max-width: 600px;
    background: white;
    border-radius: 24px;
}

#cp-drafts-modal .cp-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

#cp-drafts-modal .cp-modal-header h4 {
    margin: 0;
}

#cp-drafts-modal .cp-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

#cp-drafts-modal .cp-modal-footer .cp-modal-close {
    padding: 13px 72px;
    background: #F0F0F0;
    border-radius: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

#cp-drafts-modal .cp-modal-footer .cp-modal-close:hover{
    background: #41B8D5;
    color: #FFFFFF;
}

#cp-drafts-modal .cp-modal-body {
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
}

#cp-drafts-modal .cp-modal-footer {
    padding: 20px;
    text-align: right;
}

#cp-drafts-modal .cp-drafts-container {
    margin: 0;
    padding: 0;
}

#cp-drafts-modal .cp-draft-item {
    margin: 0;
    padding: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}

#cp-drafts-modal .cp-draft-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#cp-drafts-modal .cp-draft-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#cp-drafts-modal .cp-draft-item:not(:last-child) {
    border-bottom: none;
}

#cp-drafts-modal .cp-draft-main {
    display: flex;
    align-items: center;
}

#cp-drafts-modal .cp-draft-thumb {
    min-width: 64px;
    width: 64px;
    height: 64px;
    background: #f5f5f5;
    margin-right: 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    background-size: cover;
    background-position: center;
}

.cp-draft-item .cp-draft-meta {
    width: 100%;
}

#cp-drafts-modal .cp-draft-date {
    margin-bottom: 8px;
    line-height: 150%;
    font-style: normal;
    color: #333333;
    text-align: left;
}

#cp-drafts-modal .cp-draft-date .cp-draft-date-label {
    font-weight: 600;
}

#cp-drafts-modal .cp-draft-preview {
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-bottom: 16px;
    font-style: normal;
    text-align: left;
}

/* Drafts: keep preview/date on one line and prevent overflow */
#cp-drafts-modal .cp-draft-main .cp-draft-meta {
    width: auto;            /* override width:100% to avoid flex overflow */
    flex: 1 1 0%;           /* allow to shrink next to the thumb */
    min-width: 0;           /* required for ellipsis inside flex item */
}

#cp-drafts-modal .cp-draft-preview,
#cp-drafts-modal .cp-draft-date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#cp-drafts-modal .cp-draft-actions {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
}

#cp-drafts-modal .cp-draft-edit,
#cp-drafts-modal .cp-draft-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    flex: 1;
    background: none;
    border: none;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

#cp-drafts-modal .cp-draft-edit:hover {
    display: flex;
    padding: 6px 12px;
    background: #F0F0F0;
    border-radius: 24px;
}

#cp-drafts-modal .cp-draft-delete:hover {
    display: flex;
    padding: 6px 12px;
    background: #F0F0F0;
    border-radius: 24px;
    color: #EB5757;
}

#cp-drafts-modal .cp-draft-delete:hover svg path {
    fill: #EB5757;
}


#cp-drafts-modal .cp-scheduled-edit,
#cp-drafts-modal .cp-scheduled-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    flex: 1;
    background: none;
    border: none;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

#cp-drafts-modal .cp-scheduled-edit:hover {
    display: flex;
    padding: 6px 12px;
    background: #F0F0F0;
    border-radius: 24px;
}

#cp-drafts-modal .cp-scheduled-delete:hover {
    display: flex;
    padding: 6px 12px;
    background: #F0F0F0;
    border-radius: 24px;
    color: #EB5757;
}

#cp-drafts-modal .cp-scheduled-delete:hover svg path {
    fill: #EB5757;
}


#cp-scheduled-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#cp-scheduled-modal .cp-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#cp-scheduled-modal .cp-modal-dialog {
    position: relative;
    margin: 50px auto;
    max-width: 600px;
    background: white;
    border-radius: 24px;
}

#cp-scheduled-modal .cp-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

#cp-scheduled-modal .cp-modal-header h4 {
    margin: 0;
}

#cp-scheduled-modal .cp-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

#cp-scheduled-modal .cp-modal-footer .cp-modal-close {
    padding: 13px 72px;
    background: #F0F0F0;
    border-radius: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

#cp-scheduled-modal .cp-modal-footer .cp-modal-close:hover{
    background: #41B8D5;
    color: #FFFFFF;
}

#cp-scheduled-modal .cp-modal-body {
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
}

#cp-scheduled-modal .cp-modal-footer {
    padding: 20px;
    text-align: right;
}

#cp-scheduled-modal .cp-scheduled-container {
    margin: 0;
    padding: 0;
}

#cp-scheduled-modal .cp-scheduled-item {
    margin: 0;
    padding: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}

#cp-scheduled-modal .cp-scheduled-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#cp-scheduled-modal .cp-scheduled-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#cp-scheduled-modal .cp-scheduled-item:not(:last-child) {
    border-bottom: none;
}

#cp-scheduled-modal .cp-scheduled-main {
    display: flex;
    align-items: center;
}

#cp-scheduled-modal .cp-scheduled-thumb {
    min-width: 64px;
    width: 64px;
    height: 64px;
    background: #f5f5f5;
    margin-right: 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    background-size: cover;
    background-position: center;
}

.cp-scheduled-item .cp-scheduled-meta {
    width: 100%;
}

#cp-scheduled-modal .cp-scheduled-time {
    margin-bottom: 8px;
    line-height: 150%;
    font-style: normal;
    color: #333333;
}

#cp-scheduled-modal .cp-scheduled-time .cp-scheduled-time-label {
    font-weight: 600;
}

#cp-scheduled-modal .cp-scheduled-preview {
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-bottom: 16px;
    font-style: normal;
    text-align: left;
}

#cp-scheduled-modal .cp-scheduled-actions {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
}

#cp-scheduled-modal .cp-scheduled-edit,
#cp-scheduled-modal .cp-scheduled-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 12px;
    background: transparent;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

#cp-scheduled-modal .cp-scheduled-edit:hover {
    display: flex;
    padding: 6px 12px;
    background: #F0F0F0;
    border-radius: 24px;
}

#cp-scheduled-modal .cp-scheduled-delete:hover {
    display: flex;
    padding: 6px 12px;
    background: #F0F0F0;
    border-radius: 24px;
    color: #EB5757;
}

#cp-scheduled-modal .cp-scheduled-delete:hover svg path {
    fill: #EB5757;
}


.cp-schedule-settings {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 100%;
}

.cp-schedule-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 8px 8px 0 0;
    padding: 20px 24px 16px;
}

.cp-schedule-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    flex: 1;
}

.cp-schedule-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.2s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-schedule-close-btn:hover {
    background: #f3f4f6;
    color: #374151;
}

.cp-schedule-content {
    padding: 24px;
}

.cp-schedule-field-group {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.cp-schedule-field {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.cp-schedule-field:first-child {
    margin-bottom: 24px;
}

.cp-schedule-field label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.cp-schedule-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    background: white;
    transition: all 0.2s;
    box-sizing: border-box;
}

.cp-schedule-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.cp-schedule-input::placeholder {
    color: #9ca3af;
}

.cp-schedule-input[readonly] {
    border: 1px solid #e5e7eb;
    color: #6b7280;
    cursor: default;
}

.cp-schedule-input[readonly]:focus {
    outline: none;
    border-color: #e5e7eb;
    box-shadow: none;
}

.cp-schedule-info-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}

.cp-schedule-view-all {
    margin-top: 24px;
}

.cp-schedule-view-all-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #333333;
    display: inline-flex;
    align-items: center;
}

.cp-schedule-view-all-link svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cp-schedule-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    padding: 16px 24px 24px 24px;
}

.cp-schedule-actions .btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s;
}

.cp-modal-dialog .cp-modal-footer {
    display: flex;
    justify-content: end;
}

.cp-poll-preview-actions .cp-poll-btn-secondary,
.cp-poll-preview-actions .cp-poll-btn-danger,
.cp-actions-right .btn-secondary,
.cp-poll-actions .cp-poll-btn-secondary,
.cp-auto-hide-actions .btn-secondary,
.cp-schedule-actions .btn-secondary,
.cp-modal .btn-secondary {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 66px;
    gap: 8px;
    background: #F0F0F0;
    border-radius: 32px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.cp-poll-preview-actions .cp-poll-btn-secondary:hover,
.cp-poll-preview-actions .cp-poll-btn-danger:hover,
.cp-actions-right .btn-secondary:hover,
.cp-poll-actions .cp-poll-btn-secondary:hover,
.cp-auto-hide-actions .btn-secondary:hover,
.cp-schedule-actions .btn-secondary:hover,
.cp-modal .btn-secondary:hover {
    background: #41B8D5;
    color: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.cp-actions-right .cart-item-btn-subscribed,
.cp-auto-hide-actions .btn-primary,
.cp-poll-actions .cp-poll-btn-primary,
.cp-schedule-actions .btn-primary,
.cp-modal .btn-primary {
    background: #41B8D5;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 63px;
    border: 1px solid #41B8D5;
    border-radius: 32px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.post-status-page-content .post-status-page-content-wrap #status_box .stt-action .cp-actions-list .stt-action-item {
    width: auto;
    height: auto;
}

.stt-action.premium-wrapper {
    display: flex;
    align-items: center;
}

.stt-action.premium-wrapper .wall-post-action {
    padding: 0;
    justify-content: end;
}

.stt-action .cp-premium-required {
    gap: 7px;
    display: flex;
}

.stt-action .cp-premium-required svg {
    margin: auto;
}

.stt-action .cp-premium-required a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.stt-action.premium-wrapper .post-stt-btn {
    flex: auto;
}

.stt-action.premium-wrapper .nice-select:after {
    right: 0px !important;
}

@media (max-width: 767px) {
    .stt-action.premium-wrapper {
        display: block;
    }

    .stt-action .cp-premium-required {
        margin-bottom: 24px;
    }

    .cp-more-actions-inner {
        overflow-x: auto;
    }

    .cp-auto-hide-text {
        white-space: nowrap;
    }

    .cp-poll-preview-actions .cp-poll-btn-secondary,
    .cp-poll-preview-actions .cp-poll-btn-danger,
    .cp-actions-right .btn-secondary,
    .cp-poll-actions .cp-poll-btn-secondary,
    .cp-auto-hide-actions .btn-secondary,
    .cp-schedule-actions .btn-secondary,
    .cp-modal .btn-secondary {
        padding: 13px 38px;
        font-size: 16px;
    }

    .cp-actions-right .cart-item-btn-subscribed,
    .cp-auto-hide-actions .btn-primary,
    .cp-poll-actions .cp-poll-btn-primary,
    .cp-schedule-actions .btn-primary,
    .cp-modal .btn-primary {
        padding: 13px 38px;
        font-size: 16px;
        white-space: nowrap;
    }

    .cp-row.drafts-btn__wrapper {
        margin: 0;
    }
}

#status_box .stt-action:not(.premium-wrapper) #commentButton_0 {
    display: none!important;
}

.profile_user #status_box {
    padding: 8px 24px 16px 24px;
}

.feed_breadcrumb .feed_breadcrumb_title {
    color: #333333;
}

#ScheduledpostFeed.stt-action-item .stt-action-btn .stt-action-icon {
    font-size: 19px;
    width: 20px;
    height: 28px;
}

#cp-composer-extras > .cp-row:first-child {
    gap: 16px;
    margin-bottom: 24px;
}

#cp-poll-inline-remove {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #EB5757;
}

@media(max-width: 991px)
{
    #cp-composer-extras .cp-actions-row {
        display: block;
    }

    #cp-composer-extras .cp-actions-row .cp-actions-right {
        margin-top: 19px;
        justify-content: center;
        max-width: 100%;
    }

    #cp-composer-extras .cp-actions-row .cp-actions-right > button,
    #cp-composer-extras .cp-actions-row .cp-actions-right > a {
        width: 45%;
    }
}

.stt-action-item .stt-action-btn .stt-action-icon {
    color: #333333;
}

.cp-success-notification {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #4CAF50;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    transition: top 0.3s ease-in-out;
    max-width: 90%;
    text-align: center;
}

.cp-success-notification.cp-notification-show {
    top: 20px;
}

@media (max-width: 768px) {
    .cp-success-notification {
        font-size: 14px;
        padding: 14px 20px;
        max-width: 85%;
    }
}