.dialogClose {
    position: absolute !important;
    top: min(-2.5vw, -25px);
    right: 0;
    padding-right: 10px;
    text-align: right;
    z-index: 2 !important;
    width: 100%;
}

.dialogClose img {
    width: min(10vw, 50px);
}

.dialogBase {
    border-radius: 3vw !important;
    border: min(2vw, 5px) solid #D7464D !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

.dialogMain {
    background-color: white;
}

.dialogHtpTitle {
    font-weight: 800;
    font-size: min(5vw, 24px) !important;
    padding-top: min(4vw, 48px);
    /* margin-bottom: min(4vw, 24px); */
    /* background-image: url(/static/images/htp_bar.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 40%; */
    /* height: 30px; */
}

.dialogHtpText {
    padding: 2px 2px 10px 2px !important;
    /* font-weight: normal;
    font-size: min(5vw, 18px) !important;
    padding-top: min(8vw, 48px);
    padding-bottom: min(12vw, 48px);
    margin-bottom: min(6vw, 32px); */
}