

@font-face {
    font-family: 'Monopoly Regular';
    src: url('https://flashmypico.com/static/contents/monopoly-regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('https://flashmypico.com/static/contents/Roboto-Regular.ttf') format("truetype");
}

a {
    text-decoration: none;
}

.title {
    font-size: 2.5em;
    font-family: 'Monopoly Regular';
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 0.15em;
    margin-top: 0.3em;
}

tr:hover {
    background-color: #d3d3d3;
}

.nohighlight:hover {
    background-color: initial;
}

.topnav a:hover{
    text-decoration: underline;
}

pre {
    white-space: pre-wrap; 
}

select {
    width: 100%;
}

progress {
    width: 100%;
}

.topnav {
  width: 100%;
  display: block;
  background-color: #333;
  margin-bottom: 0px;

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.topnav {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.topnav::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.footer {
  z-index: 1000;

  position:fixed;
  bottom:0;
  width: 60%;

  color: lightgray;
  margin-top: 15px;
  overflow: hidden;
  background-color: #333;
  text-align: right;
  padding: 6px;

  box-sizing: border-box;

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.footer a {
  color: lightgray;
  text-decoration: none;
}

.topnav a {
 /* float: left;*/
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 12px;
  margin-bottom: 0px;
  text-decoration: none;
}

.topnav input {
 /* float: left;*/
  width: fit-content;
  display: inline-block;
  color: #f2f2f2;
  padding: 10px 12px;
  margin-bottom: 0px;
  text-decoration: none;
}

.topnav span a {
  float: initial;
  display: initial;
  color: inherit;
  text-align: initial;
  padding: initial;
  margin-bottom: initial;
  text-decoration: inherit;
}

.topnav span {
/*  float: left;*/
  display: inline-block;
  color: #a2a2a2;
  text-align: center;
  padding: 10px 12px;
  margin-bottom: 0px;
}

.topnav .navlink_selected {
  font-weight: bold;
  color: #f7457d;
}

.navlink_unselected {
}

table {
  width: 100%;
  table-layout:fixed;
}

textarea {
  width: 100%;
  box-sizing: border-box;
}

input {
  width: 100%;
  box-sizing: border-box;
}

.topnav input {
  background-color: #333;
  border-style: none;
  color: #f2f2f2;
  outline: none !important;
}

.topnav input:focus {
  outline: none !important;
}

td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
}

.block {
  padding: 20px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid; 

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.form_block {
  padding: 20px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid; 

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.message_error_block {
  padding: 20px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid; 

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.message_success_block {
  padding: 20px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid; 

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.message_info_block {
  padding: 20px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid; 

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.user_settings_block {
  padding: 20px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid; 

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.user_settings_block_disabled {
  padding: 20px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid; 

  background-color: #d3d3d3;

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.info_block {
  padding: 20px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid; 

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.flashing_block {
  overflow: hidden;
  border-style: none; 
}

.flashing_block button {
  display: inline-block;
  font-weight: bold;
  width: 100%;
  font-size: 1.5em;
  height: 2em;
}

.flashing_block select {
  display: inline-block;
  height: 3em;
}

.flashing_block textarea {
  margin-top: 10px;

  width: 100%;
  height: 15em;
}

.flashing_block table {
}

.flashing_block progress {
}

.image_box_small {
  padding: 15px;
  margin-top: 15px;

  overflow: hidden;
  border-style: solid;

  
  /*box-shadow: 7px 5px 8px #c7053d;*/

}

.image_box_small .image_title {
  font-size: 1.5em;
  font-weight: bold;
}

.box_header {
  padding-bottom: 1em;
}

.box_title {
  font-size: 1.5em;
  font-weight: bold;
}

.limit_count {
  color: gray;
  font-size: 0.75em;

  text-decoration: underline;
  text-decoration-style: dotted;
}

body {
    min-height: 100%;

    width: 60%;
    margin: 0 auto;
    padding-bottom: 4em;

    font-family: 'Roboto Regular';
    font-display: 'swap';
}

code {
    background-color: #eeeeee;
}

.lra_table td {
    text-align: right;
}

.lra_table th {
    text-align: left;
}

#video_block {
    width: 42%;
    display: inline-block;
    float: right;
    padding-left: 1.5em;
    padding-bottom: 0.5em;
    padding-top: 1em;
}

@media (max-device-width: 730px) {
    body {
      width: 95%;
      margin: 0 auto;
    }

    .footer {
      width: 95%;
    }

    .topnav {
      overflow-x: auto ;
      overflow-y:hidden;
      white-space: nowrap;
    }

    #video_block {
      width: 85%;
      display: block;
      float: initial;
      padding-left: initial;
      padding-bottom: 2em;
    }
}

.input_charcount {
  color: gray;
  font-size: 0.75em;
}

li {
  margin-top: 0.5em;
}

.codeblock {
    background-color: #eeeeee;
}

.grecaptcha-badge {
    bottom: 3em !important;
}

li {
    padding-bottom: 0.25em;
}

.password_feedback {
    font-size: 0.75em;
}

.user_settings_block h1, .user_settings_block h2, .info_block h1, .info_block h2, .flashing_block h1, .flashing_block h2 {
  margin-top: 0.15em;
  padding-top: 0.0em
}

.oauth_github_button {
  border-radius: 12px;

  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25em;

  transition-duration: 0.4s;
}

.oauth_github_button:hover {
  background-color: #038052;
}

.oauth_google_button {
  border-radius: 12px;

  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25em;

  transition-duration: 0.4s;
}

.oauth_google_button:hover {
  background-color: #038052;
}

.try_it_now_button {
  border-radius: 10px;

  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25em;

  transition-duration: 0.4s;
}

.try_it_now_button:hover {
  background-color: #038052;
}

#editor { 
    margin-top: 15px;

    width: 100%;
    height: 40em;
}

#editor_build_controls button {
    font-size: 1.25em;
}

.compiler_error_marker {
  position:absolute;
  background:rgba(220,80,80,0.5);
  z-index:20;
}

