.add-customer .form{padding:18px;border-radius:6px;background-color:#fff;box-shadow:0 10px 30px rgba(14,119,255,.1490196078)}.add-customer .form,.add-customer .form__group{display:flex;position:relative;flex-direction:column}.add-customer .form__input{position:relative;margin-bottom:12px;border:none;border-bottom:1px solid #000;outline:none}.modal{position:fixed;z-index:10;top:0;left:0;width:100%;height:100vh}.modal__backdrop{width:100%;height:100vh;background-color:rgba(0,0,0,.7)}.modal__content{position:relative;z-index:20;top:-35%;left:50%;width:250px;padding:18px 12px;transform:translate(-50%,-50%);border-radius:12px;background-color:#fff}.admin table{display:block;overflow-x:auto;white-space:nowrap;border-collapse:collapse}.admin table tr:nth-child(odd){background-color:#eff6ff}.admin table tr:nth-child(2n){background-color:#fff}.admin table tr:first-child{background-color:#bbd6ff}.admin table tr:first-child th{text-align:center}.admin table th{padding:8px;border:1px solid #707070;text-align:left}.admin table .payed{background-color:orange}.admin table .payed--true{background-color:green}.admin table .payed--false{background-color:red}.admin .clickable{cursor:pointer}