<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.signup-password-msg{
    font-size: 12px;
    font-weight: normal;
    color: #76797c;
}
.iti__selected-dial-code{
    padding-left: 4px;
}


.listingInfoBox {
    display: flex;
    /*max-width: 1990px;*/
    /*width: 100%;*/
    /*-webkit-box-pack: end;*/
    /*margin-left: auto;*/
    margin-left: 0;
    margin-right: 0;
}

.listingInfoBox .greyArea {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 20px;
}

.listingInfoBox .greyArea h4 {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

.listingInfoBox .greyArea p{
    font-size: 12px;
}

.listingInfoBox .greyArea ul li{
    font-size: 12px;
}

.listingInfoBox .blueArea {
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #152b59;
}

.listingInfoBox .blueArea .row {
    margin-left: 0;
    margin-right: 0;
}

.listingInfoBox .blueArea h4 {
    color: white;
    font-size: 14px;
}

.listingInfoBox .blueArea .blueAreaItem {
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
}

.listingInfoBox .blueArea .button {
    border-radius: 10px;
    color: white;
    border: 1px solid white;
    font-size: 12px;
    height: unset;
    width: unset;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 7px;
}

#collapseBox.collapse:not(.show) {
    display: block;
    height: 24em;
    overflow: hidden;
}

#collapseBox.collapsing {
    height: 24rem;
}

#collapseDiv a.collapsed:after  {
    content: ' âˆ¨';
    font-size: 12px;
    margin-left: 10px;
    margin-top: -2px;
}

#collapseDiv a:not(.collapsed):after {
    content: ' âˆ§';
    font-size: 12px;
    margin-left: 10px;
    margin-top: -2px;
}

.textWrap {
    width: 100%;
    text-wrap: wrap;
}


.green-tick {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    transition: border-color 0.3s;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background-color: white;
}

.green-tick:checked {
    border-color: #4CAF50;
    background-color: #4CAF50;
}

.green-tick:checked::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
</pre></body></html>