.popup-container-info { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); display: none; } .popup-info { width: 30rem; height: fit-content; background: #eaeef1; position: fixed; top: calc(50% - 6.5rem); left: calc(50% - 15rem); border-radius: 0.5rem; box-shadow: 0 10px 15px 5px #6c6e6f; } .popup-info-header { border-radius: 0.5rem 0.5rem 0 0; height: 3rem; background: #a1b0b9; color: white; font-weight: 700; font-size: 1.1rem; text-align: center; line-height: 3rem; } .popup-info-body { width: calc(100% - 2rem); height: fit-content; padding: 1rem 1rem; display: flex; justify-content: center; align-items: center; font-weight: 700; } .popup-info-footer { display: flex; justify-content: center; align-items: center; height: 4rem; } .popup-info-footer-link-button { line-height: 2.5rem; padding: 0 1rem; margin: 0 0.5rem; display: inline-block; color: #1d4965; font-weight: 500; font-size: 1rem; background: linear-gradient(0deg,#79b6db,#b3dbf2); border: none; border-radius: .3rem; cursor: pointer; text-decoration: none; } .popup-info-footer-link-button:hover { opacity: 0.8; }