.uploadandview{display:flex;flex-direction:column}.uploadandview .viewer{min-width:40%;width:fit-content}[dir] .uploadandview .viewer{border:1px solid rgba(24,28,33,.1);border-radius:4px;padding:1rem}[dir=ltr] .uploadandview .viewer{float:left;margin:0 30px 20px 0}[dir=rtl] .uploadandview .viewer{float:right;margin:0 0 20px 30px}[dir=ltr] .uploadandview .viewer:nth-child(2n){clear:left}[dir=rtl] .uploadandview .viewer:nth-child(2n){clear:right}[dir=ltr] .uploadandview .viewer:nth-child(odd){margin-right:0}[dir=rtl] .uploadandview .viewer:nth-child(odd){margin-left:0}.uploadandview .viewer img{object-fit:contain;height:120px}[dir] .uploadandview .btn.load{border-radius:2px}