html, body {
    background-color: #160e1f;
}

a {
    color:#ff00de;
}

a:hover {
    color:#cd10b4;
}

.header{
    display: block;
    background-color: #160e1f;
    height: 60px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.3);    
    font-size: 28px;
    font-weight: 400;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    padding-top: 10px;
    text-align: center; 
    position: relative;     
}

.header a.right {
    position: absolute;
    background-color: #2d1a3f;
    padding: 5px;
    border-radius: 25px;
    right:10px;
}

.header a.left {
    position: absolute;
    background-color: #2d1a3f;
    padding: 5px;
    border-radius: 25px;
    left:10px;
}
.header a.right img, .header a.left img {
    margin: 0px;
}

.headerContainer{
    display: inline-block;
    height: 40px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 16px;
    background-color: #2d1a3f;
    border-radius: 20px;
}

.headerContainer a{
    display: inline-block;
}


.header span{
    display: inline;
    line-height: 40px;
    float: left;
    margin-left:10px;
    color:#f1efe8;
    padding-top: 9px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header img {
    width: auto;
    max-height: 40px;
    display: inline; 
    float: left; 
    margin-top: 5px;  
}

.footer{
    display: block;
    background-color: #160e1f;
    padding:30px;
    min-height:300px;
    padding-top:100px;
    background-image: url('/assets/img/logo_circle_3_large.webp');
    background-position: right -120px bottom -100px;
    background-repeat: no-repeat;
}

.footer h4{
    color:#f1efe8;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 25px;
}

.footer a{
    display: block;
    padding: 5px 0px;
}

.footerColumn {
    margin-bottom: 40px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }


.notfound{
    display: block;
    width: 100%;
    color:#f1efe8;
    text-align: center;
    padding: 150px 0;
    background-color: #a51797;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.05) 35px, rgba(255,255,255,.05) 70px);
    font-family: 'Kalam', sans-serif;   
}

.errorPage{
    display: block;
    width: 100%;
    color:#f1efe8;
    text-align: center;
    padding: 150px 0;
    background-color: #a51797;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.05) 35px, rgba(255,255,255,.05) 70px);
    font-family: 'Kalam', sans-serif;  
    font-size: 30px;

}

.errorPage span {
    display: inline-block;
    max-width: 450px;
}

.errorPage a {
    display: inline-block;
}

.details {
    display: block;
    color:#f1efe8;
    text-align: center;
    font-size: 20px;
    background-color: #471c79;
    padding: 20px;
}

p{
    font-size:18px;
}
.container img {
    width: 100%;
}

h2{
    font-size:25px;  
    font-family: 'Yanone Kaffeesatz', sans-serif;  
    font-weight:300;
    margin-top: 20px;
}

h2 span {
    font-weight:100;
    font-size:16px;
    display: block;
    opacity: 0.8;
    font-family: sans-serif;
    color:#ff00de;
}

.hero{    
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.05) 35px, rgba(255,255,255,.05) 70px);
    padding-top:20px;
    padding-bottom: 10px;
    background-color:#a51897;    
    color:#f1efe8;    
    transition: width 2s, height 2s, background-color 2s, transform 2s;
    background: linear-gradient(135deg, #5D0C3080 50%, transparent 0),linear-gradient(-135deg, #5D0C3080 50%, transparent 0);
    background-size: 50em 50em;
    background-color: #ef1175c0;   
    backdrop-filter: blur(10px);
}

.hero h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}

.listContent p span {
    display: block;
    font-weight:150;
    font-size:13px;
    opacity: 0.7;
}
.listContent p{
    font-size:18px;
    font-weight:300;
    opacity: 0.9;
    margin-bottom: 1rem;
}

.listContent p a{
    background-color: #33012c;
    padding:8px 10px;
    border-radius: 5px;
    color:#f1efe8;
    margin-top:5px;
    display: inline-block;
}

.listContent p a:hover{
    background-color: #290625;
}



.hero .mainInfo{
    padding-left: 10px;    
}

.introduction{
    padding-top: 20px;
    background-color: #f1efe8;
}

.queen {
    display: inline-block;
    width: 200px;
    height: 225px;    
    text-decoration: none;
    text-align: center;    
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.queen:hover{
    font-weight: bold;
}

.queen .imageWrapper{
    display: flex;
    margin: 0px;
    height:150px;
    width: 150px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #aa249c;    
    display: inline-block;
    border-radius: 50%;
    border:7px solid #f1efe8;
    -webkit-box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5);     
}

.queen .imageWrapper:hover{
    border-color:#aa249c;
}

.queen .imageWrapper img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.queen .nameWrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.queen span {
    display: inline-block;
    background-color: #160e1f;
    padding: 10px;
    border-radius: 5px;
    color: #f1efe8;
    text-decoration: none;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 3%;
    margin-top: -12px;
}

img.crown{
    position: absolute;
    top:0px;
    left: 0px;
    width: 48px;   
}

img.star {
    position: absolute;
    bottom:-3px;
    left: 29px;
    width: 40px;  
    z-index:1000;
    filter: drop-shadow(5px 5px 5px #333333AA);
    opacity:0;
}

img.blocked {
    position: absolute;
    bottom:-3px;
    left: 31px;
    width: 36px;  
    z-index:1000;
    filter: drop-shadow(5px 5px 5px #333333AA);
    opacity:0;
}


img.heart{
    position: absolute;
    top:5px;
    left: 5px;
    width: 48px;   
}

.mediaGallery{
    background: rgb(50,1,43);
    background: linear-gradient(180deg, rgba(50,1,43,1) 0%, rgba(133,19,112,1) 100%);
    padding: 20px;
}

.mediaGallery h2{
    color: #f1efe8;
}

.media{
    display: flex;
    margin: 0px;
    height:250px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #aa249c;
    width: 30%;
    display: inline-block;
    border-radius: 10px;
    margin-right: 3px;
    -webkit-box-shadow: 4px 4px 16px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 16px -7px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 16px -7px rgba(0,0,0,0.75);
}

.media:hover{
    opacity: 0.9;
}

.media img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.highlight{
    background-color: #160e1f;
    color: #f1efe8;
    padding: 10px;
    border-radius:5px;
    margin-top:5px;
    display: inline-block;
}

.videoWrapper{
    display: flex;
    position: relative;    
    height: 250px; 
    width: 100%;  
    -webkit-box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    border:3px solid #160d1f;  
    transition: width 2s, height 2s, border-color 1s, transform 2s;
}

.videoWrapper:hover{
    border:3px solid #471c79;   
}

.videoWrapper img.mainImage {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.videoWrapper .playBtn{
    position: absolute;
    width: 100px;
    top:35%;
    left:35%;
    opacity: 0.95;        
}

.textcontent{
    background-color: #f1efe8;
    color:#160d1f;
    padding: 4%;    
    margin: 0;
}


.easeload{
    opacity: 0;
    transition: all 1s ease; 
    -webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -ms-transition: all 1s ease; 
    -o-transition: all 1s ease; 
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

input[type="text"]
{
    background: transparent;
    border: none;
    border-radius: 0px;
    outline: none;
    outline-style: none;
    box-shadow: none;
    font-size: 40px;    
    color:#f1efe8;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border-bottom: 2px solid #ff01de;
    resize: none;
    -webkit-appearance: none;
    box-shadow: none;
    text-align: center;
    width: 100%;
    height: 50px;
}

input[type="text"].small
{    
    font-size: 30px;    
    color:#f1efe8;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border-bottom: 2px solid #ff01de;
    resize: none;
    -webkit-appearance: none;
    box-shadow: none;
    text-align: center;
    width: 100%;
    height: 40px;
}

input[type=text]:focus{
    outline: none;
    border:none;
    border-bottom: 2px solid #ff01de;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0pc;
}

input[type=text]:disabled {
    border-bottom: none;
}

input[type=text]::placeholder{
    color:#cccccc5b;
}

a.btn, button.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff01de;
    color:#f1efe8;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);  
    height: auto;  
    cursor: pointer;
}

a.btn span, button.btn span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 15px;
}

a.btn.small, button.btn.small {
    padding: 5px 10px;
    font-size: 20px;
}

a.btn.medium, button.btn.medium{
    padding: 7px 15px;    
    font-size: 25px;
}

a.btn:hover, button.btn:hover {
    background-color: #d600ba; 
}

a.dark {
    color: #160e1f;
    font-size: 20px; 
    font-family: 'Yanone Kaffeesatz', sans-serif;   
}

.custom-select-wrapper {
    position: relative;
    box-sizing: border-box;
}

.custom-select-hidden {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-select-options {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #7b1571;
    color:#f1efe8;
    max-height: 0;
    transition: max-height .3s ease-in, overflow-y 0.2s 0.1s;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
    transform: scale(0.95);
}

.custom-select-wrapper.custom-select-is-open .custom-select-options {
    max-height: 200px;
    overflow-y: auto
}

.custom-select-option {
    font-size: 15px;
    color: #f1efe8;
    padding: 10px;
    cursor: pointer;
}

.custom-select-option:hover {
    background: #6c1b64;
}

.custom-select-option-selected {
    background: #481543;
}

.custom-select-head {
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
    background: #a51897;
}

.custom-select-value {
    font-size: 16px;
    color: #f1efe8;
    padding: 5px;
}

#search{
    margin-bottom: 0px;
}

#search_wrapper{
    position: relative;
}

#search_results{
    position: absolute;
    background-color: #471c79;
    display: inline-block;
    width:100%;
    overflow-x: hidden;
    left: 0px;
    top:50px;   
    z-index: 10;
}

#search_results li {
    float: left;
    width:100%;
    list-style-type:none;
    background-color: #2e1050;
    color:#FFF;  
    margin: 0;  
    padding: 10px;
    border-bottom: 1px solid #471c79;
}

#search_results li img {    
    width:50px;
    height:50px;
    border:3px solid #FFF;
    border-radius: 50%;
    float:left;
}

#search_results li span {    
    font-size: 18px;
    padding-top: 3px;
    padding-left: 10px;
    width: 200px;
    text-align: left;
    display: table-cell; 
    vertical-align: middle; 
    height: 50px;
}

.queen .remove {
    position: absolute;
    background-color: #ff01de;
    color:#f1efe8;
    font-weight: bold;
    border-radius: 50%;
    padding:10px 15px;
    right:-5px;
    top:-5px;    
    font-size: 15px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);  
}

.queen .edit {
    position: absolute;
    background-color: #ff01de;
    color:#f1efe8;
    font-weight: bold;
    border-radius: 50%;
    padding:10px 15px;
    right:-5px;
    top:50px;    
    font-size: 15px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);  
}

.queen .add {
    position: absolute;
    background-color: #d90118;
    color: #f1efe8;
    font-weight: bolder;
    border-radius: 50%;
    padding: 10px 15px;
    padding-top: 5px;
    right: -5px;
    top: -5px;
    font-size:20px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
}

.queen.small {
    width: 120px;
    height: 190px;
}

.queen.small.noname {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.queen.small.gray {
    filter: grayscale(100%);
    opacity: 0.8;
}


.queen.small .imageWrapper {
    width: 100px;
    height: 100px;
}

.queen.xsmall {
    width: 60px;
    height: 70px;
}


.queen.xsmall .imageWrapper {
    width: 50px;
    height: 50px;
    border: 3px solid #FFF;
}

.queen #score {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff01de;
    color:#f1efe8;
    font-weight: bold;
    border-radius: 50%;    
    font-size: 13px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);  
    width: 15px;
    height: 15px;
    z-index: 1000;
    line-height: 16px;
    opacity: 0;
}

.customqueen .remove {
    top:50px;
}

.customqueen{
    margin-right: 10px;
}

h4.popular {
    font-size: 25px;
    font-weight: 200;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    display: block;
    padding-top: 10px;
    margin-top: 50px;
    text-align: center;
}

#message{
    display: block;
    color: #ff01de;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    opacity: 0;
    transition: all 1s ease; 
    -webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -ms-transition: all 1s ease; 
    -o-transition: all 1s ease;     
}

/* Modal Content */
.modal .modal-content {
    background-color: #5a21ba;
    margin: auto;
    padding: 20px;
    border: 1px solid #160e1f;
    width: 80%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);  
    color: #f1efe8;
    text-align: center;    
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 25px;
    z-index:1000;
}

.modal .modal-content img {
    width: 100px;
}

.modal .modal-content p{
    font-size: 25px;
}

/* The Close Button */
.modal .close {
    color: #FFF;
    float: right;
    font-size: 35px;
    font-weight: bold;
    line-height: 20px;
}

.modal .close:hover,
.modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.discordsection {
    background-color: #471c79;
    margin-top: 20px;
}

.discord {
    text-align: center;
    color: #f1efe8;
    padding:20px;
    background-color: #471c79;
}

.discord p {
    font-size: 18px;
    line-height: 24px;
}

.discord .logo{
    display: inline-block;
    width: 100px;
}

.discord a.btn {
    background-color: #5765f2;
}

.centeredtext{
    color: #f1efe8;
    text-align: center;    
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    padding: 30px;
}

#headerbanner{
    display: block;
    color: #f1efe8;
    text-align: center;    
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 0px;
    text-decoration: none;
    background-color: #36002c;
}

#headerbanner a{
    font-weight: 400;
    padding-left: 4px;
}


@media only screen and (max-width: 768px) {
    .hero .mainImage{
        width: 85%;
        min-width: auto;        
    }

    .queen{
        width: 145px;
        height: 200px;
    }

    .queen .imageWrapper{
        width: 120px;
        height: 120px;
    }

    .media{
        height: 150px;
        width: 48%;
    }

}

.linedtext {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.linedtext:before, .linedtext:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ffffff91;
}
.linedtext:before {
    margin-left: -50%;
    text-align: right;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #f1efe8;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff01de;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radiocontainer{
    width: 300px;
    text-align: left;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
    ;
  }
  
  /* The slider itself */
  .slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #36002cab; /* Grey background */
    outline: none; /* Remove outline */    
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.64);
    box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.64);
  }
  
  /* Mouse-over effects */
  .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }
  
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #ff01de; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
  }
  
  .slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #ff01de; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
  }

  .slidevalue{
    display: inline-block;
    text-align: center;
    color:#f1efe8;
    font-size: 25px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    width: 100%;
  }


  .mainImageWrapper{
    background: radial-gradient(circle at 100% 100%, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8px, transparent 8px) 0% 0%/10px 10px no-repeat,
            radial-gradient(circle at 0 100%, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8px, transparent 8px) 100% 0%/10px 10px no-repeat,
            radial-gradient(circle at 100% 0, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8px, transparent 8px) 0% 100%/10px 10px no-repeat,
            radial-gradient(circle at 0 0, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8px, transparent 8px) 100% 100%/10px 10px no-repeat,
            linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)) 50% 50%/calc(100% - 4px) calc(100% - 20px) no-repeat,
            linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)) 50% 50%/calc(100% - 20px) calc(100% - 4px) no-repeat,
            linear-gradient(5deg, transparent 0%, #d7156c 100%);
    border-radius: 10px;
    padding: 7px;
    box-sizing: border-box;
}

.mainImageWrapper img {
    border-radius: 5px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

#introduction{        
    background: rgb(239,17,118);
    background: linear-gradient(180deg, rgba(239, 17, 117, 0.743) 0%, rgba(54,0,44,0.8505996148459384) 100%);
    color:#f1efe8df;
    line-height: 35px;
}

#introduction a {
    display: inline;
    background-color: #ff00ddc4;
    color:#f1efe8;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 4px;
}

#introduction a:hover{
    background-color: #ff00dd;
}


/* Customize the label (the container) */
.checkboxcontainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 24px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-size: 20px;
    color: #f1efe8db;
    width: 250px;
    max-width: 600px;
    
  }
  
  /* Hide the browser's default checkbox */
  .checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
 .checkboxcontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkboxcontainer input:checked ~ .checkmark {
    background-color: #da12c9;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkboxcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2}


.collection {
    display: inline-block;    
    border-radius: 15px;
    padding: 15px 25px;    
    margin-bottom: 20px;
    background-color: #aa249c;
    background: linear-gradient(0deg, rgba(255, 70, 205, 1) 0%, rgba(252, 21, 140, 1) 22%, rgba(47, 8, 99, 1) 100%);
    color: #f1efe8;
    transition: width 2s, height 2s, background-color 1s, transform 2s;
    -webkit-box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5);
    transition: width 2s, height 2s, border-color 1s, transform 2s;
}

.collection h4{
    font-family: 'Yanone Kaffeesatz', sans-serif;    
    font-weight: 500;
    font-size: 25px;
}


.collection .queen {
    display: inline-block;
    width: 40px;
    height: 30px;  
    margin-top: -15px;  
}

.collection .queen .imageWrapper {
    width: 40px;
    height: 40px;
    border: 4px solid #FFF;
}

.collection .btn {
    margin-top: 10px;
}

.addwrapper{
    display: block;
    text-align: center;
}

.addcontent{
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: #EF12FF;
    border-radius: 5px;
    margin: 5px;
    min-width: 300px;
    min-height: 50px;
    max-width: 100px;
}

.addcontent.square{
    min-width: 300px;
    min-height: 300px;
}

.addcontent::after{
    content: 'This ad keeps the site alive and free to use';
    font-size: 14px;    
    color:#f1efe8;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}



.konvajs-content{
    display: inline-block;
}

#resultsSection .btn{
    margin: 20px;
}