<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @font-face {
  font-family: 'TheSans';
  font-style: normal;
  font-weight: 700;
  src: url('css/fonts/TheSans-Bold.eot');
  src: url('css/fonts/TheSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('css/fonts/TheSans-Bold.woff2') format('x-woff2'),
       url('css/fonts/TheSans-Bold.woff') format('woff'),
       url('css/fonts/TheSans-Bold.ttf') format('truetype');
} */

body {
font-family: system-ui;
background: #e5f0fa url(img/background.png) no-repeat top left fixed;
    padding: 72px 0 0 0;
	background-size: cover;
	position:relative;
}
.rtl{
	direction:rtl!important;
}
.ltr{
	direction:ltr!important;
}
.navbar{
    background: #f7f7f7;
    /* color: white; */
    box-shadow: inset 0px -2px 44px -23px #305598, 0px -17px 35px 30px #000000a6;
	    text-shadow: 1px 1px white;
}
.navbar-toggler{
	background: #FFF;
}


.navbar-brand{
	white-space: nowrap;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 239px;
    width: calc(100% - 94px);
	max-width: 358px;
}


.bmn__wrapper{
	background-color: #0a3461e6!important;
    text-shadow: 2px 3px 1px #000;
    box-shadow: inset 10px -20px 52px 2px #061a2fd9;
}


.bmn__brand{
	font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	
	background: #a4d9ffb8;
}
.intro{
	display:none;
}



.indexInputNameDiv {
    margin-bottom: 66px;
}


#indexInputName {
    min-width: 267px;
    width: 74%;
    padding: 19px;
    text-align: center;
    place-content: start;
    line-height: 46px;
    font-size: 40px;
    color: #000;
    box-shadow: 0 9px 29px 3px #00000087;
    background: #ffffffcf;
    /* outline: 8px #000; */
    border: 1.3px solid #708086f7;
    border-radius: 33px;	
}
#indexInputName:focus {
    background: #FFF;
    outline: none;
}
#indexInputName::-webkit-input-placeholder { /* Edge */
    color: #37844b;
      font-size: 26px;
}
#indexInputName:focus::-webkit-input-placeholder  {
    color: #00000000;
}



#indexInputName:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #37844b;
      font-size: 26px;
}

#indexInputName::placeholder {
    color: #37844b;
      font-size: 26px;
}



.header1 {
    width: 100%;
    background: #202631e6;
    color: #99b2d2d9;
    text-shadow: 1px 2px black;
    line-height: 40px;
    padding: 6px 15px 18px 15px;
    font-size: 17px;
    border-radius: 10px 10px 0 0;
    margin: 0 0 -5px 0;
    box-shadow: inset -6px 8px 19px -15px #ffffff7a, -6px 7px 19px 5px #0000007a;
}
.header1&gt;*{
	text-shadow: none;
}
.header1 #dropdownMenuButton {
    border: 1px inset #4c4c4c;
}





.genGridsBodyShdow {
	    position: relative;
		overflow:hidden;
		border-bottom: 1.3px solid #b2d4cc2e;
}
.genGridsBodyShdow::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: white;
    width: 100%;
    height: 0;
    box-shadow: 0 0px 57px 40px #000000e6;
    z-index: 3;
}

.genGridsBodyShdow::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    background: white;
    width: 100%;
    height: 0px;
    box-shadow: 0 0px 57px 40px #000000e6;
    z-index: 3;
}

.genGridsBody {
    max-height: 691px;
    overflow: hidden;
    overflow-y: auto;
    padding: 52px 7px 100px 7px;
	position:relative;
	background: #0a1621c2;
}

.genGrid{
	
    position: relative;
    min-height:269px;
    border: 5px solid #00000070;
    border-radius: 7px;
    overflow: hidden;
	cursor:pointer;
	 margin: 0 0 10px 0;
	     background: #2b2f33;
}

.genGrid:hover,.genGrid.active{
	border: 5px  solid #0059b3;
}


.genTopGridloading{
position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    padding: 100px 0 0 0;
}


.genGrid img{
	width:100%;
	min-height:230px;
	opacity:.9;
    border: 1px solid #000;
    border-radius: 5px;	
}
.genGrid:hover img,.genGrid.active img{
	opacity:1;
}
.genGrid.active{
	background: #000;
}
.genGrid.active img{
	opacity:.5;
}
.genGridName {
    position: absolute;
    bottom: 0;
    background: #303131c2;
    width: 100%;
    left: 0px;
    color: #fff;
    padding: 5px 1px 9px 1px;
    text-shadow: 1px 2px 1px #000000;
    white-space: break-spaces;
    box-shadow: inset 0px 3px 7px -3px black;
    line-height: 15px;
    font-size: 13px;
}
.moreGridGenBtn{
	position: relative;
	z-index:4;
	
}













.genLastBody{
	position:relative;
	overflow:hidden;
	background:#29323e87;
	    border-bottom: 1px solid #9bffe85c;
}

.genLastBody::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #000000bf;
    z-index: 5;
}
.genLastBody::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #000000bf;
    z-index: 5;
}
.genLasts{
	height:187px;
    white-space: nowrap;
	overflow:hidden;
	overflow-x:auto;
	padding: 20px 100px 0 100px;
	position: relative;
	direction: rtl;	
}



.genTopNameBody {
    position: relative;
    overflow: hidden;
    background: #29323e87;
    border-bottom: 1px solid #9bffe85c;
}
.genTopName{
	height:187px;
    white-space: nowrap;
	overflow:hidden;
	overflow-x:auto;
	padding: 20px 15px 20px 15px;
	position: relative;
	direction: rtl;	
}

.genLast{
width: 146px;
    height: 146px;
    position: relative;
    display: inline-block;
    border: 0px solid #d2d2d2;
    border-radius: 7px;
    overflow: hidden;
	cursor:pointer;
	    
}
.genLast:hover,.genLast.active{
	border: 0px solid #0059b3;
}

.genLast img{
	width:146px;
	height:146px;
	opacity:.9;
    border: 1px solid #ababab;
    border-radius: 5px;	
}
.genLast:hover img,.genLast.active img{
	opacity:1;
}
.genLast.active{
	background: #000;
}
.gen.active img{
	opacity:.5;
}
.genLastName{
	display:none;
    position: absolute;
    bottom: 0;
    background: #358dca;
    width: 100%;
    left: 0px;
    color: #fff;
    padding: 2px 1px 2px 1px;
    text-shadow: 1px 2px 1px #1f4763;
white-space: break-spaces;
    box-shadow: inset 0px 3px 7px -3px black;
}





.homeAccordion{
	
}
.homeAccordion .card{
	margin-top:9px;
	background-color: #192527ed;
}

.homeAccordion .card-header{
cursor: pointer;
    text-align: right;
    line-height: 74px;
    background-color: #b6c4ce;
    color: #2f2f2f;
    text-shadow: -1px 1px 0px #d2f0ff;
	min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;	
}
.homeAccordion .card-header img{
	    height: 76px;
    
    border-radius: 17px;
}
.homeAccordion .card-header h1{
    width: 81%;
    width: calc(100% - 151px);
    
}
.homeAccordion .card.active &gt; .card-header{
	background-color: #363b45;
    color: #70a6c7;
    text-shadow: 1px 1px black;
    border: 1px solid #2a354a;
    margin: -1px;
	justify-content: center;
}

.homeAccordion .card.active &gt; .card-header h1 .fit{
	font-size: 21px!important;
    text-align: center!important;
    display: block!important;
}
.homeAccordion .card.active &gt; .card-header img{
	display: none!important;

}
.homeAccordion .card-header:hover,.homeAccordion .card-header:focus{
  background-color: #eff8ff;

}

.homeAccordion .card-body{
	position:relative;
    box-shadow: inset 0px 23px 37px -33px #0000007d;
}
.homeAccordion .card-body .genCatsBody{
	position:relative;
	overflow:hidden;
}
.homeAccordion .card-body .genCatsBody::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: #192727;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 20px #192727;
    z-index: 4;
}
.homeAccordion .card-body .genCatsBody::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: #192727;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 20px #192727;
    z-index: 4;
}


.genCats{
	height:196px;
    white-space: nowrap;
	overflow:hidden;
	overflow-x:auto;
	padding: 0 50px 0 50px;
	position: relative;
	direction: rtl;
	background: #192727;
    border-radius: 5px;	
}

.genCat{
width: 158px;
    height: 158px;
    position: relative;
    display: inline-block;
    border-radius: 27% 27% 0 0;
    overflow: hidden;
    cursor: pointer;
    margin: 16px 4px 0 4px;
	
}
.genCat:hover{
	background:#000;
}
.genCat:active ,.genCat:focus {
		background:#000;
}
.genCat:active img,.genCat:focus img{
	    opacity: .2;
}

.genCat::after {
    content: '';
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0px 20px 34px 2px #000000d9, inset -1px -18px 4px -16px #000000d9;
    border-radius: 27% 27% 0 0;
}


.genCat img{
	width:158px;
	height:158px;
	opacity:.9;
}
.genCat:hover img{
	opacity:1;
}
.genCatName {
	position: absolute;
    top: 33%;
    background: #00264085;
    width: 100%;
    min-height: 68px;
    left: 0px;
    color: #fff;
    padding: 2px 8px 2px 7px;
    text-shadow: 1px 1px 0.2px #000000;
    white-space: break-spaces;
    box-shadow: inset 0px 3px 7px -3px black;
	display: flex;
    align-items: center;
    justify-content: space-evenly;	
	font-weight: bold;
	font-size: 16px;
}


.texts{
max-width: 600px;
    margin: auto;
    display: inline-block;
    width: 94%;
    max-width: 600px;
}
.texts_inputs {
width: 94%;
    width: calc(100% - 107px);
    max-width: 530;
    float: right;
    margin: 7px 0 10px 0;
}

.genInput {
    margin: 0 0 18px 0;
}

.downloadButton {

    height: 100%;
    width: 106px;
	    display: inline-block;
position: relative;
float: left;
min-height: 90px;
}

element.style {
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.downloadImg {
    background: #cacaca00;
    border: none;
    outline: none;
    height: 48px;
    width: 93px;
    font-size: 33px;
    margin: 0px 0px 0 0;
    border-radius: 10px;
    position: absolute;
    top: -3px;
    left: 0;
    color: #199411;
    text-shadow: -1px 1px 1px #ffffff9c;
}

.downloadImg:hover ,.downloadImg:focus {
  background: #cacacaa6;
  box-shadow: -3px 3px 9px -5px black, inset -3px 3px 5px -4px white;
}








.gen_name{
	margin: 11px;
	padding: 0 0 0 26px;
    display: inline-block;
}


.genTypesBody{
	position:relative;
	overflow:hidden;
    border-radius: 5px;
    width: calc(100% - 14px);
    margin: auto;	
}

.genTypesBody::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #454545;
    z-index: 10;
}
.genTypesBody::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #454545;
    z-index: 10;
}
.genTypes{
	height: 141px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 5px 50px 0 50px;
    position: relative;
    direction: rtl;
    background: #444444 url(img/bg_pattern.png);
}


.gen{
width: 131px;
    height: 131px;
    position: relative;
    display: inline-block;
    border: 3px solid #d2d2d2;
    border-radius: 7px;
    overflow: hidden;
	cursor:pointer;
	    
}
.gen:hover,.gen.active{
	border: 3px solid #0059b3;
}

.gen img{
	width:124px;
	height:124px;
	opacity:.9;
    border: 1px solid #ababab;
    border-radius: 5px;	
}
.gen:hover img,.gen.active img{
	opacity:1;
}
.gen.active{
	background: #000;
}
.gen.active img{
	opacity:.5;
}
.genName{
	display:none;
    position: absolute;
    bottom: 0;
    background: #358dca;
    width: 100%;
    left: 0px;
    color: #fff;
    padding: 2px 1px 2px 1px;
    text-shadow: 1px 2px 1px #1f4763;
white-space: break-spaces;
    box-shadow: inset 0px 3px 7px -3px black;
}

.genloading{
	position: absolute;
    top: 0;
    right: 0;
width: 100%;
    height: 100%;
    background: #000000ab;
}

.genSelected{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #46c3fb;
    padding: 15px;
    font-size: 70px;
    line-height: 88px;
    text-shadow: -1px 6px 7px #000000c7;
}



.moreCats{
	position:relative;
	overflow:hidden;
    padding: 4px;
}
.moreCats a{
padding:4px;
}




.refreshPage{
	position:absolute;
	bottom:0;
	right:0;
	background:#FFF;
	padding:4px 8px 4px  4px;
	color:#000;
	
	border: 0;
    outline: none;	
}
.refreshPage .fas{
	transform: rotateY(183deg);
}
.windowClose{
    position: FIXED;
    top: 67px;
    padding: 20px;
    font-size: 35px;
    color: #646c71;
    text-shadow: 0.5px 1px 0.4px #ffffffba;
    cursor: pointer;
}
.windowClose:hover{
	color: #000000;
	
}
.windowClose i{
	display: block;
    padding: 11px 16px;
    border-radius: 28px;
    background: #cacacaf2;
}
.windowClose:hover i{
	background: #FFF;
	
}

.genWindow{
	width:100vw;
	height:100vh;
	height:calc(100vh - 55px);
	background:#FFF url('img/bg_pattern.png');
	position:fixed;
	top:54px;
	left:0%;
	z-index:5;
	overflow: auto;
	padding: 0 0 84px 0;
	border-radius: 14px;
}
.result{
	margin:0 0 10px
}
.result #img{
	max-width: 50vw;
    max-height: 50vh;
	background: #00000021  url(img/loading.svg) 48% 63% no-repeat;
    box-shadow: -2px 3px 8px -3px black, 1px -1px 0px 0px #ffffffba;
	border-radius: 3px;
	background-size: 420px 421px;
	min-height: 28vh;
}

.genInputContainar{

    margin: -1px 0 -7px 0;
    box-shadow: inset 0px 54px 73px -93px black;
}
.nameInput input{
	    text-align: center;
    width: 98%;
	max-width:600px;
    padding: 10px;
        margin: 0 0 2px 0;
	    outline: none;
    width: 94%;

}



.arrowContainar {
    width: 54px;
    height: 56px;
    position: absolute;
    top: -1px;
	left: -42px;
    z-index: 9;
	margin-top: 25%;
}

 .arrows {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 80px;
	 height: 80px;
	 transform: translate(-50%, -50%);
}

 .arrows:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
	 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
	 transform: translate(26.6666666667px, 106.6666666667px)        rotate(-90deg);
	 animation: arrows 3s linear infinite;
}
.arrows:after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
	 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
	 transform: translate(53.3333333333px, 0px) rotate(-90deg);
	 animation: arrows 3s linear infinite -1.5s;
}



 @keyframes arrows {
	 0%{
		 border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
		 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
		 transform: translate(-53.3333333333px, 0)     rotate(-135deg);
	}
	 10%, 90% {
		 border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
		 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
	}
	 50% {
		 border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
		 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
		 transform: translate(0, 0px) rotate(-135deg);
	}
	 100% {
		 border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
		 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
		 transform: translate(53px, 0) rotate(-135deg);
	}
}
 
 
 
 
 
 
 .indexarrow{
	width: 100%;
    display: block;
    text-align: center;
    height: 62px;
	position: relative;
}

 
 
.arrowsBottomContainar {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 5;
}
 
 .arrowsBottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 84px;
    transform: translate(-84px, -84px);
}

 .arrowsBottom:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 border-left: 30px solid rgba(0, 0, 0, 0.7);
	 border-bottom: 30px solid rgba(0, 0, 0, 0.7);
	 animation: arrowsBottom 3s linear infinite;
}
.arrowsBottom:after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 border-left: 30px solid rgba(0, 0, 0, 0.7);
	 border-bottom: 30px solid rgba(0, 0, 0, 0.7);
	 animation: arrowsBottom 3s linear infinite -1.5s;
}









 @keyframes arrowsBottom {
	 0%{
		 border-left: 30px solid rgba(0, 0, 0, 0);
		 border-bottom: 30px solid rgba(0, 0, 0, 0);
		 transform: translate(0px,-53px)     rotate(-45deg);
	}
	 10%, 90% {
		 border-left: 30px solid rgba(0, 0, 0, 0);
		 border-bottom: 30px solid rgba(0, 0, 0, 0);
	}
	 50% {
		 border-left: 30px solid rgba(0, 0, 0, 0.7);
		 border-bottom: 30px solid rgba(0, 0, 0, 0.7);
		 transform: translate(0, 0px) rotate(-45deg);
	}
	 100% {
		 border-left: 30px solid rgba(0, 0, 0, 0);
		 border-bottom: 30px solid rgba(0, 0, 0, 0);
		 transform: translate(0px, 53px) rotate(-45deg);
	}
}
 
 
 
 
 
 
 
.nameBoss {
    padding: 20px;
    background: #b2cde4;
    margin: 3px 0 26px 0;
    text-shadow: 0 1px white;
    font-size: 23px;
    padding: 30% 12px;
    transition: all .1s;
    cursor: pointer;
    box-shadow: 7px 9px 16px -1px #000000a3, inset 1px 1px 0px 0px #ffffff69;
    outline: 1px outset #a9a9a9;
    border-radius: 4px;
    position: relative;
    overflow: hidden;

}  
.nameBoss:hover {
    background: #ffffff!important;
    color: #000000eb!important;
    text-shadow: 0 1px white!important;
    box-shadow: 7px 9px 16px -1px #000000a3,inset 0 0 43px -2px #71a3ff, inset 0 0 0px 5px #71a3ff!important;
}
 
.nameBoss1 {
	background: #6b8076;
    color: #ced7d2;
    text-shadow: 0 -1px black;
}
.nameBoss2 {
    background: #6b6c80;
    color: #bebfc9;
    text-shadow: 0 -1px black;
}
.nameBoss3 {
    background: #bfcdce;
    color: #27838a;
    text-shadow: 0 1px white;
}



.nameBoss4 {
    background: #d4c6c6;
    color: #924444;
    text-shadow: 0 1px white;
}
 
.nameBoss5 {
    background: #323448;
    color: #999fe0;
    text-shadow: 0 -1px black;
}
 
.nameBoss6 {
background: #bddfe6;
    color: #17879e;
    text-shadow: 0 1px white;
}
 
.nameBoss7 {
background: #5f1e1e;
    color: #eaa5a5;
    text-shadow: 0 -1px black;
}
 
.nameBoss8 {
    background: #d0ffc5;
    color: #408430;
    text-shadow: 0 1px white;
}
 
.nameBoss9 {
    background: #32093a;
    color: #cfaed6;
    text-shadow: 0 -1px black;
}
 
.nameBoss10 {
background: #eae9bf;
    color: #77763f;
    text-shadow: 0 1px white;
}
 
 


.nameGenContent{
	margin: 0 0 24px;
}

.nameGen{
	cursor:pointer;
    
}
.nameGen img{
	width:100%;	
	min-height:450px;
    box-shadow: -2px 3px 8px -3px black, 1px -1px 0px 0px #ffffffba;
    border-radius: 3px;
    margin: 0 0 6px;
	background: #00000021  url(img/loading.svg) 50% 22% no-repeat;
	border: 6px solid #0000000d;
	background-size:cover;
}

.nameGenContent:hover img,.nameGenContent:active img,.nameGenContent:focus img{
	    border: 6px solid #000;
}


.hashtag{
	
}
.hashtag a:link,.hashtag a:visited{
	margin:10px;
	    font-size: 12px;
		 color:#444444;
}
.hashtag a:hover,.hashtag a:active{
	    color:#007bff;
}


.NameTop {
	color: #FFF;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 162px;
    display: inline-block;	
}

.NameTopDiv {
    width: auto;
    display: inline-block;
    float: right;
    padding: 7px 15px;
    margin: 4px 4px;
    background: #262829;
    border-radius: 4px;
    border: 1px outset #42464a;
}
.NameTopDiv.active {
	background:#004f4f;
	
}
.NameTopDiv:hover {
	background:#153939;
	
}
.NameTopDiv a:link {
	text-decoration:none;
	
}
.alerts-border::-webkit-input-placeholder { /* Edge */
  color: red;
}

.alerts-border:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.alerts-border::placeholder {
  color: red;
}


.alerts-border {
    border: 4px #ff3568 solid;
    animation: blink 1s;
    animation-iteration-count: infinite;
}
.alerts-border-green {
    border: 4px #2db300 solid;
    animation: blink 1s;
    animation-iteration-count: infinite;
}
@keyframes blink { 50% { border-color:#304000 ; }  }






.i2tags{
	display:none;
}








*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(225, 225, 225, 0.26);

border: 0px none #ffffff;
  border-radius: 20px;
}
*:hover&gt;::-webkit-scrollbar-thumb {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb:active {
  background: #000000;
}
*::-webkit-scrollbar-track {
  background: rgba(102, 102, 102, 0);
  border: 0px none #ffffff;
 border-right: 1px solid #f7f5f514;
 box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.08);

}
*:hover&gt;::-webkit-scrollbar-track {
    background: rgba(41, 41, 41, 0.2411764705882353);

    
}
*::-webkit-scrollbar-track:active {
  background: #333333;
}
*::-webkit-scrollbar-corner {
  background: transparent;
}
		


 .homeAccordion *::-webkit-scrollbar-thumb{ background-color: #999999; }  
 .homeAccordion:hover *::-webkit-scrollbar-thumb {
  background: #358dca;
}


 .genTypesBody *::-webkit-scrollbar-thumb{ background-color: #999999; }  
 .genTypesBody:hover *::-webkit-scrollbar-thumb {
  background: #358dca;
}



.error{
	border: 1px solid red!important;
}



.footer {
    background-color: #000000b8;
    border-top: 1px solid #ffffff52;
    padding: 17px;
    color: #9cafbf;
    box-shadow: 0px 76px 145px 55px #557196ad;
}

.footer a:link,.footer a:visited{
color: #7cc4de;
text-decoration:none;
}
.footer a:active,.footer a:hover{
	color: #ffffff;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
	
		padding-right: 1px;
		padding-left: 1px;	
	
	}
	
	
	.homeAccordion .card-header img{
		display:none;
	}
	.homeAccordion .card-header h1 {
		width: 95%;
    
	}
	.windowClose{
		    padding: 0px 6px;
	}
	
	.NameTopDiv{
	    padding: 4px 6px;
		margin: 1px 0px;	
	}







	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 7px;
		padding-left: 7px;
	}

	.card-body{
			padding: 2px;
	}

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	
}
</pre></body></html>