﻿.content-wrapper {
    padding-top: 50px;
    min-height: 1500px !important;
}

.btn-group {
    padding-left: 5px;
}

.container {
    width: auto !important;
}

.box-footer {
    text-align: center;
}

.box-footer .btn {
    margin-right: 3px;
    margin-top: 6px;
}

.group-control {
    margin-bottom: 10px;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
}

.api-group{
    border:0px;
}

.json-box{
    background-color:#342f2f;
    color:#ffffff;
    border:0px;
    border-radius:0px;
}

.request h4{
    margin-bottom:5px;
}

.description h4{
     margin-bottom:5px;
}

.description .description-content{
    background-color:#342f2f;
    color:#ffffff;
    padding:8px;
}

.input-group{
    cursor:pointer;
}


.GET{
    background-color:#FCA130!important;
    color:#ffffff;
}

.POST{
    background-color:#67A248!important;
    color:#ffffff;
}

.PUT{
    background-color:#61AFFE!important;
    color:#ffffff;
}

.DELETE{
    background-color:#d32b2b!important;
    color:#ffffff;
}