.add-detials,
.add-detials * {
    box-sizing: border-box;
}
.add-detials {
    background: #fdfdfd;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.term-main-box {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 16px 0px;
    display: flex;
    align-self: stretch;
}
.term-main-box .header-holder {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}
.terms-and-conditions {
    color: #4f5466;
    text-align: left;
    font-family: "Anybody-SemiBold", sans-serif;
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.terms-container {
    flex-shrink: 0;
    height: 683px;
    position: relative;
    overflow-y: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.listing-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.term-points {
    color: var(--extradark, #1f1f1f);
    text-align: left;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.listing-content {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
