am-input-clear { display: block; }

.am-list-item .am-input-extra { flex: initial; min-width: 0px; max-height: =
21px; overflow: hidden; padding-right: 0px; line-height: 1; color: rgb(136,=
136, 136); font-size: 15px; margin-left: 5px; }

.am-list-item.am-input-error .am-input-control input { color: rgb(255, 85, =
0); }

.am-list-item.am-input-error .am-input-error-extra { height: 21px; width: 2=
1px; margin-left: 6px; background-image: url("data:image/svg+xml;charset=3D=
utf-8,%3Csvg width=3D'18' height=3D'18' viewBox=3D'0 0 18 18' xmlns=3D'http=
://www.w3.org/2000/svg'%3E%3Cpath d=3D'M9 1.266a7.69 7.69 0 0 1 5.469 2.264=
c.71.71 1.269 1.538 1.657 2.459.404.954.608 1.967.608 3.011a7.69 7.69 0 0 1=
-2.264 5.469 7.694 7.694 0 0 1-2.459 1.657A7.675 7.675 0 0 1 9 16.734a7.69 =
7.69 0 0 1-5.469-2.264 7.694 7.694 0 0 1-1.657-2.459A7.675 7.675 0 0 1 1.26=
6 9 7.69 7.69 0 0 1 3.53 3.531a7.694 7.694 0 0 1 2.459-1.657A7.675 7.675 0 =
0 1 9 1.266zM9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9zm0=
11.25a.703.703 0 0 1-.703-.703V4.06a.703.703 0 1 1 1.406 0v6.486A.703.703 =
0 0 1 9 11.25zm-.791 1.916a.791.791 0 1 1 1.582 0 .791.791 0 0 1-1.582 0z' =
fill=3D'%23F50' fill-rule=3D'evenodd'/%3E%3C/svg%3E"); background-size: 21p=
x; }

.am-list-item.am-input-disabled .am-input-label { color: rgb(187, 187, 187)=
; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margi=
n: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: now=
rap; border: 0px; }

.am-activity-indicator { display: flex; align-items: center; z-index: 99; }

.am-activity-indicator-spinner { display: inline-block; width: 20px; height=
: 20px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3Csvg xm=
lns=3D'http://www.w3.org/2000/svg' viewBox=3D'-2.125 -1.875 64 64'%3E%3Cpat=
h fill=3D'%23CCC' d=3D'M29.875-1.875c-17.673 0-32 14.327-32 32s14.327 32 32=
32 32-14.327 32-32-14.327-32-32-32zm0 60.7c-15.85 0-28.7-12.85-28.7-28.7s1=
2.85-28.7 28.7-28.7 28.7 12.85 28.7 28.7-12.85 28.7-28.7 28.7z'/%3E%3Cpath =
fill=3D'%23108ee9' d=3D'M61.858 30.34c.003-.102.008-.203.008-.305 0-11.43-5=
.996-21.452-15.01-27.113l-.013.026a1.629 1.629 0 0 0-.81-.22 1.646 1.646 0 =
1 0-.713 3.132c7.963 5.1 13.247 14.017 13.247 24.176 0 .147-.01.293-.01.44h=
.022c0 .01-.004.02-.004.03 0 .91.74 1.65 1.65 1.65s1.65-.74 1.65-1.65c0-.06=
-.012-.112-.018-.167z'/%3E%3C/svg%3E"); background-position: 50% center; ba=
ckground-size: 100%; background-repeat: no-repeat; animation: 1s linear 0s =
infinite normal none running spinner-anime; }

.am-activity-indicator-tip { font-size: 14px; margin-left: 8px; color: rgb(=
0, 0, 0); opacity: 0.4; }

.am-activity-indicator.am-activity-indicator-toast { position: fixed; top: =
0px; left: 0px; width: 100%; height: 100%; display: flex; justify-content: =
center; align-items: center; text-align: center; z-index: 1999; }

.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-s=
pinner { margin: 0px; }

.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-t=
oast { display: inline-block; position: relative; top: 4px; }

.am-activity-indicator-content { display: flex; flex-direction: column; jus=
tify-content: center; align-items: center; padding: 15px; border-radius: 7p=
x; background-clip: padding-box; color: rgb(255, 255, 255); background-colo=
r: rgba(58, 58, 58, 0.9); font-size: 15px; line-height: 20px; }

.am-activity-indicator-spinner-lg { width: 32px; height: 32px; }

@-webkit-keyframes spinner-anime {=20
100% { transform: rotate(1turn); }
}

@keyframes spinner-anime {=20
100% { transform: rotate(1turn); }
}

.am-modal { position: relative; }

.am-modal:not(.am-modal-transparent):not(.am-modal-popup) { width: 100%; he=
ight: 100%; }

.am-modal-mask { position: fixed; inset: 0px; height: 100%; z-index: 999; b=
ackground-color: rgba(0, 0, 0, 0.4); }

.am-modal-mask-hidden { display: none; }

.am-modal-wrap { position: fixed; overflow: auto; inset: 0px; height: 100%;=
z-index: 999; outline: 0px; display: flex; align-items: center; justify-co=
ntent: center; transform: translateZ(1px); }

.am-modal-wrap-popup { display: block; }

.am-modal-transparent { width: 270px; }

.am-modal-transparent .am-modal-content { border-radius: 7px; padding-top: =
15px; }

.am-modal-transparent .am-modal-content .am-modal-body { padding: 0px 15px =
15px; }

.am-modal-popup { position: fixed; left: 0px; width: 100%; }

.am-modal-popup-slide-down { top: 0px; }

.am-modal-popup-slide-up { bottom: 0px; }

.am-modal-popup .am-modal-content { padding-bottom: env(safe-area-inset-bot=
tom); }

.am-modal-title { margin: 0px; font-size: 18px; line-height: 1; color: rgb(=
0, 0, 0); text-align: center; }

.am-modal-header { padding: 6px 15px 15px; }

.am-modal-content { position: relative; background-color: rgb(255, 255, 255=
); border: 0px; background-clip: padding-box; text-align: center; height: 1=
00%; overflow: hidden; }

.am-modal-close { border: 0px; padding: 0px; background-color: transparent;=
outline: none; position: absolute; right: 15px; z-index: 999; height: 21px=
; width: 21px; }

.am-modal-close-x { display: inline-block; width: 15px; height: 15px; backg=
round-repeat: no-repeat; background-size: cover; background-image: url("dat=
a:image/svg+xml;charset=3Dutf-8,%3Csvg width=3D'30' height=3D'30' viewBox=
=3D'0 0 30 30' xmlns=3D'http://www.w3.org/2000/svg'%3E%3Cg fill=3D'%23888' =
fill-rule=3D'evenodd'%3E%3Cpath d=3D'M1.414 0l28.284 28.284-1.414 1.414L0 1=
.414z'/%3E%3Cpath d=3D'M28.284 0L0 28.284l1.414 1.414L29.698 1.414z'/%3E%3C=
/g%3E%3C/svg%3E"); }

.am-modal-body { font-size: 15px; color: rgb(136, 136, 136); height: 100%; =
line-height: 1.5; overflow: auto; }

.am-modal-button-group-h { position: relative; border-top: 1px solid rgb(22=
1, 221, 221); display: flex; }

@media not all, (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx=
) {
html:not([data-scale]) .am-modal-button-group-h { border-top: none; }
html:not([data-scale]) .am-modal-button-group-h::before { content: ""; po=

Prev | Next
Pg.: 1 ... 69 70 71 72 73 74 75 76 77 78 79 ... 84


Back to home | File page

Subscribe | Register | Login | N