﻿.popupTemplateBackground {position: fixed;top: 0;left: 0;display: flex;justify-content: center;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);z-index: 1035;overflow-y: auto;padding: 50px 0 30px 0;box-sizing: border-box;}.popupTemplate {width: 500px;background-color: #FFFFFF;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: bold;}.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;}.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;}@media (max-width: 600px) {.popupTemplate {width: 90%;box-sizing: border-box;}}