/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.content,
.header {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}
body,
html {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 10px;
    height: 100%;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-Regular.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-Bold.woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.su__ellipse_bg {
    top: 40px;
    position: absolute;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f9fafa 0%, #f3fefe 47.5%, #fee9f2 100%);
    background-size: contain;
    background-position: center;
    z-index: 1;
    animation: 10s linear infinite rotate;
}

/* 
.su__ellipse_bg::before {
    top: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
}

.su__ellipse_bg::before {
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(0, 128, 255, 0.1), transparent);
    filter: blur(10px);
    opacity: 0.7;
    z-index: -1;
    animation: 3s ease-in-out infinite glowPulse;
} */

/* Animations are applied only when the class 'animate' is added */
.su__ellipse_bg.animate {
    animation: rotate 10s linear infinite;
}

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

.su__ellipse_bg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(0, 128, 255, 0.1), transparent);
    filter: blur(10px);
    opacity: 0.7;
    z-index: -1;
}

/* Glow animation is applied only when the class 'animate' is added */
.su__ellipse_bg.animate::before {
    animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {
    0%,
    100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

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

@keyframes glowPulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 1;
    }
}

.su__orderInfo {
    z-index: 2;
}

.su__subtitle {
    z-index: 2;
}

.input,
.su__dropdownInput {
    display: flex;
    height: 45px;
    border-radius: 20px;
    border: 1px solid #edecec;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(188, 186, 186, 0.1);
    font-family: Raleway;
    color: #212121;
    font-family: 17px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    z-index: 2;
    box-sizing: border-box;
}
.input:focus,
.su__dropdownInput:focus {
    outline: none;
}

.igTitle,
.su__title {
    color: #c2185b;
    text-align: center;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.pt_international {
    background: url("../images/images_new/pt_international.svg") no-repeat;
    display: block;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.pt_usa {
    background: url("../images/images_new/pt_usa.svg") no-repeat;
    display: block;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.pt_germany {
    background: url("../images/images_new/pt_germany.svg") no-repeat;
    display: block;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.pt_france {
    background: url("../images/images_new/pt_france.svg") no-repeat;
    display: block;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.pt_israel {
    background: url("../images/images_new/pt_israel.svg") no-repeat;
    display: block;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.su__packageNameDigit {
    color: #212121;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orderPackageName,
.su__packageName {
    display: flex;
    justify-content: center;
    color: #212121;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 10px;
}

.orderPackageCount,
.su__packageNameCount {
    color: #212121;
    font-family: Lato, sans-serif;
    font-size: 20px;
    letter-spacing: 0.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orderPackagePrice,
.su__packagePrice {
    display: flex;
    justify-content: center;
    color: #212121;
    font-family: Lato;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.orderPackagePriceCurr,
.su__packagePriceCur {
    color: #212121;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.orderPackageUsernameBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderPackageUsername {
    color: #212121;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.orderPackageUsernameImage {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.text,
.su__subtitle,
.su__addText {
    display: flex;
    color: #212121;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0;
}

.btnPrimary,
.su__btn {
    display: flex;
    width: 213px;
    height: 55px;
    border-radius: 10px;
    background: #21b4b7;
    box-shadow: 1px 1px 10px 0px rgba(87, 87, 87, 0.15);
    color: #fff;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}
.btnPrimary span,
.su__btn span {
    margin: auto;
}

.btnPrimary:active,
.su__btn:active {
    background: #115f61;
}

@media (min-width: 1024px) {
    .btnPrimary:hover,
    .su__btn:hover {
        background: #115f61;
    }
}
.error,
.su__error {
    display: block;
    color: #d00;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 2;
    margin-bottom: 15px;
}

.su__orderWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 60rem;
    margin: 0rem auto;
    padding: 0rem 1.5rem;
    padding-bottom: 90px;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.su__dropdown {
    position: relative;
    width: 100%;
    z-index: 2;
}
.su__dropdownInput {
    min-width: 30rem;
    width: 100%;
    margin-bottom: 25px;
}
.su__dropdownBlock {
    position: absolute;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #edecec;
    background: #fff;
    box-shadow: 1px 1px 4px 0px rgba(170, 170, 170, 0.1);
    list-style-type: none;
    padding: 0rem;
    min-width: 30rem;
    padding-top: 4rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 0rem;
    border-radius: 2rem;
    width: 94%;
    max-height: 150px;
    overflow-y: auto;
    height: auto;
}

.su__dropdownBlockItem {
    display: flex;
    color: #212121;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
}
.su__dropdownBlockItem:first-child {
    margin-top: 2rem;
}
.su__dropdownBlockItemIcon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #d9d9d9;
}

.su__form--username {
    position: relative;
    width: 100%;
}

.su__dropdownInput {
    width: 100%;
    min-width: 30rem;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.su__dropdownBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #edecec;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(170, 170, 170, 0.1);
    list-style-type: none;
    padding: 3.2rem 1.5rem 1.5rem;
    margin: 0;
    overflow-y: auto;
    z-index: 1;
    height: auto;
    max-height: 150px;
}

/* FROM OLD MAIN */

.su__form--username .form__button--submit .button__text {
    display: flex;
    flex-direction: column;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    z-index: 3;
}

.serviceReportRef {
    z-index: 2;
}

.su__form--username {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.su__form--username .form__button--submit:active {
    background: #1d9fa1;
}

.text {
    font-family: Raleway;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-style: normal;
    font-weight: normal;
    color: #212121;
}

.pending--on {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70' style='width: 100%25; height: 100%25;'%3E%3Cdesc%3EMade with illustrio%3C/desc%3E%3Cg class='base'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' class='main-fill'%3E%3Cpath fill='none' d='M22,12 L25.406,8.594 C23.031,5.656 19.602,4 16,4 C9.371,4 4,9.375 4,16 C4,22.629 9.371,28 16,28 C19.602,28 22.82,26.406 25.02,23.895 L28.028,26.528 C25.094,29.875 20.801,32 16,32 C7.164,32 0,24.836 0,16 C0,7.164 7.164,0 16,0 C20.801,0 25.332,2.387 28.266,5.734 L32,2 L32,12 L22,12 Z' transform='translate(19 19)' stroke='none' class='main-fill'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cstyle%3E .main-fill %7Bfill: %23fff;%7D .main-stroke %7Bstroke: %23fff;%7D .secondary-fill %7Bfill: %2321B4B7;%7D .secondary-stroke %7Bstroke: %2321B4B7;%7D .main-fill--darken %7Bfill: %23d9d9d9;%7D .main-stroke--darken %7Bstroke: %23d9d9d9;%7D .secondary-fill--darken %7Bfill: %23157476;%7D .secondary-stroke--darken %7Bstroke: %23157476;%7D .main-fill--darkener %7Bfill: %23bfbfbf;%7D .main-stroke--darkener %7Bstroke: %23bfbfbf;%7D .secondary-fill--darkener %7Bfill: %230e4a4b;%7D .secondary-stroke--darkener %7Bstroke: %230e4a4b;%7D %3C/style%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    background-size: cover;
    -webkit-animation: rotationArrow 1s infinite linear;
    animation: rotationArrow 1s infinite linear;
}

@-webkit-keyframes rotationArrow {
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

@keyframes rotationArrow {
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

@media (min-width: 450px) and (max-width: 549px) {
    .su__ellipse_bg {
        width: 336px;
        height: 336px;
    }

    .su__form--username {
        padding: 0rem;
        width: 80%;
    }

    .su__form--username .form__username {
        box-sizing: border-box;
    }

    .su__form--username .form__button--submit {
        width: 80%;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .su__form--username {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 951px) {
    .su__ellipse_bg {
        top: 10px;
        width: 350px;
        height: 350px;
    }

    .su__form--username {
        width: 80%;
    }

    .su__form--username .form__button--submit {
        width: 50%;
    }

    .osu__form--username .form__button--submit:hover {
        background: #1d9fa1;
    }
}

@media screen and (min-width: 952px) {
    .text {
        font-size: 16px;
    }

    .su__ellipse_bg {
        top: 25px;
        width: 350px;
        height: 350px;
    }

    .su__form--username {
        width: 80%;
    }

    .su__form--username .form__button--submit {
        width: 40%;
    }

    .su__form--username .form__button--submit:hover {
        background: #1d9fa1;
    }
}

.mr5 {
    margin-right: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mr-10 {
    margin-right: 10px;
}
