.icon {
    background-position: center center;
    margin-right: 0.45rem;
    width: 1.1rem !important;
}

.icon-soap {
    background-image: url("icons/wsdl.png");
    margin-right: 0.2rem;
    height: 1.5rem !important;
    width: 2rem !important;
}

.icon-openapi {
    background-image: url("openapi.svg");
}

.icon-asyncapi {
    background-image: url("asyncapi.svg");
}

.icon-arazzo {
    background-image: url("icons/arazzo.svg");
}

.icon-head {
    background-image: url("icons/http-head.svg");
}

.icon-get {
    background-image: url("icons/http-get.svg");
}

.icon-post {
    background-image: url("icons/http-post.svg");
}

.icon-put {
    background-image: url("icons/http-put.svg");
}

.icon-patch {
    background-image: url("icons/http-patch.svg");
}

.icon-delete {
    background-image: url("icons/http-delete.svg");
}

.icon-json {
    background-image: url("icons/json_braces.svg");
}

.icon-servers {
    background-image: url("icons/servers.svg");
}

.bi-receive {
    transform: rotate(180deg);
    transform-origin: center;
    bottom: 0.15rem;
    margin-right: 0.1rem;
}
