body#consent-layout{background-color:white;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:100%;height:100%;overflow:hidden}body#consent-layout #account-info{background-color:#d9d9d9;display:flex;flex-direction:column;align-items:center;justify-content:center}body#consent-layout #account-info p{text-align:center;font-size:16px}body#consent-layout #account-info img{margin-bottom:24px;max-height:128px;max-width:128px}body#consent-layout #content{display:flex;justify-content:center;flex-direction:column;padding:16px}body#consent-layout #content h4{font-weight:bold}body#consent-layout #content input:not([type="checkbox"]){width:50%;min-width:200px}body#consent-layout #content .statement{margin-top:36px}body#consent-layout #content .row{display:flex;flex-direction:row;gap:8px;margin-bottom:8px}body#consent-layout #content .checkboxes{display:flex;flex-direction:row;gap:16px;margin-left:24px;min-width:220px}body#consent-layout #content .success-toast{border:1px green solid;border-radius:5px;padding:12px;color:green;background-color:#ccefcc}@media screen and (max-width: 1190px){body#consent-layout{display:flex;flex-direction:column;overflow:auto;height:auto}body#consent-layout #content .statement{margin-top:24px}body#consent-layout #content input:not([type="checkbox"]){width:100%}body#consent-layout #content button{width:100%}body#consent-layout #account-info{margin:16px;padding-top:32px;padding-bottom:16px;border-radius:5px}body#consent-layout #account-info img{max-height:64px;max-width:64px}}@media screen and (max-width: 640px){body#consent-layout #content .checkboxes{min-width:auto}body#consent-layout #content input:not([type="checkbox"]){min-width:auto}}@media screen and (max-width: 500px){body#consent-layout #content select{display:none}}a{color:#0192c9}*{font-family:"Inter", sans-serif !important}h6{margin:0;font-weight:600}input:not([type="checkbox"]){padding:10px 20px;display:inline-block;border:#ca7f0e 2px solid;border-radius:4px;font-size:16px;box-sizing:border-box;box-shadow:inset 0 2px 5px #d5cec2}input:not([type="checkbox"]):read-only{border:1px solid #ccc;pointer-events:none;background-color:#d9d9d9}select{padding:10px 20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:16px;min-width:150px;cursor:pointer}select:hover{background-color:#fafafa}button{background:#ca7f0e;border-radius:5px;border:none;color:white;padding:10px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;font-weight:bold;margin:4px 2px;cursor:pointer}button:disabled{background:#d9d9d9;color:#979797;cursor:not-allowed}
