@import url(http://fonts.googleapis.com/css?family=Roboto);
    .mtrx-color-black{
        color:#0D0208
    }
    .mtrx-color-green-1{
        color:#003B00
    }
    .mtrx-color-green-2{
        color:#008F11
    }
    .mtrx-color-green-4{
        color:#00FF41
    }
   #app,
   #root,
   body,
   html {
    min-height:100%!important;
    height:100%;
    border: none !important;
   }
body{
    background:#121217;
    margin:0px;
    font-family:Roboto,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-align: center;
}
/*bootstrap cusotm css*/
*, ::after, ::before {
    box-sizing: border-box;
}
.h3, h3 {
    font-size: 1.75rem;
}
h1 {
    font-size: 2rem;
}
button, input {
    overflow: visible;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.text-color-main{
    background-color: #008F11;
    background-image: linear-gradient(45deg,#1546cf 35%,#040e3b);
    background-size: 100%;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
*{
    /*border:1px solid #fff;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    padding: 10px 0px 10px 0px;
    margin: 0px;
}
header{
    text-align: center;
    width: 100%;
    height:50px;
}
header h1{
    height: 100%;
    margin: 0px;
    line-height: 44px;
}
header h2{
    color: #FFF;
    padding-left: 70px;
    margin: 0px;
    font-size:15px;
}
.nl-margin{
margin-left:-18px;
}
main{
    margin-top:-50px;
    height: 100%;
    color:#fff;
    position: relative;
}
section{
    min-height: 100%;
    border:1px solid rgb(214, 214, 214);
    padding:10%
}
footer {
    height: 50px;
    width: 100%;
    margin-top:-50px;
    font-size:12px;

}
a{
    text-decoration :none;
    color:#495057
}

.screen-container{
    display: flex;
    flex-direction: column;
    height: 75%;
    border:1px solid rgb(214, 214, 214);
    padding: 0px 10px 10px 10px;
    border-radius: 4px;
}
.screen-container div{
    flex: 1 1 0px;
    margin: 5px;
    display:flex;
    flex-direction:column;
}

#preview pre{
    min-height: 200px;
    margin:0px;
    text-align: left;
    color:#000;
    background-color: #FFF;
    padding: 14px 20px 20px 20px;
    border-radius: 2px;
}
#preview div{
    margin:0px;
}
/*child*/
#json-form{
    flex: 1 1 0px;
    text-align: left!important;
    display: flex;
    flex-direction:column;
}
input{
margin: 0px;
border: 1px solid #fff;
color:#FFF!important;
background-color: transparent!important;
border-radius: 3px;
font-family: inherit!important;
}
label{
    padding: 0px 0px 15px 3px;
}
#json-form button{
    margin: 15px 0px 0px 0px;
    color:#fff;
    background-color: #008F11;
    background-image: linear-gradient(45deg,#003B00 35%,#016b0e);
    background-size: 100%;
    background-size: 100%;
    width: 50%;
align-self: center;
}


.description-container{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    height:25%;
    overflow: hidden;
    margin: 25px 0px 25px 0px;
}
.description-container p{
    margin:0px;
    padding: 0px;
}
@media screen and (max-width: 1023px) {
    .screen-container{
        flex-direction: column;
    }
    #preview h3{
        padding-bottom:20px ;
    }
}
@media screen and (max-width: 763px) {
    section{
        padding-top:20% ;
    }
    .description-container{
        margin-top:10px
    }
}