.action-menu-live-title, .action-menu-analytics-title, .action-menu-status-title
{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    margin-bottom: 16px;
}

.action-menu-analytics-title{
    margin-top: 48px;
}

.action-menu-live-title{
    margin-left: 0;
}


.action-menu-status-title-title{
    margin-top: 60px;
}

.action-menu-history-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
    white-space: nowrap;
}

.action-menu-history-title {
    flex: 1; /* Allows each child to expand and fill the available space */
    margin-right: 5px;
}
.action-menu-history-date {
    flex: 1;
    text-align: end;
    margin-right: 30px;
}

.action-menu-history{
}

/* Additional styling for spacing and alignment */
.action-menu-history-content {
    /*margin-left: 15px;*/
    margin-top: 24px;
    flex-direction: column;
    max-width: 315px;
    min-width: 265px;
    overflow-y: auto;
    flex-wrap: nowrap;
    max-height: 150px;
}

/* Style the scrollbar for webkit-based browsers */
.action-menu-history-content::-webkit-scrollbar {
    width: 10px;
    color: #D95D39;
}

/* Track (the area on which the thumb drags) */
.action-menu-history-content::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 15px;
}

/* Handle (the thumb) */
.action-menu-history-content::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #0f1429;
}

/* Handle on hover */
.action-menu-history-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(15, 20, 41, 0.50);
}

.action-menu-author-analytics-wrapper{
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
}

.material-symbols-outlined{
    color: #C8CBD4;
    height: 24px;
    width: 24px;
}

.material-symbols-outlined-share{
    height: 24px;
    width: 24px;
    color: white !important;
}

.action-menu-author-analytics{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #4F5674 !important;
    padding-right: 14px;
}

.button-edit-save-changes-wrapper {
    border-top: 1px solid lightgray;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.button-edit-save-changes, .button-go-to-page, .action-menu-saved-message {
    display: flex;
    margin: 0 auto;
    width: fit-content;
}

.action-menu-saved-message{
    color: #399833;
    margin-bottom: 15px;
}

.modal-body-create-edit{
    padding-left: 10% !important;
    text-align: left;
}

.created-tags-wrapper {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.created-tags {
    display: inline-block;
    /* margin: 20px 10px 20px 0; */
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    cursor: default;
    background-color: rgba(255, 74, 0, 0.75);
    text-transform: capitalize;
    pointer-events: none;
    white-space: nowrap;
}

.created-tags:nth-of-type(3) {
    pointer-events: auto;
    cursor: pointer;
}


.onboarding-col-right{
    min-width: 400px;
    max-width: 400px;
}

.textAreaInput-body {
    position: relative;
    margin-top: 12px;
}

.textAreaInput-body-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textAreaInput-input {
    padding-top: 20px;
    padding-bottom: 20px;
}

.textAreaInput-textarea {
    padding-top: 10px;
    padding-bottom: 35px;
}

.textAreaInput-display {
    position: absolute;
    top: 10px;
    right: 4px;
    font-size: 12px;
    margin-bottom: 0;
}

.textAreaInput-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.textAreaInput-priceBox {
    flex: 1 1 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    font-size: 24px;
    font-weight: bold;
}

.textAreaInput-dollarSign {
    margin-right: 5px;
}

.textAreaInput-infoBox {
    flex: 1 1 50%;
    padding: 10px;
    border-radius: 10px;
    background-color: #f7eac7;
}

.textAreaInput-error{
    margin-bottom: -24px;
}

.share-wrapper{
    margin-top: 48px !important;
}

.create-header__badge {
    display: inline-flex;
    background: #dcbdaf;
    color: #C63F0C;
    border: 1px solid #C63F0C;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 3px 12px;
    margin-bottom: 36px;
}