    ::selection { background-color: #E13300; color: white; }
	::-moz-selection { background-color: #E13300; color: white; }

	body {
		/* background-color: #6a1f21; */
		margin: 40px;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #5e77c4;
		background: rgb(85 110 231 / 50%) !important;
	}

	body:after {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		-moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		-webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		-ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		transition: opacity 1.5s ease-in-out, visibility 1.5s;
		content: '';
		background-image: url(../../assets/images/shija.jpg);
		background-attachment: fixed;
		background-position: center;
		/* background-repeat: no-repeat;
		background-size: cover !important; */
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		visibility: visible;
		opacity: 0.3;
		
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		background-color: #556ee7;
		color: #fff;
		text-align: center;
		border-bottom: 1px solid #D0D0D0;
		margin: 0;
		padding: 14px 15px 10px 15px;
		font-size: 21px;
    	font-weight: 700;
		border-radius: 9px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}

	#body {
		/* margin: 0 15px 0 15px; */
		background: #ecf051;
		padding: 20px;
	}

	p.footer {
		text-align: center;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 10px;
		margin: 20px 0 0 0;
	}

	#container {
		margin: 10px;
		/* border: 1px solid #D0D0D0; */
		/* box-shadow: -1px 1px 3px 0px #d0d0d0; */
    	width: 600px;
    	border-radius: 3px;
		margin: auto;
		background-color: transparent;
		margin-top: 7%;
	}
	#container-pv {
		margin: 10px;
		/* border: 1px solid #D0D0D0; */
		/* box-shadow: -1px 1px 3px 0px #d0d0d0; */
    	width: 600px;
    	border-radius: 3px;
		margin: auto;
		background-color: transparent;
		margin-top: 7%;
	}
	.txt-cnter{
		text-align: center;
	}
	.spplrs {
		color: black;
		line-height: 23px;
		font-weight: 700;
	}
	.col-form-label {
		font-size: 16px;
	}

	#gi_dashboard{
		margin: 0 15px 15px 15px;
		display: grid;
    	grid: auto auto / auto auto auto auto;
    	grid-gap: 10px;
	}

	#gi_dashboard .lnks{
		width: 278px;
		padding: 5px;
		background: #5d9de0;
		border-radius: 3px;
		position: relative;
	}

	#gi_dashboard .lnks span{
		font-size: 14px;
		font-weight: 600;
		padding:10px;
		position: relative;
		top: -10px;
		color: #fff;
	}

	#gi_dashboard .lnks a:hover{
		text-decoration: none;
	}

	.selctddwn option{
		width:300px;
	}