html body .gfpm-container,
html body .gfpm-container *,
html body .gfpm-floating,
html body .gfpm-floating * {
    box-sizing: border-box;
}
html body .gfpm-container {
    position: relative;
    width: 100%;
    min-width: 0;
}
html body .gfpm-container > .gfpm-iti {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
html body .gfpm-container input.gfpm-input {
    display: block;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    direction: ltr;
    text-align: left;
}
html body .gfpm-container .gfpm-value,
html body .gfpm-container input[type="hidden"] {
    display: none !important;
}
html body .gfpm-iti .gfpm-tel__selected-country,
html body .gfpm-iti .gfpm-tel__search-clear {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #334155 !important;
    font: inherit;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    text-shadow: none;
    transform: none;
}
html body .gfpm-iti .gfpm-tel__selected-country::before,
html body .gfpm-iti .gfpm-tel__selected-country::after,
html body .gfpm-iti .gfpm-tel__search-clear::before,
html body .gfpm-iti .gfpm-tel__search-clear::after {
    content: none !important;
}
html body .gfpm-iti .gfpm-tel__selected-country-primary {
    height: 100%;
    align-items: center;
}
html body .gfpm-iti .gfpm-tel__selected-country:disabled {
    cursor: default;
    opacity: .55;
}
html body .gfpm-iti .gfpm-tel__selected-country:focus-visible,
html body .gfpm-iti .gfpm-tel__search-clear:focus-visible {
    outline: 2px solid #007fff;
    outline-offset: -2px;
}
html body .gfpm-iti .gfpm-tel__search-input {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 40px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #243447 !important;
    font: 400 15px/1.4 Arial, Helvetica, sans-serif !important;
    box-shadow: none !important;
    text-transform: none;
}
html body .gfpm-iti .gfpm-tel__search-input::placeholder {
    color: #677687;
    opacity: 1;
}
html body .gfpm-iti .gfpm-tel__country-selector {
    background: #fff;
    color: #243447;
    font: 400 15px/1.4 Arial, Helvetica, sans-serif;
    text-align: start;
    text-transform: none;
    box-shadow: 0 8px 24px rgba(18,48,71,.16);
}
html body .gfpm-iti .gfpm-tel__country-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
html body .gfpm-iti .gfpm-tel__country {
    display: flex;
    align-items: center;
    min-height: 35px;
    padding: 8px 10px;
    margin: 0 !important;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}
html body .gfpm-iti .gfpm-tel__dial-code,
html body .gfpm-iti .gfpm-tel__selected-dial-code {
    color: #5a6874;
    direction: ltr;
    unicode-bidi: isolate;
}
html body .gfpm-floating {
    z-index: 1000010;
}
html body .gfpm-iti .gfpm-tel__flag {
    flex-shrink: 0;
}
html body .gfpm-iti .gfpm-tel__hide {
    display: none !important;
}
html body .gfpm-iti .gfpm-tel__a11y-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
html body .gfpm-rtl .gfpm-input {
    text-align: left;
}
