.consentModal{position:fixed;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;width:100%;height:100vh;top:0}.consentModal__inner{background-color:#fff;padding:1.5rem;border-radius:.5rem;width:28rem}.consentModal__inner h2{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin-bottom:1rem}.consentModal__inner-btns{display:flex;justify-content:space-between;margin-top:1.5rem}.consentModal__inner-btns button{color:#fff;cursor:pointer;padding:.5rem 1rem;border-radius:.25rem;border:none}.consentModal__inner-btns button:first-child{background-color:#ef4444}.consentModal__inner-btns button:last-child{background-color:#22c55e}.consentModal-content{display:flex;justify-content:space-between;align-items:center}.consentModal-content label{text-transform:capitalize}.consentModal-content__inputs{display:flex;align-items:center;gap:1rem}.consentModal-content:not(:first-child){margin-top:1rem}