body{
    background-color: #ddd;
    color: #333;
}
.panel-heading{
    background-color: #212529;
    color: #fff;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
}
.panel-body{
    background-color: #fff;
    overflow: hidden;
}
.form-panel .panel-body:last-child{
    border-radius: 0px 0px 5px 5px;
}
.panel-footer{
    background-color: #f5f5f5;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
}
.hide{
    display: none
}

button:focus,
button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.ahmmobile_api_result_json{
    min-height: 200px;
    height: 200px;
    max-height: 500px;
    overflow: auto; 
    border-radius: 10px;
    background-color: #ccc;
}
#ahmmobile_api_add .accordion-button{
    background-color: #198754;
    color: #fff;
}
#ahmmobile_api_add .accordion-button:after{
    display: none;
}