@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&family=Roboto:wght@300;400;500;700;900&display=swap";body{font-family:Roboto,sans-serif!important;background-color:#050678}.card{border:1px solid #ddd;border-radius:8px;padding:16px;margin:16px 0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.card h2{margin-top:0}.pdf-image-container{margin-top:16px;width:50%;height:400px;overflow:hidden;border:1px solid #ccc;border-radius:4px}.card_container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:50px;gap:50px}.form-switch{margin-top:10px}.form-check-input.toggle-switch{width:50px;height:25px;background-color:#dc3545;border-radius:25px;position:relative;transition:background-color .3s}.form-check-input.toggle-switch:checked{background-color:#28a745}.form-check-input.toggle-switch:before{content:"";position:absolute;top:2.5px;left:2.5px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .3s}.form-check-input.toggle-switch:checked:before{transform:translateX(25px)}