.discount-amount-flex-item {
    position: relative;
}

.discount-amount-flex-item>.tooltip {
    position: absolute;
    right: 120px;
    top: 22px;
}

.step1-submit-page .dds-dropdown button {
    width: 540px;
}

.theme-light .body>.step-label {
    color: #666E75;
    font-weight: 600;
    font-size: 14px;
}

.member-details-dds3 {
    position: absolute;
    right: 0;
    width: 30vw;
    max-width: 368px;
    padding: 30px 20px;
    background-color: #f5f5f6;
    border-radius: 4px;
    color: #14181c;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.member-details-dds3 .member-details-text {
    font-weight: 600;
    width: 15vw;
    max-width: 156px;
    text-align: right;
}

.member-details-dds3>h6 {
    color: #14181c;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.member-details-dds3>.member-details-text-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
}

.partner-assessment-form .submit-details-page-mission .dds-input .amount-paid-input {
    width: 564px;
}

.partner-assessment-form {
    position: relative;
}

.discount-amount-container {
    display: flex;
}

.discount-amount-container>.tooltip {
    margin-left: 5px;
}

.label>.withSignal>span:before {
    content: '*';
    display: block;
    position: absolute;
    left: -10px;
    top: -2px;
    color: red;
}

.label>.withSignal {
    position: relative;
}

.report-image-box-snap {
    position: relative;
}

.report-info-snap {
    position: absolute;
    bottom: 4%;
    font-weight: 900;
    left: 4%;
    font-size: 1.2em;
    color: black;
}

@media screen and (min-width:1200px) and (max-width:1450px) {
    .member-details-dds3 {
        right: -138px;
        z-index: 100;
    }
}

@media screen and (min-width:768px)and (max-width:1200px) {
    .member-details-dds3 {
        right: -120px;
        z-index: 100;

    }

    .member-details-dds3 {
        width: 22vw;
        z-index: 100;

    }
    .member-details-dds3 {
        padding: 10px 10px;
    }

    .member-details-dds3>h6 {
        margin-bottom: 4px;
    }

    .member-details-dds3>.member-details-text-container {
        margin-top: 4px;
    }
}

@media screen and (max-width:768px) {
    .member-details-dds3 {
        right: -20px;
        z-index: 100;
    }

    .member-details-dds3 {
        width: 35vw;
    }
}

@media screen and (max-width:480px) {
    .member-details-dds3 {
        right: 0;
        z-index: 100;
    }

    .member-details-dds3 {
        width: 35vw;
    }
}