/*


title:

paragraph:
font-family:'Open Sans',sans-serif

font-family: 'Oxygen', sans-serif;

font-family:'Muli', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
 font-family: 'Roboto', sans-serif;
 
 @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|IBM+Plex+Serif|Lato|Muli|Open+Sans|Oxygen|Poppins|Roboto&display=swap');
*/
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|IBM+Plex+Serif|Open+Sans|Oxygen|Poppins|Roboto|Lato|Muli|&display=swap');
body{
    font-family: 'IBM Plex Serif', serif;
}
/* credit: https://www.sanwebe.com/2014/08/css-html-forms-designs */
.challenge-view-style-1{
    width:85%;
    padding:30px;
    margin:2% auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.challenge-view-style-1 .inner-wrap{
    padding: 30px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
    box-sizing: inherit;
    color: rgba(0, 0, 0, 0.84);
    line-height: 1.58;
    letter-spacing: -0.004em;
    font-family: Georgia, 'Open Sans', 'Times New Roman', Times, serif;
    font-size: 16px;
    
}
.challenge-view-style-1 h1{
    background-color:rgb(10,10,10);
    border: 1px solid rgb(29,26,46);
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Open-Sans',sans-serif;
    
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    
}
.challenge-view-style-1 h1 > span{
    display: block;
    margin-top: 2px;
    font: 13px 'Exo',sans-serif;
}
.challenge-view-style-1 label{
    display: block;
    font: 13px 'Exo',sans-serif;
    color: #888;
    margin-bottom: 15px;
}
.challenge-view-style-1 input[type="text"],
.challenge-view-style-1 input[type="date"],
.challenge-view-style-1 input[type="datetime"],
.challenge-view-style-1 input[type="email"],
.challenge-view-style-1 input[type="number"],
.challenge-view-style-1 input[type="search"],
.challenge-view-style-1 input[type="time"],
.challenge-view-style-1 input[type="url"],
.challenge-view-style-1 input[type="password"],
.challenge-view-style-1 textarea,
.challenge-view-style-1 select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.challenge-view-style-1 .section{
    font-size: 18px;
    font-family: Georgia, 'Open Sans', 'Times New Roman', Times, serif;
    color: dimgrey;
    
    margin-bottom: 5px;
}
.challenge-view-style-1 .section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.challenge-view-style-1 input[type="button"], 
.challenge-view-style-1 input[type="submit"]{
    margin-left: auto;
    margin-right: auto;
    background: Brown;
    border: 1px solid rgb(29,26,46);
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    font-size: 15px;
}
.challenge-view-style-1 input[type="button"]:hover, 
.challenge-view-style-1 input[type="submit"]:hover{
    background: #131930;
    
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.result{
    font-weight:bold;
    display: block;
    font: 13px Arial, Helvetica, sans-serif;
    color: green;
    margin-bottom: 15px;
}
.result_failure{
    font-weight:bold;
    font: 13px;
    display: block;
    color: red;
    margin-bottom: 15px;
}
.red{
    color:red
}
.green{
    color:green
}

blockquote {
    position: relative;
    display: inline-block;
    background: #eee;
    padding: 40px 30px 30px 60px;
    border-radius: 10px;
    font-family: 'Bitter', serif;
    color: #333;
    text-align: left;
    box-shadow: 1px 1px 1px #999, 2px 2px 1px #999, 3px 3px 1px #999;
    transition-duration: 0.3s;
}
blockquote span.author {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #999;
}
blockquote span.author i {
    position: relative;
    background: #eee;
    padding-left: 5px;
    font-style: italic;
    z-index: 5;
}
blockquote span.author::before {
    display: block;
    content: "";
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 1;
}
blockquote:hover {
    box-shadow: 1px 1px 5px #999, 2px 2px 6px #999, 3px 3px 7px #999;
}
blockquote::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    content: "\"";
    font-family: 'Bitter', serif;
    font-size: 120px;
    color: #999;
}
.cursorpointer{
    cursor:pointer;
}
.displaynone{
    display:none;
}
.share_social{
    cursor:pointer;
}