<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 5, 2024, 12:02:20 PM
    Author     : 2478
*/

html {
    font-family: arial !important;
}

table tr td 

.screen{
    font-size: 16px;
}

.next_back {
    text-align: center;
}

.next {
    background-color: #255379;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 13px;
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 800;
}

.next:hover {
    background-color: #fff;
    color: #255379;
}

.back {
    background-color: #255379;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 13px;
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 800;
}

.back:hover {
    background-color: #fff;
    color: #255379;
}

.table-heading {
    text-align: center;
    font-family: arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.add_del_row {
    background-color: #e5d8d8;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 10px;
    text-align: center;
    margin-right: 10px;
    font-size: 11px;
}

.table thead tr th{
    font-size: 17px !important;
    font-family: arial;
}

.table tbody tr td{
    font-size: 15px !important;
    font-family: arial;
}

ol li{
    font-size: 15px !important;
    font-family: arial;
}

p{
    font-size: 15px !important;
    font-family: arial;
}

.pop-outer{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pop-inner{
    background-color: #fff;
    width: 800px;
    height: 530px;
    padding: 20px;
    margin: 5% auto;
}</pre></body></html>