<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lang_ml {
    font-family: "Anek Malayalam", serif !important;
}

.header_padding {
    margin-top: 62px;
    padding-top: 20px;
}

.headerlanding-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
    position: relative;
}

.round_btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
}

.legend-vertical ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.legend-dots {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.card-body ul {
    padding-left: 10px;
}

.card-body ul.pagination li {
    list-style-type: none;
}

.card-body ul li {
    list-style-type: disc;
}

.bg_gradient {
    background: linear-gradient(90deg, #84C441 0%, #3DC3DA 100%);
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: none;
    background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 7px;
}

.point {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    border: 0;
    outline: none;
}

.table {
    white-space: nowrap;
}</pre></body></html>