.breadcrum {
    padding: 24px 0;
}

.separator {
    margin: 0 16px;
}

.form-title h1 {
    font-size: 36px;
}

.form {
    max-width: 680px;
}

.hide {
    display: none !important;
}

.show {
    display: initial !important;
}

.login_error {
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    max-width: 400px;
    margin: auto;
    margin-top: 440px;
}

.login_error p {
    margin: 0 0 34px 0;
}

.login_error button {
    margin: 0;
}

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

form#refund-request-form, form#cancel-subscription-form {
    padding-bottom: 80px;
}

.form-field,
.form-field~.form-field {
    margin-top: 24px;
    height: 100%;
    position: relative;
}

.form-field label {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    z-index: 1;
    color: #000000;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.form-field:focus label {
    font-size: 12px;
    top: 5px;
    color: #B2B2B2;
}

.form-field .datepicker {
    position: relative;
    z-index: 10;
    background: none;
}

.focus-label {
    top: 5px !important;
    color: #B2B2B2 !important;
}

/* .form-field input:focus {
    border: 1px solid #61ADE0 !important;
} */

.form-field input,
.form-field textarea,
.form-field select {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px 10px 0px 10px;
    width: 100%;
    height: 56px;
    color: #000000;
}

.form-field input[type="checkbox"] {
    width: auto;
}

.form-field textarea {
    height: auto;
}

.form-field .nesty-input {
    background: none;
    border-radius: 0px;
    height: 56px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
    padding-top: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

a.nesty-input {
    text-transform: none;
}

.form-field .nesty-input:focus {
    /* border: 1px solid #61ADE0; */
    text-decoration: none;
}

.nesty-input:after {
    /* color: #df1b12; */
    top: 40%;
    content: "";
    background-image: url('$assets-arrow_down_red-png');
    background-size: 100% 100%;
    background-position: center;
    width: 14px;
    height: 14px;
    transition: all 0.25s ease-in-out;
    transform: rotate(0deg);
}

.nesty-inputSelected:after {
    transform: rotate(180deg);
}

.hc-multiselect-toggle {
    padding-top: 20px;
    min-height: 60px;
}

.form-field .hc-multiselect-toggle:focus {
    outline: none;
    /* border: 1px solid #61ADE0; */
    text-decoration: none;
}

.form-field textarea {
    vertical-align: middle;
    padding-top: 20px;
}

.form-field input[type="checkbox"]+label {
    margin: 0 0 0 10px;
    padding-top: 20px;
}

.form-field.required>label::after {
    content: "*";
    color: #DF1B12;
    margin-left: 2px;
}

.form-field .optional {
    color: #bebebe;
    margin-left: 4px;
}

.invalid-input {
    border: 1px solid #DF1B12 !important;
}

.refund_reason.invalid-input, .select_subscription.invalid-input{
    border-radius: 10px;
}

.form-field p {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    color: #4c4c4c;
    font-size: 14px;
    margin: 5px 0;
}

.form-field.required.order_no {
    display: flex;
}

.order_no button {
    position: absolute;
    right: 0;
    margin: 8px;
    border-radius: 20px !important;
    width: 40px;
    height: 40px;
    padding: revert-layer;
}

#order_submit .animated_arrow_first {
    margin-top: 14px;
    margin-left: 8px;
}

#order_submit .animated_arrow_second {
    margin-top: 14px;
    margin-left: -12px;
}

img.order_cross {
    margin-top: 5px;
}

.order_details,
.select_product_box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-top: 24px;
    padding: 12px 16px;
}

.order_details .field_heading {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #000000;
}

.order_details span {
    margin-bottom: 12px;
}

.order_details input {
    width: 24px;
    height: 24px;
}

#order_detail_error_text a, #link_device_info_box_text a, #order_detail_order_no_text a {
    margin-top: 12px;
    display: block;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    text-underline-offset: 2px;
}

.order_details .radio_buttons,
.select_product_box .radio_buttons {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.radio_button {
    display: flex;
    gap: 5px;
    flex: 50%;
}

.radio_button img {
    width: 42px;
    height: 82px;
}

.radio_option {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* The radio_container */
.radio_container {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input~.checkmark {
    background-color: #E5E5E5;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked~.checkmark {
    background-color: #DF1B12;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

img.product_image{
    width: 100px;
    height: 60px;
}

/* select:focus {
    border: 1px solid #61ADE0;
} */

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.spinner {
    border: 4px solid #E5E5E5;
    border-top: 4px solid #df1b12;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

.order_detail_info_box,
.link_device_info_box {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px 10px 0px 10px;
    margin-top: 24px;
}

.box_label {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #000000;
}

span.product_serial_number {
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #666666;
}

.field_error, .refund_reason_error, .order_no_error, .select_subscription_error {
    color: #DF1B12;
    font-size: 12px;
    display: block;
    margin-top: 6px;
}

.showMessage {
    position: absolute;
    width: 50vw;
    max-width: 488px;
    top: 24px;
    left: 30vw;
    background: #FDC530;
    border-radius: 20px;
    display: flex;
}

.showMessage p {
    flex: 9.5;
    padding: 0 16px;
    line-height: 20px;
}

.showMessage span {
    flex: 0.5;
    align-content: center;
    border-left: 1px solid #fff;
    padding: 16px;
    text-align: center;
    cursor: pointer;
}

.showMessage img {
    width: 12px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#order_reset:hover {
    -webkit-animation: rotating 2s ease-in-out infinite;
    animation: rotating 2s ease-in-out infinite;
    animation-iteration-count: 1;
}

@media (max-width: 767px) {
    .showMessage {
        width: 100%;
        max-width: 100%;
        left: 0;
    }
}

#request_a_refund_btn{
    margin: 40px 0 0;
}

/* Select Option style */
sl-select {
    height: 56px;
    --sl-input-border-color-focus: none;
    --sl-input-focus-ring-color: none;
}

sl-select sl-icon[slot="expand-icon"] {
    height: 8px;
    width: 12px;
}

sl-select::part(combobox) {
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    height: 56px;
    padding: 0 16px;
}

/* Hide existing tick icon */
sl-option::part(checked-icon) {
    visibility: hidden !important;
    display: none !important;
}

sl-option::part(base) {
    background-color: white;
    color: black;
    padding-left: 16px;
}

sl-option::part(base):hover {
    background-color: #e5e5e5;
}

sl-select:not([multiple]) sl-option[aria-selected="true"]::part(base) {
    background-color: #e5e5e5;
}

sl-select::part(form-control-label),
sl-select::part(display-input) {
    color: #000;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

sl-input::part(input),
sl-select::part(display-input) {
    height: 100%;
}

.floating-label {
    position: relative;
}

/* Reset default labels for all components */
.floating-label sl-select::part(form-control-label) {
    display: none;
}

.floating-label .custom-label {
    position: absolute;
    left: 16px;
    top: 28px;
    transform: translateY(-50%);
    background: var(--sl-input-background-color);
    pointer-events: none;
    transition: transform 200ms ease, color 200ms ease;
    transform-origin: left;
    z-index: 2;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

/* Move label up when components are focused or have content*/
.floating-label sl-select:focus-within~.custom-label,
.floating-label sl-select[data-has-content="true"]~.custom-label {
    transform: translateY(-20px);
    color: #000;
    opacity: 30%;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 18px;
}

/* Apply padding to make space for the floating label, needs more padding at top */
.floating-label sl-select::part(display-input) {
    padding: 0 16px;
    padding-top: 28px;
    padding-bottom: 8px;
    font-size: 1rem;
    color: #000;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.floating-label sl-select::part(display-input) {
    height: 100%;
}

.floating-label sl-select::part(combobox) {
    padding-inline-start: 0;
}

.custom-label .required {
    color: #df1b12;
    margin-left: 2px;
}