.wrap form .segment .vi-ui.dropdown.selection {
    min-height: 37px !important;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input[type="number"] {
    height: auto;
}

.woo-orders-tracking-webhooks-url-container {
    position: relative;
}

.woo-orders-tracking-webhooks-url-container .check.icon {
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    display: none;
}