#manage-ticket-container .manage-ticket-tab-content {
    height: calc(100vh - 190px) !important;
    height: calc(100dvh - 190px) !important;
    overflow-y: auto;
}

#manage-ticket-container #ticket-description-content {
    width: 100%;
    margin-right: 10px;
}

#manage-ticket-container #ticket-title-desc-wrapper,
#manage-ticket-container #ticket-details-wrapper {
    border-radius: 6px;
    background: #FFF;
    /* Shadow/Card */
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.05), 0px 0px 1px 0px rgba(2, 3, 3, 0.25);
    padding: 24px;
}

#manage-ticket-container #ticket-title-desc-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#manage-ticket-container .field-container {
    display: flex;
    flex-direction: column;
}

#manage-ticket-container .manageTicket-labels {
    font-size: 14px;
    font-weight: 400;
    color: var(--sds-grey-900);
    line-height: 20px;
    margin-bottom: 6px;
}

#manage-ticket-container .manageTicket-value,
#manage-ticket-container .owner-name-label .owner-name {
    color: var(--Grey-900, #020303);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#manage-ticket-container .create-ticket-wrapper-dropdown-list .dx-list-item-selected {
    background: var(--Primary-100, #E5F1F2) !important;
    box-shadow: 3px 0px 0px 0px #009F9B inset;
    color: var(--sds-primary-500) !important;
}

#manage-ticket-container .create-ticket-wrapper-dropdown-list .dx-list-item-active {
    background-color: transparent;
}

#manage-ticket-container .create-ticket-wrapper-dropdown-list>.dx-overlay-content .dx-popup-content {
    padding: 12px 0 !important;
}

#manage-ticket-container #issueType .custom-item,
#manage-ticket-container #priority .custom-item,
#manage-ticket-container #assignee .custom-item {
    height: 100%;
    display: flex;
    align-items: center;
}

#manage-ticket-container .dx-texteditor.dx-editor-outlined {
    height: 32px;
    border-radius: 6px;
    border: 1px solid var(--sds-grey-500);
    border-radius: 6px !important;
    padding: 3px 8px !important;
}

#manage-ticket-container #issueType .product-name,
#manage-ticket-container #priority .product-name,
#manage-ticket-container #assignee .product-name,
#manage-ticket-container #owner .product-name,
#manage-ticket-container #status .status-type {
    border: none;
}

#manage-ticket-container .dropdownbox-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* margin: 0px 0px 25px 0px; */
}

.avatar.avatar-unassigned-placeholder {
    background-color: var(--sds-grey-400);
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: #ddd;
}

.ticket-unassigned {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('/Assets/Images/icons/avatar.svg');
    -webkit-mask-image: url('/Assets/Images/icons/avatar.svg');
    background-color: var(--sds-grey-600);
    background-color: #5A6161;
    width: 20px;
    height: 20px;
}


#manage-ticket-container #assignee .user-avatar>div {
    height: 24px;
    width: 24px;
    line-height: 24px;
}

#manage-ticket-container #owner .user-avatar>div {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

#manage-ticket-container .owner-name-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}


#manage-ticket-container .owner-name-label .owner-name {
    font-size: 14px;
}


#manage-ticket-container .ck-editor__main .ck-restricted-editing_mode_standard {
    height: auto;
    min-height: 200px !important;
    overflow-x: hidden;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: pre-wrap;
    /* ensures long text wraps */
    resize: none !important;
    /* Disable native resize */

}

#manage-ticket-container .ck-editor__editable {
    overflow-y: hidden !important;
    transition: height 0.4s ease-in-out;
    /* smoother easing */
    resize: none;
}

#manage-ticket-container .ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
    position: static !important;
}

#manage-ticket-container .ck.ck-sticky-panel__content,
#manage-ticket-container .ck.ck-toolbar {
    border-radius: 8px 8px 0px 0px;
}

#manage-ticket-container .ck-editor__main .ck-restricted-editing_mode_standard {
    border-radius: 0px 0px 8px 8px;
}

#manage-ticket-container .ck-editor__main .ck-restricted-editing_mode_standard.readonly-border,
#manage-ticket-container .ck-editor__main .ck-restricted-editing_mode_standard.ck-read-only {
    border-radius: 8px;
}

#manage-ticket-container .dx-dropdowneditor-field-template-wrapper {
    align-items: center;
}

#manage-ticket-container #status .status-type .status-pill-input {
    opacity: 0;
}

#manage-ticket-container #status .status-type .status-pill {
    width: auto;
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--ds-background-information, #E4D4FE);
    border-radius: 999px;
    font-weight: 500;
    color: var(--ds-text-information, #440468);
    font-size: 12px;
    line-height: 20px;
    border: none;
}


#manage-ticket-container #status .status-type .dx-texteditor-container {
    display: none;
}

#manage-ticket-container #status .status-type .dx-texteditor-container {
    display: none;
}

#manage-ticket-container #status .status-type .status-pill-input {
    opacity: 0;
}

#manage-ticket-container #status .status-type {
    padding: 0 !important;
    height: auto;
}

#manage-ticket-container .add-assignee-data-item {
    height: 26px;
    width: 26px;
    margin-bottom: 6px;
    padding: 0;
}

#manage-ticket-container .parent-badge {
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
    background-color: var(--sds-grey-300);
    cursor: pointer;
}

#manage-ticket-container .parent-badge:hover {
    text-decoration: underline;
}

#manage-ticket-container .key-value {
    margin-bottom: 24px;

}

.create-task-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}


.create-task-icon.task {
    background-image: url('../../Assets/Images/icons/ticket-type-task.svg');
    background-size: 15px 15px;
}

.create-task-icon.bug {
    background-image: url('../../Assets/Images/icons/ticket-type-bug.svg');
    background-size: 15px 15px;
}


.create-task-icon.high {
    background-image: url('../../Assets/Images/icons/ticket-priority-high.svg');
    background-size: 15px 15px;
}

.create-task-icon.medium {
    background-image: url('../../Assets/Images/icons/ticket-priority-medium.svg');
    background-size: 15px 15px;
}

.create-task-icon.low {
    background-image: url('../../Assets/Images/icons/ticket-priority-low.svg');
    background-size: 15px 15px;
}

.create-task-icon.highest {
    background-image: url('../../Assets/Images/icons/ticket-priority-highest.svg');
    background-size: 15px 15px;
}

.status-dropdown-list .dx-item-content .status-round {
    padding: 3px 8px;
    background-color: var(--ds-background-information, #E4D4FE);
    border-radius: 10px;
    color: var(--ds-text-information, #440468);
    font-weight: 500;
}

#manage-ticket-container .mandatory {
    color: #de350b;
}

#manage-ticket-container .dx-overlay-wrapper.dx-popup-wrapper.dx-dropdowneditor-overlay.dx-dropdownlist-popup-wrapper.dx-selectbox-popup-wrapper .dx-item-content.dx-list-item-content {
    color: var(--Grey-900, #020303);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.325rem var(--2xs, 0.5rem) !important;
}
/* 
#manage-ticket-container #ticket-description-content .ticket-content-left {
    flex: 1;
    overflow-y: auto;
} */

#manage-ticket-container #ticket-description-content .ticket-content-right-sticky {
    position: sticky;
    top: 0;
    height: fit-content;
}

@media  (max-width: 767px) {
    #manage-ticket-container #ticket-description-content{
        margin-right: 0px;
    }
}