.gholab-wrapper {
    padding: 20px;
    margin: 10px;
    /*background-color: white;*/
}

.gholab-header {
    margin-bottom: 100px;
}

.gholab-body {

}

.gholab-section {
    margin-bottom: 20px;
}

.gholab-text-center {
    text-align: center;
}

.gholab-code-view {
    direction: ltr;
    /*background-color: whitesmoke;*/
    background-color: white;
    height: auto;
    max-height: 400px;
    overflow: scroll;
}

.gholab-titr {
    /*border-right: 5px solid gray;*/
    /*padding-right: 5px;*/
}

.gholab-badge-light {
    padding: 5px;
    background-color: whitesmoke;
    border-radius: 15px;
}

.gholab-badge-info {
    color: white;
    padding: 5px;
    background-color: #17a2b8;
    border-radius: 15px;
}

.gholab-badge-secondary {
    color: white;
    padding: 5px;
    background-color: grey;
    border-radius: 15px;
}

.gholab-setting-text {
    width: 100%;
}

.gholab-apikey-input {
    width: 100%;
    height: 50px;
}

.gholab-help-section {
    margin-bottom: 50px;
}

.gholab-help-image {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    /*box-shadow: 0px 0px 10px white;*/
    border: 3px solid lightblue;
    border-radius: 5px;
}