.trd-page{
  min-height: calc(80vh - 90px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: transparent;
  padding: 85px 0 0 120px;
  box-sizing: border-box;
}

.trd-card{
  width: 280px;
  /*min-height: 440px; 
  background: #ffffff;*/
  min-height: 440px;
  background: linear-gradient(360deg, gray, transparent);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  box-shadow:
    0 12px 28px rgba(0,0,0,0.12),
    0 2px 6px rgba(0,0,0,0.06);
  padding: 30px 18px 22px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.trd-card:hover{
  transform: translateY(-2px);
  box-shadow:
    0 16px 32px rgba(0,0,0,0.16),
    0 4px 10px rgba(0,0,0,0.08);
}

.trd-subtitle{
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 95px;
  letter-spacing: 0.3px;
}

.trd-btn{
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 1.15;
  gap: 4px;
  font-family: inherit;
}

.trd-btn--primary{
  background: linear-gradient(180deg,#e31545,#cc123c);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow:
    0 6px 14px rgba(223,18,63,0.35);
  transition: all .15s ease;
}

.trd-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow:
    0 10px 20px rgba(223,18,63,0.45);
}


.trd-btn-title{
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.trd-btn-sub{
  font-size: 10px;
  opacity: 0.8;
  text-transform: none;
  letter-spacing: normal;
}

.trd-btn--secondary{
  background: linear-gradient(#ffffff,#f4f4f4);
  color: #4b66a8;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  box-shadow:
    0 3px 6px rgba(0,0,0,0.08);
  transition: all .15s ease;
}

.trd-btn--secondary:hover{
  transform: translateY(-1px);
  box-shadow:
    0 6px 12px rgba(0,0,0,0.12);
}

.trd-btn--secondary:last-of-type{
  color: #111111;
  text-transform: none;
  letter-spacing: 0.2px;
}

.trd-popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.30);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 350px 0 0 320px; ;
  box-sizing: border-box;
  z-index: 9999;
}

.trd-popup-card{
  width: 250px;
  max-width: 87vw;
  background: #ffffff;
  border-radius: 18px;
  box-shadow:
    0 28px 70px rgba(0,0,0,0.25),
    0 10px 24px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
  position: relative;
}

.trd-popup-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  background: #fbfbfc;
}

.trd-popup-title{
  font-size: 15px;
  font-weight: 700;
  color: #2f2f2f;
}

.trd-help-link{
  background: none;
  border: none;
  padding: 0;
  margin-top: -2px;
  color: #333333;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
}

.trd-help-link:hover{
  color: #000000;
}

.trd-help-popup-card{
  width: 320px;
  max-width: 87vw;
}

.trd-help-title{
  color: #d3202c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.trd-help-body{
  padding: 22px 18px 22px;
  text-align: center;
}

.trd-help-row{
  margin-bottom: 22px;
}

.trd-help-row:last-child{
  margin-bottom: 0;
}

.trd-help-label{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-right: 6px;
}

.trd-help-pdf{
  font-size: 13px;
  color: #5f86c9;
  text-decoration: none;
}

.trd-help-pdf:hover{
  text-decoration: underline;
}

.trd-popup-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: none;
  background: #f0f0f0;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trd-popup-close:hover{
  background: #e5e5e5;
}

.trd-popup-body{
  padding: 18px 16px 16px;
}

#defaultlogin{
  margin: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

#defaultlogin input[type="text"],
#defaultlogin input[type="password"],
#defaultlogin select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#contlogin{
  display: none;
}
p.loginwarn{
  display: none !important;
}
#main-pane clearfix{
  display: none !important;
}
#extra-panes {
	display: none;
}

body:not(.logged-out) .trd-page{
  display: none !important;
}

/* Profile PopUp */
#fls_profilelink,
.fls-profile-item,
.fls-menu-profile-item {
	position: relative;
}

#fls_profilelink ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#fls_profilelink ul li.fls_profilelink {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.fls-profile-popup {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 6px;
	z-index: 99999;
	display: none;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	white-space: nowrap;
	min-width: 140px;
	padding: 0;
	line-height: normal;
	text-align: center;
}

.fls-profile-popup .fls-profile-popup-inner {
	display: flex;
	align-items: stretch;
}

.fls-profile-popup .fls-profile-option {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 66px;
}

.fls-profile-popup .fls-profile-option:last-child {
	border-right: none;
}

.fls-profile-popup .fls-profile-option img {
	width: 28px !important;
	height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	display: block !important;
	margin: 0 auto 4px auto !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
	vertical-align: middle !important;
}

.fls-profile-popup .fls-profile-option h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10px !important;
	line-height: 12px !important;
	font-weight: 600 !important;
	color: #214a8a !important;
	text-align: center !important;
	white-space: normal !important;
	display: block !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.fls-profile-popup .fls-profile-option:hover {
	background: #f3f3f3;
}
.fls-menu-profile-item > a.myProfileTrigger,
.fls-profile-item > a.myProfileTrigger {
	display: inline-block;
}