/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ChicagoFLF';
    src: url('../fonts/ChicagoFLF.ttf') format('truetype'); /* Safari, Android, iOS */
    font-display: swap;
}

:root {
    --button-box-shadow:
	inset -1px -1px 0px 0px #777,
	inset -2px -2px 0px 0px #aaa,
	inset 1px 1px 0px 0px #ddd,
	inset 2px 2px 0px 0px #fff;
    --button-hover-bezel:
	0 0 0 1px #aaa,
	0 0 0 2px #ddd,
	0 0 0 3px #000;
}

html,
body {
     
    background: rgb(191,7,247);
    background: linear-gradient(90deg, rgba(191,7,247,1) 0%, rgba(88,38,130,1) 50%, rgba(2,201,255,0.8) 100%);
    margin: 0;
    background-size: 100%;        
    font-family: 'ChicagoFLF', 'Times New Roman', 'Georgia', serif;
    font-size: 14px;
    font-weight: normal;
    
}

button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
a {
    color: #000;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

/* Window layout */
.content {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    
    margin: 30px auto 0;
    border: 1px solid #111;
    background: #86ea93;
  background-image: url("../img/bg.png");  box-shadow:
	1px 2px #111,
	inset 1px 1px 0px 0px #fff,
	inset -1px -1px 0px 0px #999;
}
.content .inner {
    margin: 2px 4px 4px 4px;
    border: 1px solid #111;
    background-color: #e6d3e6;
    padding: 10px;
    
    box-shadow:
	-1px -1px 0px 0px #999,
	1px 1px 0px 0px #fff,
	inset 1px 1px 0px 0px #fff,
	inset -1px -1px 0px 0px #999;
}
.title {
    width: 100%;
    text-align: center;
    font-size: inherit;
    font-weight: inherit;
    padding: 1px 0;
    background-size: 3px 2px;
    margin: 0 0 0 0;
}
.content .icon {
    text-align: center;
    margin: 1em 0;
}
.content ul {
    list-style-type: none;
    margin: 2px 0 1.5em 0;
    padding: 0 0 0 2em;
    font-size: 12px;
}
.footer {
    width: 400px;
    text-align: center;
    margin: 2em auto 0;
    font-size: 12px;
}
.control-box {
    position: absolute;
    top: 3px;
    padding: 1px;
    background-color: #222;
    box-shadow:
	inset -1px -1px 0px 0px #fff,
	inset 1px 1px 0px 0px #888;
}
.close-box.control-box {
    left: 4px;
}
.control-box-inner {
    display: block;        
    height: 12px;
    width: 12px;
    background-image:
	linear-gradient(to bottom right, #999, #aaa, #bbb, #ccc, #ddd, #eee, #fff);
    border: 1px solid #222;
    box-shadow:
	inset 1px 1px 0px 0px #ccc,
	inset -1px -1px 0px 0px #888;
    text-indent: -99999em;
}
.control-box-inner:active {
    box-shadow: none;
}
.zoom-box.control-box {
    right: 20px;
}
.zoom-box-inner {
    height: 6px;
    width: 7px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.windowshade-box.control-box {
    right: 4px;
}
.windowshade-box-inner {
    margin-top: 3px;
    height: 3px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.content .command_button {
   
    background-color: #dedede;
  background-image: url("../img/bg.png");  display: inline-block;
    
    margin-bottom: 7px;
    margin-left: 14px;
    border-radius: 3px;
    border: 1px solid #000;
    box-shadow: var(--button-box-shadow);
}
.content .command_button:hover {
    box-shadow:
	var(--button-box-shadow),
        var(--button-hover-bezel);
}
.content .command_button:active {
    color: #fff;
    background-color: #666;
    box-shadow:
	var(--button-hover-bezel),
	inset -1px -1px 0px 0px #888,
	inset -2px -2px 0px 0px #777,
	inset 1px 1px 0px 0px #444,
	inset 2px 2px 0px 0px #555;
}
/* Hide only visually, but have it available for screenreaders & for SEO purposes. See h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

label.active {
  color: #d100f7 !important;
}

input {
  border-bottom: 1px solid #d100f7 !important;
  box-shadow: 0 1px 0 0 #582682 !important;
  font-family: 'ChicagoFLF'
}

input:focus {
  border-bottom: 1px solid #582682 !important;
  box-shadow: 0 1px 0 0 #d100f7 !important;
}



ul.dropdown-content.select-dropdown li span {
    color: #d100f7; /* no need for !important :) */
    font-size: 12px
}


.noUi-horizontal.noUi-target {
  box-shadow: none;
  background-color: #e6d3e6;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #d100f7;
  box-shadow: 0 1px 0 0 #582682
}

.noUi-handle {
    border: 0px solid #cccccc!important;
    border-radius: 0px!important;
    background-color: rgba(0,0,0,0)!important; /* For Safari 5.1 to 6.0 */
    background-image: url(../img/handle.png)!important; 
    background-size: 11px 21px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    cursor: col-resize!important;
    box-shadow: inset 0 0 0px #FFF,
                inset 0 0px 0px #EBEBEB,
                0 0px 0px -0px #BBB!important;
}