#sidebar-menu ul li a {
    color: white;
	font-size:1.04em;
}


element.style {
}
.card-body {
    background-color: #fefefe;
	font-size:1.22em;
	color:black;
}

.page-link {
    border-radius: 5% !important;
}
label {
    font-weight: 300;
	font-family:verdana;
	font-size:0.86em;
}
.table {
    width: 100%;
    margin-bottom: 0.75rem;
    color: #000000;
	font-size:0.95em;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #efefef;
	size:1em;
    text-align: left;
    background-color: #fff;
}

.logo2 {
	width: 104px !important;
	margin-top:14px;
}

#blink {
            font-size: 20px;
            font-weight: bold;
            color: #2d38be;
            transition: 0.5s;
        }
		
 .blink {
            animation: blinker 1.5s linear infinite;
            color: red;
            font-family: sans-serif;
        }
        @keyframes blinker {
            50% {
                opacity: 0;
            }
        }		
		
		
.clr-red {
	color:red;
}	

.navbar-brand-box {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #495057;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 600;
}