<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Document   : override
    Created on : &lt;date&gt;
    Author     : &lt;author&gt;
    Description:
      This is where any of your application specific styles should be included
*/
@font-face{font-family:NotoSans;src:url('fonts/Noto Sans Tamil.ttf')}
:root {
  --font-regular: 'NotoSans';
  --font-medium: 'NotoSans';
  --font-bold: 'NotoSans';
  --font-light: 'NotoSans';
  --font-extra-light: 'NotoSans';
  --font-semi-bold: 'NotoSans';
  --f-h6: 0.85rem;
  --f-h5: 0.94rem;
  --f-h4: 1.09rem;
  --f-h3: 1.13rem;
  --f-h2: 1.4rem;
  --f-h1: 1.8rem;
  --body-font-size: 0.9rem;
  --font-paragraph: 1rem;
  --p-basic-detail: 0.98rem;
  --right-widget: 0.94rem;
  --basic-font-label: 0.9rem;
  --font-label-xs: 0.75rem;
  --font-label-sm: 0.9rem;
  --font-label-md: 1rem;
  --font-label-description: 0.9rem;
  --info-help-font: 0.8rem;
  --top-menu-font-lg: 1rem;
  --top-menu-font-sm: 0.9rem;
  --home-banner-title-lg: 2rem;
  --home-banner-title-md: 1.2rem;
  --font-button-lg: 1.2rem;
  --font-dropdown-option: 0.9rem;
  --font-horoscope-filter-option: 0.8rem;
  --font-error-msg: 0.8rem;
  --oj-typography-body-sm-line-height: 2;
  --oj-typography-body-xs-line-height: 1.5;
  --oj-text-field-font-size: 1rem;
}
body.ta #register-form .oj-text-field-label-inside:not(.oj-read-only) .oj-select-chosen{
  --oj-text-field-inside-edge-padding-top: 4rem;
}
body.ta{
  font-family: 'NotoSans';
}
body.ta .f-berkshireswash-regular {
  font-family: 'NotoSans';
}
html, body {
  font-family: 'NotoSans';
}
body.ta .oj-inputtext-input, body.ta .oj-inputpassword-input, body.ta .oj-textarea-input, body.ta .oj-inputtext-nocomp, body.ta .oj-inputpassword-nocomp, body.ta .oj-textarea-nocomp{
  font-family: 'NotoSans';
}
body.ta .description{
  font-family: 'NotoSans';
}
body.ta .login-button{
  --font-button-lg: 0.9rem;
}
body.ta #basic-register-form oj-button{
  --oj-button-font-size: 1rem;
}
body.ta #basic-search oj-label{
  font-size: var(--f-h6);
}
body.ta #globalBody oj-form-layout .oj-text-field-label-inside oj-label, body.ta #globalBody oj-form-layout .oj-text-field-container .oj-select-chosen{
  font-size: 0.85rem;
}
body.ta .match-label{
  font-size: var(--f-h5);
}
/*body.ta #register-form .oj-flex-item:has(&gt; #caste) { 
  max-width: calc(29.68% - 19.2px) !important;
  width: calc(29.68% - 19.2px) !important;
}*/
body.ta #sort_by .oj-label{
  font-size: var(--font-label-sm);
}
body.ta .label {
  font-size: var(--font-label-sm);
}
body.ta .description {
  font-size: var(--font-label-description);
  font-family: 'montserratmedium';
}
body.ta .easy-steps-summary{
  max-width: 100%;
  width: auto;
  padding: 0 2px;
}
body.ta #basic-search-form .oj-label-group {
  font-size: 87%;
}</pre></body></html>