@media screen and (max-width: 599px) {
    .dhlpwc-modal-content {
        width: 95vw;
        margin: 15vh auto 0 auto;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .dhlpwc-modal-content {
        width: 80vw;
        margin: 8vh auto 0 auto;
    }
}

@media screen and (min-width: 1025px) {
    .dhlpwc-modal-content {
        width: 70vw;
        margin: 5vh auto 0 auto;
    }
}

/* The Modal (background) */
.dhlpwc-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.dhlpwc-modal-content {
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    padding: 5px 15px 20px 15px;
    border: 1px solid #888;

    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

/* The Close Button */
.dhlpwc-modal-close-wrapper {
    width:100%;
    text-align: right;
    padding-bottom: 38px;
}

.dhlpwc-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.dhlpwc-modal-close:after {
    content: '';
    display: block;
    clear: both;
}

.dhlpwc-modal-close:hover,
.dhlpwc-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#dhl-servicepoint-locator-component {
    width: 100%;
    height: 75vh;
}

#dhl-servicepoint-locator-component *:focus {outline:none !important}

#dhl-servicepoint-locator-component input[type='text'],
#dhl-servicepoint-locator-component input[type='number'],
#dhl-servicepoint-locator-component input[type='email'],
#dhl-servicepoint-locator-component input[type='tel'],
#dhl-servicepoint-locator-component input[type='url'],
#dhl-servicepoint-locator-component input[type='password'],
#dhl-servicepoint-locator-component input[type='search'],
#dhl-servicepoint-locator-component textarea,
#dhl-servicepoint-locator-component .input-text {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

#dhl-servicepoint-locator-component input.MuiOutlinedInput-input[type='text'],
#dhl-servicepoint-locator-component input.MuiOutlinedInput-input[type='number'],
#dhl-servicepoint-locator-component input.MuiOutlinedInput-input[type='email'],
#dhl-servicepoint-locator-component input.MuiOutlinedInput-input[type='tel'],
#dhl-servicepoint-locator-component input.MuiOutlinedInput-input[type='url'],
#dhl-servicepoint-locator-component input.MuiOutlinedInput-input[type='password'],
#dhl-servicepoint-locator-component input.MuiOutlinedInput-input[type='search'],
#dhl-servicepoint-locator-component textarea.MuiOutlinedInput-input,
#dhl-servicepoint-locator-component .input-text.MuiOutlinedInput-input {
    color: #333333;
    padding: 28px 14px 10px;
    font-size: 16px;
    font-style: normal;
    font-family: Delivery Light;
    font-weight: 400;
    z-index: 9;
    border: none;
}

#dhl-servicepoint-locator-component input[type='text']:focus,
#dhl-servicepoint-locator-component input[type='number']:focus,
#dhl-servicepoint-locator-component input[type='email']:focus,
#dhl-servicepoint-locator-component input[type='tel']:focus,
#dhl-servicepoint-locator-component input[type='url']:focus,
#dhl-servicepoint-locator-component input[type='password']:focus,
#dhl-servicepoint-locator-component input[type='search']:focus,
#dhl-servicepoint-locator-component textarea:focus,
#dhl-servicepoint-locator-component .input-text:focus {
    background: transparent;
}

#dhlparcel_shipping_locator_real_reset form,
#dhlparcel_shipping_locator_real_reset input[name="postNumber"],
#dhlparcel_shipping_locator_real_reset fieldset:not(.MuiOutlinedInput-notchedOutline),
#dhlparcel_shipping_locator_real_reset {
    all: initial;
}
