input {
appearance: none;
}
body {
-moz-user-select : none;
-webkit-user-select: none;
}
iframe {
width: 100%;
height: auto!important;
min-height: 190px;
}
img {
max-width: 100%!important;
height: auto;
}
img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
:global(.am-tabs-default-bar-content){
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
color: transparent;
text-shadow: #111 0 0 5px;
.blur {
display: block;
width: 300px;
height: 300px;
margin: 100px auto;
filter: blur(10px);
}
div {
box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(0, 0, 0, 0.2), 0 0 0 18px rgba(0, 0, 0, 0.2), 0 0 0 24px rgba(0, 0, 0, 0.2);
height: 200px;
margin: 50px auto;
width: 400px
}
.null-box {
width: 100%;
position: absolute;
top: 44px;
bottom: 0px;
left: 0px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
table {
width: 100% !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type='number'] {
-moz-appearance: textfield;
}
div {
flex-shrink: 0;
width: 48px;
height: 48px;
}