.vwb-nova-poshta-container {
    padding: 20px 10px 10px 10px;
    border: 1px solid #d6d4d4;
    margin-bottom: 20px;
    background-color: #fff;
}
.vwb-nova-poshta-fields td {
    padding: 0 10px 10px 0;
}
.vwb-nova-poshta-field-label {
    text-align: left;
}
.vwb-nova-poshta-input, .vwb-nova-poshta-select, .ac_results {
    width: 250px !important;
    padding: 3px;
}
.ac_results {
    border-color: #777;
}

tbody tr:first-child td {
	padding-bottom: 20px;
}

.change_link {
    color: #0E0EF4;
    cursor: pointer;
    text-decoration: underline;
}

.vwb-nova-poshta-container {
    position: relative;
}

.preloader_np {
    background: url("../img/preloader_np.gif") no-repeat;
    z-index: 9999;
    height: 50px;
    width: 50px;
    position: absolute;
}
.center_np {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}