<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-control[disabled]{
	background-color: #efefef !important;
}
/* 	#hr
{
	margin:0px;
} */
@media (max-width:600px)
{
	#mrked
	{
		width: 100%;
		margin-top: 10px;
	}
}
/* #imagePreview */
/* { */
	/* height:25px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale); */
/* } */
.red2{color: red;font-size: 11px; font-weight: 100;} .hlp-span{color: red;font-size: 10px; font-weight: 100;} .w1 {    width: 55px; height: 55px; border: 1px solid #dadada; margin-bottom: 10px;} .close-img{color:#fff;vertical-align:top;text-shadow:#7b7b7b 0 0 1px;line-height:12px;padding:4px;cursor:pointer;display:inline-block;font-weight:600;background:#f0ad4e}.close-img:hover{text-decoration:none;color:#fff}
/* Stylish Checkbox by Damson */
.containerchk {display: block; position: relative; padding-left: 30px; letter-spacing: 0.5px; cursor: pointer; font-size: 12px; text-shadow: none; color: #00401f; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.containerchk input { position: absolute; opacity: 0; cursor: pointer;}
.checkmark { position: absolute; top: 3px; left: 0; height: 18px; width: 18px; border-radius: 3px; background-color: #b5b4b4;}
.containerchk input:checked ~ .checkmark { background-color: #00ad55;}
.checkmark:after { content: ""; position: absolute; display: none;}
.containerchk input:checked ~ .checkmark:after { display: block;}
.containerchk .checkmark:after { left: 6px; top: 3px; width: 6px; height: 9px; border: solid white; border-width: 0 3px 3px 0;    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
@font-face 
{
	font-family: myfont;
	src: url(../../../font/OldeEnglish.ttf);
}
.frmclghead{
	display:flex!important;
	margin-bottom: 7px;
}
.clgnameclss{
	font-family: myfont;
    font-size: 55px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (min-width: 1200px){
	.container {
		width: 1230px!important;
	}
}
* 
{
  scrollbar-width: thin;
  scrollbar-color: #072e54 white;
}

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
	background-color: #df282d;
    border-radius: 20px;
    border: 4px solid white;
}</pre></body></html>