body {
    background-color: #1e1e1e;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 20px;
    margin-right: 20px;
}
input[type=submit] {
    background: #153743;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #153743;
    text-shadow: none;
    width: 200px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 31px;
    display: block;
}
input[type=submit]:hover {
    background: #0a222a;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #153743;
    text-shadow: none;
    cursor: pointer;
}
input[type=submit]:disabled {
    background: #a8bbc2;
    color: #f6fcff;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #153743;
    text-shadow: none;
    cursor: not-allowed;
}
input[type=button]:hover {
    background: #0a222a;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #153743;
    text-shadow: none;
    cursor: pointer;
}
input[type=button] {
    background: #153743;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #153743;
    text-shadow: none;
    width: 160px;
    height: 30px;
    font-size: 14px;
    margin-top: 31px;
}
input[type=button]:disabled {
    background: #a8bbc2;
    color: #f6fcff;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #153743;
    text-shadow: none;
    cursor: not-allowed;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #a8bbc2;
    border-radius: 4px;
    background-color: #3e3e42;
    color: #dce8ec;
    font-size: 16px;
    resize: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
textarea:disabled {
    background-color: #74746d;
    background-image:url(/images/white-lock.png);
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.50;
}

.url {
    height: 50px;  
}

h2 {
    color: #a8bbc2;
    font-weight: normal;
}
.passcode-title {
    vertical-align: top; 
    margin-bottom: 10px;
    color: #0fa9df; 
    font-weight: bold;
    font-size: 24px;
}

.passcode {
    vertical-align: 
    top; color: #eb3056; 
    font-weight: bold;
    margin-top: -8px
}

.fa-addl {
    font-size: 24px;
}

input[type=checkbox]{
    width: 17px;  
    height: 17px;
    text-align: center;
    vertical-align: middle;  
    margin-top: -1px;
}

input[type=checkbox]:checked{
    background-color: #009bce !important;
}

label {
    color: #153743;
    text-transform:uppercase;
    font-family:'Roboto Condensed', sans-serif;
    font-weight:bold;
    letter-spacing:1px;
    font-size:15px;
}
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700&subset=cyrillic');
input[type=checkbox]{
  display:none;  
}
.block{
  width:354px;
  position:relative;
  clear:both;
  margin:5px 0 0px;
  float: left;
}
span{
  text-transform:uppercase;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  letter-spacing:1px;
  font-size:15px;
  float:right;
  width:300px;
  margin:4px 0 0;
  color: #dce8ec;
}
label{
  width:50px;
  height:25px;
  box-sizing:border-box;
  border:1px solid;
  float:left;
  border-radius:100px;
  position:relative;
  cursor:pointer;
  transition:.3s ease;
}
input[type=checkbox]:checked + label{
  background:#153743;
}
input[type=checkbox] + label{
    background:#a8bbc2;
  }
input[type=checkbox]:checked + label:before{
  left:25px;
}
label:before{
  transition:.3s ease;
  content:'';
  width:20px;
  height:20px;
  position:absolute;
  background:white;
  left:2px;
  top:2px;
  box-sizing:border-box;
  border:1px solid;
  color:black;
  border-radius:50px;
}

.before-title, .title-text {
    font-family: monospace;
    font-size: 14px;
}
  
.before-title {
    position: absolute;
    top: 7px;
    left: 5px;
    color: #a8bbc2;
    font-size: 14px;
        z-index: 1 ; 
}
#holder {
    position: relative; 
    overflow: hidden;
}
.title-text {
    text-indent: 143px; /* change this value */
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 2px;
    width: 100%;
    display: block;
    overflow: auto;
    z-index : 99999 ;   
}
.code {
    width: 100%;
    max-width: 1000px;
    align-self:center;
}
h1 {
    color: #dce8ec;
    font-size: 28px;
    font-weight: bold;  
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 0;
}
h3 {
    color: #dce8ec;
    text-align: center;
    vertical-align: top;
}
h2 {
    margin-top: 60px;
    font-size: 22px;
    vertical-align: top;
    text-transform:uppercase;
    font-family:'Roboto Condensed', sans-serif;
    font-weight:bold;
}
.form-style {
    margin-top: 20px; 
    margin-bottom: 20px; 
}
.top-title {
    vertical-align: top;
}
.logo {
    filter:invert(0.3);
}
.box {
    border-radius: 18px;
    border: 1px solid #a8bbc2;
    padding: 2px;
    width: 200px;
    height: 20px;
    margin-bottom: 10px;
}
.selectbox {
    border-radius: 18px;
    border: 1px solid #a8bbc2;
    padding: 2px;
    width: 205px;
    height: 26px;
    margin-bottom: 10px;
}
.button {
    border-radius: 18px;
    border: 1px solid #a8bbc2;
    padding: 2px;
    width: 200px;
    height: 25px;
    margin-bottom: 10px;
}
a:visited { 
    text-decoration: none; 
    color: blue; 
}
.styled-table {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 350px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.styled-table tbody tr:nth-of-type(odd) {
    background-color: #a8bbc2;
}
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
th {
    text-align: left;
    color: black;
}
.diff {
    width: 30px;
    filter: invert(0.111122);
    padding-left: 8px;
}
#difficulty-text {
    width: 137px;
    padding-top: 15px;
    font-size: 18px;
    color: #a8bbc2;
}
#difficulty {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 25px;
    padding-top: 3px;
}
.star {
    color: #0fa9df;
}
.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
    min-width: 340px;
    display: block;
    margin: auto;
}
.signup {
    width:250px !important;
    display:block;
    margin:auto;
    margin-top:15px;
}
.a, a:link, a:visited {
    color: #ffbc00;
}
.link {
    color: #ffbc00;
    cursor: pointer;
}
#attempts {
    width: 300px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #a8bbc2;   
}
.ribbon-retired {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 15px; /* the top offset */
    
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: 
      polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #eb3056;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    color: #ffbc00;
    width: 200px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 5px;
    right: 10px;
    top: 60px;
    top: 60px;
  }
  .ribbon-active {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 15px; /* the top offset */
    
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: 
      polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #0fa9df;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    color: #f6fcff;
    width: 200px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 5px;
    right: 10px;
    top: 60px;
    right: 10px;
    top: 60px;
  }
  .signup-label {
    text-align: left;
    padding: 10px;
  }
  .signup-table {
    margin:0 auto;
  }  
  .login-element {
    padding-bottom: 2px;
    margin: 0 auto;
    text-align: left;
    width: 200px;
  }
  #top-menu-bar {
    margin-top: 10px;
    padding:10px;
    position: relative;
  }
  #username {
    font-size: 14px;
    text-decoration: none;
    color: #a8bbc2
  }
  .username {
    position: inherit;
    display: contents;
  }
  .login {
    text-decoration: none;
  }
  .toastmessage {
    text-align:center;
    display:block;
    font-weight:bold; 
    font-size:18px;
    background-color:#009879;
    color:#f6fcff;
    margin-bottom:20px;
    margin-top:3px;
    padding:18px;
  }
  
  .signup-label {
    text-align: left;
    padding: 10px;
  }
  .signup-table {
    height: 400px;
  }  
  .login-element {
    padding-bottom: 2px;
    margin: 0 auto;
    text-align: left;
    width: 200px;
  }
  #top-menu-bar {
    margin-top: 10px;
    padding:10px;
    position: relative;
  }
  #username {
    font-size: 14px;
    text-decoration: none;
    color: #a8bbc2
  }
  .floatcontainer {
    float: right;
    margin-top:12px;
    width: 250px;
    text-align: right;
    font-size: 14px;
  }
  .username {
    position: inherit;
    display: contents;
  }
  .login {
    text-decoration: none;
  }
  .toastmessage {
    text-align:center;
    display:block;
    font-weight:bold; 
    font-size:18px;
    background-color:#009879;
    color:#f6fcff;
    margin-bottom:20px;
    margin-top:3px;
    padding:18px;
  }
  #register {
    width: 350px;
    height: 43px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 18px;
    background-color: #0fa9df;
    color: black;
    border: 0;
    cursor: pointer;
  }
  #top-secondary-title {
    margin-top: -12px;
    margin-bottom: 10px;
  }
  
