infinity-forge
Version:
1,277 lines (1,100 loc) • 26.1 kB
CSS
*,
*::before,
*::after {
box-sizing: border-box;
}
button,
a {
outline: unset ;
cursor: pointer;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
.row {
display: flex;
gap: 15px;
}
@-ms-viewport {
width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex='-1']:focus {
outline: none ;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #868e96;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
box-sizing: border-box;
padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
input[id*="-focus"] {
width: unset ;
height: unset ;
position: absolute ;
top: 0 ;
left: 0 ;
opacity: 0 ;
pointer-events: none;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search'] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none ;
}
ul,
ul li {
list-style-type: none;
padding-left: 0;
}
@keyframes placeHolderShimmer {
0% {
background-position: 0px 0;
}
100% {
background-position: 100vw 0;
}
}
#__next {
position: relative;
z-index: 1;
}
.conntent_form_infinity_forge .button-flag {
background: transparent;
border: none;
padding: 0;
transition: all 0.2s;
margin: 0 15px 15px 0;
}
.conntent_form_infinity_forge .button-flag img {
max-width: 50px;
width: auto ;
height: 30px;
}
.conntent_form_infinity_forge .button-flag:hover {
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) ;
}
body:has(> [id*='enabled-overflow-tooltip']) {
overflow: hidden;
}
.swal2-popup {
max-width: 480px ;
border-radius: 12px ;
}
.swal2-icon {
justify-content: center;
width: 80px;
height:80px;
margin: -8px auto 24px;
border: 4px solid transparent;
border-radius: 50%;
cursor: default;
user-select: none;
transform: scale(.8);
}
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000;
opacity: .4
}
.toast-title {
font-weight: 700
}
.toast-message {
word-wrap: break-word
}
.toast-message a,.toast-message label {
color: #526484
}
.toast-message a:hover {
color: #ccc;
text-decoration: none
}
.swal2-popup.swal2-toast {
flex-direction: row;
align-items: center;
width: auto;
padding: 10px;
overflow-y: hidden;
background: #fff;
box-shadow: 0 0 10px #d9d9d9
}
.swal2-popup.swal2-toast .swal2-header {
flex-direction: row
}
.swal2-popup.swal2-toast .swal2-title {
flex-grow: 1;
justify-content: flex-start;
margin: 0 9.6px;
font-size: 16px
}
.swal2-popup.swal2-toast .swal2-footer {
margin: 8px 0 0;
padding: 8px 0 0;
font-size: 12.8px
}
.swal2-popup.swal2-toast .swal2-close {
position: static;
width: 12.8px;
height: 12.8px;
line-height: 12.8px
}
.swal2-popup.swal2-toast .swal2-content {
justify-content: flex-start;
font-size: 16px
}
.swal2-popup.swal2-toast .swal2-icon {
width: 32px;
min-width: 32px;
height: 32px;
margin: 0
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
display: flex;
align-items: center;
font-size: 28.8px;
font-weight: 700
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
font-size: 4px
}
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
width: 32px;
height: 32px
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
top: 14px;
width: 22px
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
left: 5px
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
right: 5px
}
.swal2-popup.swal2-toast .swal2-actions {
flex-basis: auto;
width: auto;
height: auto;
margin: 0 5px
}
.actions ul li .swal2-popup.swal2-toast .swal2-actions a,.dual-listbox .swal2-popup.swal2-toast .swal2-actions .dual-listbox__button,.swal2-popup.swal2-toast .swal2-actions .actions ul li a,.swal2-popup.swal2-toast .swal2-actions .btn,.swal2-popup.swal2-toast .swal2-actions .dual-listbox .dual-listbox__button {
margin: 0 8px
}
.swal2-popup.swal2-toast .swal2-styled {
margin: 0 8px;
padding: 5px 10px;
font-size: 16px
}
.swal2-popup.swal2-toast .swal2-styled:focus {
box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(115,58,234,.4)
}
.swal2-popup.swal2-toast .swal2-success {
border-color: #0fca7a
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
position: absolute;
width: 25.6px;
height: 48px;
transform: rotate(45deg);
border-radius: 50%
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
top: -12.8px;
left: -8px;
border-radius: 64px 0 0 64px;
transform: rotate(-45deg);
transform-origin: 32px 32px
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
top: -4px;
left: 15px;
border-radius: 0 64px 64px 0;
transform-origin: 0 24px
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
width: 32px;
height: 32px
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
top: 0;
left: 7px;
width: 7px;
height: 43px
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
height: 5px
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
top: 18px;
left: 3px;
width: 12px
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
top: 15px;
right: 3px;
width: 22px
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
animation: swal2-toast-animate-success-line-tip .75s
}
.swal2-popup.swal2-toast.swal2-hide {
animation: swal2-toast-hide .1s forwards
}
.swal2-container {
display: flex;
position: fixed;
z-index: 1060;
top: 0;
right: 0;
bottom: 0;
left: 0;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 10px;
overflow-x: hidden;
transition: background-color .1s;
-webkit-overflow-scrolling: touch
}
.swal2-container.swal2-backdrop-show {
background: rgba(28,43,70,.4)
}
.swal2-container.swal2-backdrop-hide {
background: 0 0
}
.swal2-container.swal2-top {
align-items: flex-start
}
.swal2-container.swal2-top-left,.swal2-container.swal2-top-start {
align-items: flex-start;
justify-content: flex-start
}
.swal2-container.swal2-top-end,.swal2-container.swal2-top-right {
align-items: flex-start;
justify-content: flex-end
}
.swal2-container.swal2-center {
align-items: center
}
.swal2-container.swal2-center-left,.swal2-container.swal2-center-start {
align-items: center;
justify-content: flex-start
}
.swal2-container.swal2-center-end,.swal2-container.swal2-center-right {
align-items: center;
justify-content: flex-end
}
.swal2-container.swal2-bottom {
align-items: flex-end
}
.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start {
align-items: flex-end;
justify-content: flex-start
}
.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right {
align-items: flex-end;
justify-content: flex-end
}
.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child {
margin-top: auto
}
.swal2-container.swal2-grow-fullscreen>.swal2-modal {
display: flex;
flex: 1;
align-self: stretch;
justify-content: center
}
.swal2-container.swal2-grow-row>.swal2-modal {
display: flex;
flex: 1;
align-content: center;
justify-content: center
}
.swal2-container.swal2-grow-column {
flex: 1;
flex-direction: column
}
.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top {
align-items: center
}
.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start {
align-items: flex-start
}
.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right {
align-items: flex-end
}
.swal2-container.swal2-grow-column>.swal2-modal {
display: flex;
flex: 1;
align-content: center;
justify-content: center
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
margin: auto
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
.swal2-container .swal2-modal {
margin: 0
}
}
.swal2-container {
font-size: 16px ;
}
.swal2-popup {
display: none;
position: relative;
box-sizing: border-box;
flex-direction: column;
font-size: 16px ;
justify-content: center;
width: 480px;
max-width: 100%;
padding: 44px 40px;
border: none;
border-radius: 4px;
background: #fff;
font-family: inherit;
font-size: 1rem
}
.swal2-popup:focus {
outline: 0
}
.swal2-popup.swal2-loading {
overflow-y: hidden
}
.swal2-header {
display: flex;
flex-direction: column;
align-items: center
}
.swal2-title {
position: relative;
max-width: 100%;
margin: 0 0 10.24px;
padding: 0;
color: #364a63;
font-size: 24px;
font-weight: 700;
text-align: center;
text-transform: none;
word-wrap: break-word
}
.swal2-html-container {
margin-bottom: 16px
}
.swal2-actions {
display: flex;
z-index: 1;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
margin: 16px auto 0
}
.actions ul li .swal2-actions a,.dual-listbox .swal2-actions .dual-listbox__button,.swal2-actions .actions ul li a,.swal2-actions .btn,.swal2-actions .dual-listbox .dual-listbox__button {
margin: 0 12px
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
opacity: .4
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
background-image: linear-gradient(rgba(31,43,58,.1),rgba(31,43,58,.1))
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
background-image: linear-gradient(rgba(31,43,58,.2),rgba(31,43,58,.2))
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
box-sizing: border-box;
width: 40px;
height: 40px;
margin: 7.5px;
padding: 0;
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
border: 4px solid transparent;
border-radius: 100%;
border-color: transparent;
background-color: transparent;
color: transparent;
cursor: default;
user-select: none
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
margin-right: 48px;
margin-left: 48px
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
content: "";
display: inline-block;
width: 24px;
height: 24px;
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
border: 4px solid #b4c4d7;
border-radius: 50%;
margin-left: 8px;
border-right-color: transparent;
box-shadow: 1px 1px 1px #fff
}
.swal2-styled {
margin: 8px;
box-shadow: none;
padding: 8px 16px;
font-size: 15px;
line-height: 20px;
border-radius: 8px;
min-width: 144px
}
.swal2-loading .swal2-styled {
min-width: 0
}
.swal2-styled:not([disabled]) {
cursor: pointer
}
.swal2-styled.swal2-confirm {
border: 0;
border-radius: 4px;
background: initial;
background-color: #0fca7a;
color: #fff
}
.swal2-styled.swal2-confirm:focus {
outline: 0
}
.swal2-styled.swal2-cancel {
border: 0;
border-radius: 4px;
background: initial;
background-color: #f2426e;
color: #fff
}
.swal2-styled.swal2-cancel:focus {
outline: 0
}
.swal2-styled::-moz-focus-inner {
border: 0
}
.swal2-footer {
justify-content: center;
margin: 20px 0 0;
padding: 16px 0 0;
border-top: 1px solid #eee;
color: #5a7ca7;
font-size: 16px
}
.swal2-timer-progress-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: rgba(31,43,58,.2)
}
.swal2-image {
max-width: 100%;
margin: 0 auto 24px
}
.swal2-close {
position: absolute;
z-index: 2;
top: 0;
right: 0;
justify-content: center;
width: 19.2px;
height: 19.2px;
padding: 0;
overflow: hidden;
transition: color .1s ease-out;
border: none;
border-radius: 0;
outline: initial;
background: 0 0;
color: #f7f8fa;
font-family: serif;
font-size: 40px;
line-height: 1.2;
cursor: pointer
}
.swal2-close:hover {
transform: none;
background: 0 0;
color: #f2426e
}
.swal2-close::-moz-focus-inner {
border: 0
}
.swal2-content {
z-index: 1;
justify-content: center;
margin: 0;
padding: 0;
color: #8094ae;
font-size: 14px;
font-weight: 400;
line-height: normal;
text-align: center;
word-wrap: break-word
}
.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea {
margin: 16px auto
}
.swal2-file,.swal2-input,.swal2-textarea {
box-sizing: border-box;
width: 100%;
transition: border-color .3s,box-shadow .3s;
border: 1px solid #dbdfea;
border-radius: 4px;
background: inherit;
box-shadow: none;
color: inherit;
font-size: 14px
}
.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror {
border-color: #f2426e;
box-shadow: 0 0 2px #f2426e
}
.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus {
border: 1px solid #733aea;
outline: 0;
box-shadow: 0 0 0 3px rgba(115,58,234,.1)
}
.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder {
color: #f7f8fa
}
.swal2-range {
margin: 16px auto;
background: #fff
}
.swal2-range input {
width: 80%
}
.swal2-range output {
width: 20%;
color: inherit;
font-weight: 600;
text-align: center
}
.swal2-range input,.swal2-range output {
height: 44px;
padding: 0;
font-size: 14px;
line-height: 44px
}
.swal2-input {
height: 44px;
padding: 0 16px
}
.swal2-input[type=number] {
max-width: 160px
}
.swal2-file {
background: inherit;
font-size: 14px
}
.swal2-textarea {
height: 108px;
padding: 12px
}
.swal2-select {
min-width: 50%;
max-width: 100%;
padding: 6px 10px;
background: inherit;
color: inherit;
font-size: 14px
}
.swal2-checkbox,.swal2-radio {
align-items: center;
justify-content: center;
background: #fff;
color: inherit
}
.swal2-checkbox label,.swal2-radio label {
margin: 0 9.6px;
font-size: 14px
}
.swal2-checkbox input,.swal2-radio input {
margin: 0 6.4px
}
.swal2-validation-message {
display: none;
align-items: center;
justify-content: center;
padding: 16px;
overflow: hidden;
background: #fff;
color: #728fb3;
font-size: 16px;
font-weight: 300
}
.swal2-validation-message::before {
content: "!";
display: inline-block;
width: 24px;
min-width: 24px;
height: 24px;
margin: 0 16px;
border-radius: 50%;
background-color: #f2426e;
color: #fff;
font-weight: 600;
line-height: 24px;
text-align: center
}
.swal2-icon {
position: relative;
box-sizing: content-box;
justify-content: center;
width: 80px;
height: 80px;
margin: -8px auto 24px;
border: 4px solid transparent;
border-radius: 50%;
font-family: inherit;
line-height: 80px;
cursor: default;
user-select: none;
transform: scale(.8)
}
.swal2-icon .swal2-icon-content {
display: flex;
align-items: center;
font-size: 60px
}
.swal2-icon.swal2-error {
border-color: #f2426e;
color: #f2426e
}
.swal2-icon.swal2-error .swal2-x-mark {
position: relative;
flex-grow: 1
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
display: block;
position: absolute;
top: 37px;
width: 47px;
height: 5px;
border-radius: 2px;
background-color: #f2426e
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
left: 17px;
transform: rotate(45deg)
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
right: 16px;
transform: rotate(-45deg)
}
.swal2-icon.swal2-error.swal2-icon-show {
animation: swal2-animate-error-icon .5s
}
.swal2-icon.swal2-success {
border-color: #0fca7a;
color: #0fca7a
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
position: absolute;
width: 60px;
height: 120px;
transform: rotate(45deg);
border-radius: 50%
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
top: -7px;
left: -33.016px;
transform: rotate(-45deg);
transform-origin: 60px 60px;
border-radius: 120px 0 0 120px
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
top: -11px;
left: 30px;
transform: rotate(-45deg);
transform-origin: 0 60px;
border-radius: 0 120px 120px 0
}
.swal2-icon.swal2-success .swal2-success-ring {
position: absolute;
z-index: 2;
top: -4px;
left: -4px;
box-sizing: content-box;
width: 100%;
height: 100%;
border: 4px solid rgba(15,202,122,.3);
border-radius: 50%
}
.swal2-icon.swal2-success .swal2-success-fix {
position: absolute;
z-index: 1;
top: 8px;
left: 26px;
width: 7px;
height: 90px;
transform: rotate(-45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
display: block;
position: absolute;
z-index: 2;
height: 5px;
border-radius: 2px;
background-color: #0fca7a
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
top: 46px;
left: 14px;
width: 25px;
transform: rotate(45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
top: 38px;
right: 8px;
width: 47px;
transform: rotate(-45deg)
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
animation: swal2-animate-success-line-tip .75s
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
animation: swal2-animate-success-line-long .75s
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
animation: swal2-rotate-success-circular-line 4.25s ease-in
}
.swal2-progress-steps {
align-items: center;
margin: 0 0 20px;
padding: 0;
background: inherit;
font-weight: 600
}
.swal2-progress-steps li {
display: inline-block;
position: relative
}
.swal2-progress-steps .swal2-progress-step {
z-index: 20;
width: 32px;
height: 32px;
border-radius: 32px;
background: #3085d6;
color: #fff;
line-height: 32px;
text-align: center
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
background: #3085d6
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
background: #add8e6;
color: #fff
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
background: #add8e6
}
.swal2-progress-steps .swal2-progress-step-line {
z-index: 10;
width: 40px;
height: 6.4px;
margin: 0 -1px;
background: #3085d6
}
[class^=swal2] {
-webkit-tap-highlight-color: transparent
}
.swal2-show {
animation: swal2-show .3s
}
.swal2-hide {
animation: swal2-hide .15s forwards
}
.swal2-noanimation {
transition: none
}
.swal2-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
.swal2-rtl .swal2-close {
right: auto;
left: 0
}
.swal2-rtl .swal2-timer-progress-bar {
right: 0;
left: auto
}