<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.preopen-ipo {
    padding: 35px 0;
}
.ipo-widget-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.ipo-widget-head h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1d2939;
    margin-bottom: 0
}

.ipo-widget-head a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1570ef;
    padding-right: 24px
}

.ipo-widget-head a:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 8px;
    border: solid #1570ef;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 3px;
    transform: rotate(224deg)
}

.ipo-widget-band {
    background: linear-gradient(90deg, #fff -25%, #fff1f3 50%, #fff 115%);
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #060b14;
    text-align: left;
    vertical-align: middle
}

.ipo-widget-content {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 30px
}

.ipo-widget-content ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    margin: 0;
    padding: 0;
}

.ipo-widget-content ul:last-child {
    border-bottom: 0
}

.ipo-widget-content ul li:last-child {
    text-align: right;
    padding-right: 10px;
    min-width: 90px; /* Set minimum width */
    flex: 0 1 auto;   /* Allow to grow/shrink within limits */
}

.ipo-widget-content ul li {
    list-style: none !important;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #475467;
    padding: 15px 5px;
    text-align: center;
    position: relative
}

.ipo-widget-content ul.head li {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #475467
}

.ipo-widget-content ul li:first-child {
    text-align: left;
    flex: 0 0 40%;
    padding-left: 10px
}

.ipo-widget-content ul li a {
    color: #475467
}



.ipo-widget-content ul li .apply {
    border: 1px solid #e31b54;
    padding: 5px 10px;
    color: #e31b54;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 4px;
    min-width: 80px;
}

.ipo-widget-content ul li .apply:hover {
    background: #e31b54;
    color: #fff
}

.ipo-widget-content ul li .closing-soon {
    color: #e31b54;
    animation: blink 1.5s ease-in-out infinite none
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

.ipo-widget-content ul li .timer-span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    animation: none
}


@media only screen and (max-width:767px) {
    .ipo-widget-content {
        overflow-x: auto
    }

    .initial-box {
        width: 25px;
        height: 25px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .ipo-widget-band {
        font-size: 14px
    }
}</pre></body></html>