﻿#aTF { color: blue; }
#aTF:visited { color: #636; }
#popupBasic { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; background-color: #fff; box-sizing: border-box; padding: 10px; z-index: 9999; display: none; border-radius: 17px; border: 3px solid #ffc20f; /*to hide popup initially*/ }
.popupboxinner {max-height: 65vh; overflow: auto;display: block;width: 100%;padding: 30px 20px;box-sizing: border-box;}
.popupboxinner p { margin-top: 0.5rem; line-height: 25px; }
#popupBasic .popupbox { font-size: 16px; line-height: 28px !important; font-family: 'Poppins', sans-serif; font-weight: 400; text-transform: none; padding: 10px; display: block; font-style: normal !important; }
#popupBasic .popupbox ul { list-style: disc; margin-left: 3% }
#popupBasic .popupbox ul li { list-style: disc; }
.close-btn { cursor: pointer; position: absolute; right: 45px; top: 13px; /* background-color: black; */ color: #ffc20f; /* border-radius: 100%; */ /* padding: 0px; */ font-size: 35px; }
.FixScreen { overflow: hidden; }
.FixScreen:before { content: ""; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 99; }
