﻿.popupTemplateBackground{position:fixed;top:0;left:0;display:flex;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:1035;overflow-y:auto;padding:50px 0 30px;box-sizing:border-box}.popupTemplate{width:500px;background-color:#fff;border-radius:15px;padding:30px;margin:auto 0}.popupTemplate__modalTitle{display:flex;flex-direction:row;justify-content:space-between;font-size:1.8rem;font-weight:700}.popupTemplate__modalTitle--center{justify-content:center}.popupTemplate__modalTitle--text{margin-bottom:20px;margin-top:5px}.popupTemplate__modalCloseBtn{display:flex;flex-direction:row;justify-content:flex-end;text-align:center;height:26px;width:26px;padding:14px;margin:-30px -30px -30px auto}.popupTemplate__modalCloseBtn:hover{cursor:pointer;filter:invert(13%) sepia(76%) saturate(5514%) hue-rotate(259deg) brightness(113%) contrast(117%)}.popupTemplate__modalContent{display:flex;flex-direction:column;align-items:center;font-size:1.5rem;line-height:26px}.popupTemplate__modalContent--center-text{text-align:center}.popupTemplate__modalText{line-height:23px;width:100%}.ActionButton--pop-up-template{min-width:130px;margin-top:25px}.popupTemplate__buttonContainer{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:15px;justify-content:center;margin-top:15px}.popupTemplate__button{width:100%}@media (max-width:600px){.popupTemplate{width:90%;box-sizing:border-box}}