* {
    font-family: Franklin Gothic Medium;
}
#body{
    background-color: rgb(100, 10, 10);
}
.icon{
    height: 32px;
    font-size: 32px;
    width: 32px;
    display: inline-flex;
    color: rgba(0,0,0,.54);
}
.cost {
    font-size: 75%;
    z-index: 2;
    text-align: center;
    color: rgb(255, 255, 255);
}
.countercost {
    font-size: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
}
span.ripple{
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 1s cubic-bezier(.25,.8,.5,1);
    background-color: rgba(0, 0, 0, 0.54);
}
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
.grow{
    animation: grow 0.1s linear;
    animation-fill-mode: forwards;
}
@keyframes grow {
    from { transform: scale(0.5) translateY(-65%);; }
    to { transform: scale(1) translateY(-50%);}
}
.sidebar{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidebar a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    white-space: nowrap;
    transition: 0.3s;
}
.desc{
    white-space: pre-line;
    text-align: center;
    font-size: 100%;
    padding: 10px;
    z-index: 2;
    margin-bottom: 0%;
}
.desc1{
    margin-bottom: 0%;
    white-space: pre-line;
    text-align: center;
    font-size: 100%;
    z-index: 2;
    color: rgb(255, 255, 255);
    padding: 10px 5%;
}
.pad0{
    padding: 0;
    margin: 0;
}
.sidebar a:hover {
    color: #f1f1f1;
}
.closebtn{
    font-family: 'Arial';
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px!important;
    margin-left: 50px;
}
.header {
    font-size: 150%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}
.title{
    position: relative;
    z-index: 2;
    font-size: 200%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
    padding: 0px 15px;
}
.mrg{
    padding: 0%;
    margin-bottom: 74px;
}
.sec1{
    text-align: center;
    margin: 25px 1%;
}
.sec2{
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 0px;
    overflow: hidden;
}
.img{
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    border-radius: 0px;
}
.subhead{
    
    font-size: 75%;
    text-align: center;
    color: rgb(255, 255, 255);
}
.dumbheader {
    
    font-size: 150%;
    text-align: center;
    color: transparent;
    margin-bottom: 0;
}
.dumbsubhead{
    
    font-size: 75%;
    text-align: center;
    color: transparent;
}
.activebutton{
    background-color: rgb(60, 170, 170)!important;
}
.countcon{
    margin: 0 auto;
    height: 32px;
    width: 32px;
    align-items:center;
    display:flex;
    line-height:normal;
    position:relative;
    background-color: transparent;
}
.countbutton{
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    font-size: x-large;
    color: rgb(255, 255, 255);
    border: none;
    outline: 0;
    align-items:center;
    display:flex;
    line-height:normal;
    position:relative;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    pointer-events: auto;
}
.countbutton1{
    font-size: 200%;
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    border: 2px solid;
    margin: 0px auto;
    display: block;
    height: 100%;
    border-color: rgb(253, 253, 253);
    width: 80%;
    outline: 0;
}
.countbutton::before{
    width: 100%;
    background-color: transparent;
}
.countbutton:focus{
    background-color: rgba(0, 0, 0, .1)!important;
    outline: none;
}
.button{
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid rgb(253, 253, 253);
    margin: 0px 10px;
    color: rgb(255, 255, 255);
    display: block;
    height: 100%;
    position: relative;
}
.stbutton{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
    border: 2px solid
    rgb(253, 253, 253);
    margin: 0px;
    display: block;
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    position: absolute;
    bottom: -3px;
}
.dumbbutton{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
    border: 2px solid transparent;
    outline: 0;
    color: transparent;
    background-color: transparent;
    margin: 0px;
    display: block;
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    position: relative;
    bottom: -3px;
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.stbutton1{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
    border: 2px solid
    rgb(253, 253, 253);
    margin: 0px;
    display: block;
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    position: absolute;
    bottom: -3px;
}
.scorebar{
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 56px;
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    transform: none;
    transition: bottom 0.3s;
}
.spacer{
    height: 20px;
}
.bigspacer{
    height: 75px;
}
.line{
    transform-origin: 50% 0%;
    position: absolute;
    z-index: -1;
    background-color: rgb(0, 0, 0);
    border: 2px solid rgb(253, 253, 253);
    border-top: 0px solid rgb(0, 0, 0);
    border-bottom: 0px solid rgb(0, 0, 0);
}
.buttoncon{
    margin: 10px 0px;
    padding: 0px;
}
button{
    padding: 0;
    position: relative;
    overflow: hidden;
}
label { background-color:rgb(0, 0, 0); }
input[type="checkbox"]:checked + label {
    background: rgb(60, 170, 170);
}
h3{
    pointer-events: none;
}
p{
    pointer-events: none;
}
img{
    pointer-events: none;
}
.hide{
    display: none!important;
    visibility: hidden;
    width: 0;
    height: 0;
}
.disabled{
    background-color: rgb(107, 100, 100)!important;
}
.visible{
    display: none!important;
    visibility: hidden;
    width: 0;
    height: 0;
}
.overlay{
    background-color: rgba(33, 33, 33, 0.46);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    display: flex;
    justify-content: center;
}
.container{
    width:100%;
    padding:12px 12px 32px;
    margin-right:auto;
    margin-left:auto
}
@media(min-width:960px){.container{max-width:900px}}
@media(min-width:1264px){.container{max-width:1185px}}
@media(min-width:1904px){.container{max-width:1785px}}
.center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-height: 90%;
    height: fit-content;
    height: -moz-fit-content;
    max-width: 1920px;
    margin: 0px 24px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 1);
}
.text{
    background-color: rgb(255, 255, 255);
    border-radius: 4px 4px 0 0;
    padding: 0px 0px 0px 12px;
    width: 100%;
    margin-right: -12px;
}
.text1{
    background-color: rgb(255, 255, 255);
    width: 100%;
}
.anib > input:focus {
  outline: 0;
}
.anib {
  position:relative;
  display:block;
}

.anib::after, .anib::before {
  content: ' ';
  width:0%;
  bottom:-2px;
  left: 50%;
  transform: translate(-50%, -50%);
  position:absolute;
  transition: .3s cubic-bezier(.25,.8,.5,1);
}

.anib::before {
  width:100%;
  border-bottom: 2px solid #93939300;
}

.anib::after {
  border-bottom: 2px solid #3366ff;
}

.anib:focus-within::after {
  width:100%;
}
textarea{
    background-color: transparent;
    color: rgba(0,0,0,.87);
    align-self: stretch;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    line-height: 1.75rem;
    max-width: 100%;
    outline: 0;
    padding-right: 12px;
    padding: 0px;
    width: 100%;
    height: 140px;
    border: transparent;
    font-family: Roboto,sans-serif;
    flex-basis: auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    margin-top: 19px;
    margin-bottom: 0px;
    position: relative;
    top: 5px;
}
.label{
    left: 0px;
    right: auto;
    position: absolute;
    color: rgba(0,0,0,.6);
    height: 20px;
    line-height: 20px;
    transform-origin: top left;
    top: 18px;
    margin-left: 12px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    font-size: 16px;
    display: inline-block;
    margin-bottom: .5rem;
    background-color: transparent;
    font-family: Roboto,sans-serif;
}
.transition{transition: .3s cubic-bezier(.25,.8,.5,1);}
.focus{color: rgb(57, 135, 211);}
.active{
    max-width:133%;
    transform:translateY(-6px) scale(.75);
}
.popup{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
}
.import{
    background-color: #f5f5f5;
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    margin: 0px;
    will-change: box-shadow;
    font-size: .875rem;
    color: rgba(0,0,0,.87);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    align-items: center;
    border-radius: 4px;
    width: 100%;
    border: none;
}