/*
 * Cascading Style Sheet (CSS 467) for SpamRats
 * Author: Evgueni Naverniouk, evgueni@linuxmagic.com, http://www.linuxmagic.com/
 * COPYRIGHT INFORMATION - DO NOT REMOVE
 * Copyright (c) 2007-2015 LinuxMagic Inc. All Rights Reserved.
 *
 * Author(s): Evgueni Naverniouk <evgueni@linuxmagic.com>
 *            Kevin Chan <kevin@wizard.ca>
 *            Josh Wilsdon <josh@wizard.ca>
 *            Michael Peddemors <michael@wizard.ca>
 *            Shaun A. Johnson <shaun@linuxmagic.com>
 *            William Storey <william@linuxmagic.com>
 *            Robert Bisewski <robertb@linuxmagic.com>
 *            Shiho Kazama <shiho@mthreat.com>
 *
 * $Id: css.css 970 2025-11-03 23:50:27Z shiho $
 * All style attributes in alpha-numeric order starting from 0
 */

/*
 * ========================================
 * Global Elements and General Styles
 * ========================================
 */

html, body {
    background: #FFF;
    color: #4B4B4B;
    font-family: Arial, Tahoma, Verdana, "Trebuchet MS", sans-serif, Georgia, Courier, "Times New Roman", serif;
    font-size: 15px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited,
a:active {
    font-family: Arial, Tahoma, Verdana, "Trebuchet MS", sans-serif, Georgia, Courier, "Times New Roman", serif;
    border-bottom: 1px dotted #444;
    color: #111;
    text-decoration: none;
}

a:hover {
    color: #666;
}

a:focus {
    outline: none;
}

p.address {
    margin-left: 40px;
}

p.address strong {
    color: #C62021 !important;
    font-size: 12px !important;
}

a.arrow {
    color: #BA2226;
    float: right;
    font-size: 11px;
    height: 13px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

a:hover.arrow {
    color: #222;
}

.blue {
    color: #08008C;
}

li:not(:last-child) {
    margin-bottom: 5px;
}

input, select {
    font-family: Arial, Tahoma, Verdana, "Trebuchet MS", sans-serif, Georgia, Courier, "Times New Roman", serif;
    font-size: 15px;
}

.button,
input.button {
    background: transparent url('../img/form-button.gif') repeat-x top left;
    border: 1px solid #B9B9B9;
    color: #444;
    font-size: 14px;
    padding: 2px 6px;
}

input:hover.button {
    background: transparent url('../img/form-bg.gif') repeat-x top left;
    border: 1px solid #AAA;
}

p.error {
    background: transparent url('../img/arrow-warn.gif') no-repeat center left;
    color: #B41110;
    font-size: 15px;
    margin: 0px auto;
    padding:0px 0px 0px 15px;
}

p.confirmed {
    background: transparent url('../img/arrow-ok.gif') no-repeat center left;
    color: green;
    font-size: 15px;
    margin: 0px auto;
    padding:0px 0px 0px 15px;
    border-bottom: 1px dotted #999;
}

p.loading {
    background: transparent url('../img/arrow-load.gif') no-repeat top left;
    color: #444;
    font-size: 11px;
    margin: 2px auto 0px auto;
    padding:0px 0px 0px 15px;
    width: 220px;
}

.gray {
    color: #222;
}

.green {
    color: green;
}

h1 {
    height: 32px;
    margin: 0px 0px 0px 10px;
    text-indent: -5000px;
}

h1.Title {
    margin: 0 0 15px 0;
    height: unset;
    background: unset;
    text-indent: 0;
    color: #BA2226;
}

h2 {
    color: #BA2226;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}

h2.bulletpoint {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
}

#RatAuth h2,
#RatNoPtr h2,
#RatDyna h2,
#RatSpam h2 {
    margin-left: 30px;
}

img {
    border: 0;
}

.left {
    float: left;
}

p.morelink{
    float: right;
    margin: 0 !important;
    padding: 0px 0px 10px 0px !important;
}

.nopad {
    border: 0 !important;
    border-spacing: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.textfield {
    background: transparent url('../img/form-bg.gif') repeat-x top left;
    border: 1px solid #B9B9B9;
    color: #444;
    font-size: 12px;
    padding: 3px 2px;
}

.textfield[disabled=disabled],
.textfield[disabled] {
    background: transparent url('../img/form-bg-disabled.png') repeat-x top left;
}

.textarea {
    background: #F7F7F7;
    border: 1px solid #B9B9B9;
    color: #444;
    font-size: 12px;
    height: 120px;
    min-height: 120px;
    max-width: 300px;
    min-width: 300px;
    padding: 3px 2px;
    width: 300px;
}

.textarea[disabled=disabled],
.textarea[disabled] {
    background: #E0E0E0;
}

blockquote {
    color: #4B4B4B;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #345672;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 1.5em 0.75em;
}

.red {
    color: #BA2226;
}

.right {
    float: right;
}


#Stats .surround {
    line-height: 170%;
    padding: 0px 30px 0px 30px;
}

/*
 * ========================================
 * Page Setup
 * ========================================
 */
#Wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto auto auto;
    margin-left: auto;
    min-height: 600px;
    left: auto!important;
    position: relative;
}

#PrintHeader {
    display: none;
}

#Header {
    background: transparent url(https://spamrats.com/img/header-trash.gif) no-repeat top left;
    width: 100%;
    display: inline-block;
    height: 159px;
}

#Navigation {
    margin-right: 135px;
    width: 100%;
    float: none;
    height: 87px;
    margin: 0;
    padding: 0;
    background: transparent url(https://spamrats.com/img/header-rat.gif) no-repeat top right;
}

#Header #Search {
    display: inline-block;
    width: 100%;
}

#Header #Trash{
    float: left;
    height: 159px;
    width: 235px;
}

#Header #HdrRight {
    margin-left: 235px;
    height: 159px;
    background: transparent url(https://spamrats.com/img/header-rat.gif) no-repeat top right;
    background: transparent url(https://spamrats.com/img/navigation-bg.gif) repeat-x top left;
    width: calc(100% - 235px);
}

#Header #Rat{
    background: transparent url('../img/header-rat.gif') no-repeat top left;
    float: right;
    height: 87px;
    width: 185px;
}

#Header #Best{
    background: #FFF url('../img/header-thebest.gif') no-repeat top left;
    float: left;
    height: 72px;
    width: 275px;
    height: 20px;
    margin-left: calc(20% - 50px);
}

.hdrInputSpam {
    display: block;
    margin-top: 5px;
}

#Header #Best form{
    margin: 0;
}

#Header #Best #ListSearch{
    margin-top: 26px;
    text-align: center;
    margin-top: 30px;
    margin-left: 20%;
}

#Header #Logo{
    background: transparent url('../img/header-logo.gif') no-repeat top left;
    float: right;
    height: 72px;
    width: 290px;
}

#MainTableWrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#MainTableLeftBorder {
    background: transparent url('../img/maintable-left-bg.gif') repeat-y top left;
    background-position: -4px 0px;
    width: 30px;
    display: table-cell;
}

/* NOTE: Will probably move this to flex */
#MainTable{
    /* background: transparent url('../img/maintable-bg.gif') repeat-y top left; */
    margin: 0px 30px 0px 30px;
    min-height: 320px;
    /* overflow: auto; */
    /* padding: 0px 30px 20px 30px; */
    width: calc(100% - 60px); 
    display: table-cell;
}
#MainTableRightBorder {
    background: transparent url('../img/maintable-right-bg.gif') repeat-y top right;
    background-position: 10px 0px;
    width: 30px;
    display: table-cell;
}

#Footer{
    background: transparent url('../img/footer-bg.gif') repeat-x top left;
    height: 94px;
    margin: 0;
    /* width: 800px; */
}

#Footer #Rat2{
    background: transparent url('../img/footer-rat.gif') no-repeat top left;
    float: left;
    height: 94px;
    width: 183px;
}

#Footer #Copyright{
    float: left;
    height: 94px;
    margin-left: 55px;
    width: calc(100% - 500px);
}

#Footer #Corner{
    background: transparent url('../img/footer-corner.gif') no-repeat top left;
    float: right;
    height: 70px;
    width: 54px;
}

#Footer p{
    color: #7A7A7A;
    font-size: 10px;
    margin: 55px 0px 0px 0px;
    padding: 0;
    text-align: center;
}

#Footer a{
    border: 0px;
    color: #BA2226;
}

#Footer a:hover{
    text-decoration: underline;
}

#Contributors {
    width: 100%;
    display: inline-block;
}

#Contributors hr {
  border-top: 1px dashed darkgrey;
  margin-top: 20px;
  width: 90%;
}

/* the visible viewport for the roller */
.Sponsors {
  /* margin-left: 30px; */
  margin-top: 2px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 5px 30px 5px 30px;
  box-sizing: border-box;
}

/* the moving strip */
.Sponsors .carousel-track {
  display: flex;
  flex-wrap: nowrap;     /* don't wrap to next line */
  align-items: center;   /* vertically center logos */
  gap: 20px;             /* this is the only spacing we rely on */
  transition: transform 0.5s ease;
  will-change: transform;
  min-width: max-content;
  padding-left: 0px;
  padding-right: 0px;
}

.SponsorImage {
  display: flex;          /* so the img centers nicely */
  align-items: center;
  justify-content: center;
  min-height: 70px;
  min-width: 200px;
  flex-shrink: 0;         /* prevents squishing when track shrinks */
  flex: 0 0 auto;
}

.SponsorImage img {
  max-width: 180px;
  height: auto;
  min-width: 60px;
  min-height: 50px;
  display: block;        /* avoid inline whitespace quirks */
  transition: transform 0.3s ease;
}

.Sponsors .carousel-track.scale-up img {
  transform: scale(1.3);
}

/*
 * ========================================
 * Navigation
 * ========================================
 */

ul.MainNav,
.MainNav ul {
    float: left;
    font-family: Tahoma, Verdana, Arial, "Trebuchet MS", sans-serif, Georgia, Courier, "Times New Roman", serif;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 590px;
    position: absolute;
    z-index: 1;

    display: block;
    position: relative;
    float: right;
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;

 }

ul.MainNav li{
    border-right: 1px solid #DDD;
    display: block;
    float: left;
    margin: 29px 0px 0px 0px;
    position: relative;
    text-align: center;
    width: 75px;
}

ul.MainNav li:hover{
    background: #FFF;
    border-top: 1px solid #BBB;
    cursor: pointer;
}

ul.MainNav li a {
    border: 0;
    color: #4B4B4B;
    display: block;
    height: 12px;
    padding: 9px 0px;
}

ul.MainNav li a:hover {
    color: #B41110;
    text-decoration: none;
}

#ListNavigation {
    height: 20px;
    margin: 10px 0px 0px 30px;
}

#ListNavigation ul {
    background: #EEE;
    border: 1px solid #AAA;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#ListNavigation ul li {
    display: block;
    float: left;
    margin: 0;
}

#ListNavigation ul li.menutitle {
    background: #EEE;
    border-right: 1px solid #999;
    color: #BA2226;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 8px;
}

#ListNavigation ul li a{
    background: #FFF;
    border: 0;
    border-right: 1px solid #CCC;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    padding: 2px 8px;
}

#ListNavigation ul li a:hover{
    background: #DDD;
    color: #000;
}

#ListNavigation ul li a.selected { 
        background: #EEE; 
        color: #000; 
} 

/*
 * ========================================
 * Home Page
 * ========================================
 */

#IndexContent, #ListContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#Welcome,#Lists {
    flex: 1;                       /* grow to fill remaining space */
    min-width: 670px;              /* don’t shrink too narrow */
    box-sizing: border-box;        /* padding included in width */
    /* width: calc(100% - 475px); */
    margin: 15px 30px 0px 30px;
}

#Welcome p{
    line-height: 170%;
    margin: 0;
    padding: 0;
    text-align: justify;
}

#Welcome p.morelink {
    border-bottom: 1px solid #999;
    width: calc(100% - 20px);
}

#Welcome p.bulletcontent {
    padding-left: 10px;
    padding-bottom: 10px;
}


#Welcome a {
    line-height: 180%;
}

#OtherTools {
    flex: 0 0 300px;               /* don’t grow or shrink, fixed width */
    box-sizing: border-box;
    margin: 15px 30px 15px 30px;
    padding: 15px;
    width: 270px;
    border: 1px solid darkgrey;
    border-radius: 10px;
    background-color: #DADADA;
}

#OtherTools h2 {
    margin: 0 0 10px 0;
}

#OtherTools a {
    color: #BA2226;
}

#EmailProviders h2 {
    font-size: 24px;  
}

#EmailProviders h3 {
    font-size: 120%;
    color: #BA2226;
}
#EmailProviders h4 {
    padding-left: 20px;
    text-decoration: underline;
}
#EmailProviders strong {
    color: #BA2226;
}
#OtherTools p{
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: justify;
}

#OtherTools p a.product {
    font-size: 14px;
    font-weight: bold;
}

#OtherTools #Disclaimer {
    font-size: 12px;
    font-style: italic;
}

/* On smaller screens stack vertically */
@media (max-width: 1000px) {
  #IndexContent, #ListContent {
    flex-direction: column;
  }
  #Welcome, #OtherTools {
    width: 100%;
    flex: none;
  }
}
#ListOverview {
    float: left;
    font-size: 14px;
    width: calc(100% - 475px);
    margin: 15px 0px 15px 30px;
}

#ListOverview a.product {
    color: #BA2226;
    font-size: 14px;
    font-weight: bold;
}

#ListOverview img {
    margin-right: 5px;
}

#ListOverview p.morelink {
    float: right;
    margin-top: 10px !important;
    padding: 0 !important;
}

#ListOverview a {
    border: 0;
}

#ListOverview #ListOne,
#ListOverview #ListTwo,
#ListOverview #ListThree,
#ListOverview #ListFour {
    border-bottom: 1px solid #DDD;
    min-height: 50px;
    margin: 0;
    padding: 0 0 10px 0;
}

/*
 * ========================================
 * Other Pages, Eventually should use our standard of auto adding .css files which match page name
 * ========================================
 */

#About,
#Lists,
#Contact,
#RatDyna,
#RatNoPtr,
#RatSpam,
#RatAuth {
    float: left;
}

#Lists {
    width: calc(100% - 375px);
    margin: 15px 0px 0px 30px;
}

#About p,
#Lists p,
#Contact p,
#RatDyna p,
#RatNoPtr p,
#RatSpam p,
#RatAuth p,
#Contributors p,
#Stats p,
#Activation p {
    line-height: 170%;
    margin: 0;
    padding: 15px 30px 0px 30px;
    text-align: justify;
}

#Tos p {
    line-height: 170%;
    text-align: justify;
}

#Lists #ListOverview {
    margin: 10px;
}

#Lists #ListOverview img{
    margin: 20px 10px 10px 20px;
}

#Lists h2,
#Lists ul {
    margin: 20px 0 0 30px;
}


#About ul {
    list-style: square;
    margin: 10px 0px 0px 70px;
    padding: 0;
}

#FAQ h2,
#About h2 {
    margin: 20px 0 0 30px;
}

#Stats ul {
    list-style: square;
    margin: 10px 0px 0px 70px;
    padding: 0;
}

#Stats h2 {
    margin: 20px 0 0 30px;
}

#Stats img {
    margin: 20px 0 0 30px;
    border: 1px solid black;
}

#ListLinks {
    height: 97px;
    margin: 10px 70px 10px 40px;
}

#ListLinks ul {
    background: #EEE;
    border: 1px solid #AAA;
    height: 24px;
    padding: 0px auto;
    margin: 0px auto 26px auto;
    list-style-type: none;
    text-align: center;
    z-index: 50;
}

#ListLinks ul li {
    float: left;
    display: block;
    position:relative;
}

#ListLinks ul li a,
#ListLinks ul li a:visited {
    background: #FFF;
    border: 0;
    border-right: 1px solid #CCC;
    color: #444;
    display: block;
    font-size: 11px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 8px;
    text-align: center;
}

#ListLinks ul li ul {
    display: none;
    height: auto;
    z-index: 1;
}

#ListLinks ul li:hover a {
    background: #DDD;
    color: #000;
}

#ListLinks ul li:hover ul {
    display: block;
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 24px;
}

#ListLinks ul li:hover ul li{
    left: 0;
    width: 150px;
}

#ListLinks ul li:hover ul li a{
    background: #F7F7F7;
}

#GoogleAds {
    display: none;
    margin-top: 20px;
    text-align: center;
}

#Links {
    margin: 0px auto;
    text-align: center;
    /* width: 700px; */
}

#Links a {
    border:0;
}

#Links img {
    margin-top: 20px;
}

.contactad {
    margin-top: 200px;
}
#Alert h4 {
    margin: 0;
    margin-top: 10px;
    width: 630px;
    background-color: red;
    color: #FFF;
    padding: 10px 15px;
}
#Alert p {
    width: 618px;
    padding: 15px 20px;
    background-color: #eaeaea;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    margin: 0;
}
p.not-checked {
    color: gray;
}
strong.not-checked {
    color: gray;
}

#important {
    background-color: #ffffb3;
    border: 1px solid black;
    display: block;
    padding: 15px;
    border-radius: 5px; 
}

.important {
    background-color: #ffffb3;
    padding: 15px;
    border-radius: 5px; 
}

#noptr-note {
    background-color: #f6f6f6;
    line-height: 170%;
    margin: 10px 0 0 0px;
    padding: 15px;
    text-align: justify;
    width: 635px;
    border: 1px dotted #999;
}

#noptr-note p {
    width: auto;
    margin-left: 0;

}

/*
 * ========================================
 * Contact Form Elements and Styles
 * ========================================
 */

#Contact {
    text-align: center;
}

#Contact .ContactForm {
    margin: 20px auto 0px auto;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: start;
}

#Contact .ContactForm strong {
    width: 400px;
}

#Contact #errors_box {
    border: 1px solid #600200;
    border-radius: 5px;
    background: #FBE3E4 url("../img/icon-warning.png") no-repeat scroll 6px 6px;
    color: #600200;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
    min-height: 24px;
    padding: 0px 25px 0px 5px;
    position: fixed;
    text-align: left;
    top: 20px;
    width: 350px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}

#Contact .loading {
    background: transparent url('../img/arrow-load.gif') no-repeat top left;
    color: #444;
    font-size: 11px;
    margin: 0px 350px;
    padding: 2px 5px 5px 5px;
    position: fixed;
    text-align: center;
    top: 20px;
    width: 80px;
    z-index: 98;
}

#Contact #errors_box ul li {
    list-style-type: none;
}

#Contact #errors_box span {
    float: right;
    margin: 5px -20px 0px 0px;
    padding: 0px;
}

#Contact #errors_box span a {
    font-weight: bold;
    width: 18px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
    background: url("../img/icon-close-error.png") no-repeat scroll right top;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #80001B;
    text-decoration: none;
}

.ContactForm #ip_address {
    width: 177px;
}

.ContactForm #validate_ip_address {
    width: 120px;
    font-size: 12px;
}

.ContactForm #ip_address_rdns {
    background: #fff none repeat scroll 0% 0%;
    border: 0px;
    color: #000;
    font-size: 11px;
    height: 14px;
    margin: 2px;
    text-align: left;
    width: 300px;
}

.ContactForm #captcha {
    float: left;
    margin: 0 2px;
    width: 171px;
}

.ContactForm #virus_name,
.ContactForm #prevent_future_attacks,
.ContactForm #first_name,
.ContactForm #last_name,
.ContactForm #email,
.ContactForm #phone,
.ContactForm #subject {
    width: 300px;
}

.ContactForm #do_you_own_domain_choice {
    background: #FFFFFF;
    border: solid #4B4B4B 1px;
    border-radius: 5px;
    height: 100px;
    margin: 0px 185px;
    position: fixed;
    top: 220px;
    text-align: center;
    width: 450px;
}

.ContactForm #do_you_own_domain_choice div {
    font-weight: bold;
    padding: 20px 10px 0px 10px;
}

.ContactForm #do_you_own_domain_choice button {
    margin: 3px 10px 10px 10px;
    width: 60px;
}

#important_mesage {
    display: none;
}

#subscriptionSelectedMsg {
    display: none;
    color: #BA2226;
}

#subscriptionSelectedMsg a {
    color: #BA2226;
    font-weight: bold;
}

#important-message-content {
    background-color: #ffffb3;
    border: 1px solid black;
    border-radius: 5px;
    color: #4b4b4b;
    margin: 25px auto;
    padding: 5px !important;
    text-align: left;
    width: 550px;
}

#important-message-content ul li {
    list-style: none;
}

#remove-ip-box {
    display: inline-block;
    width: 45%;
}

.response-label-alert {
    background-color: #ffffb3;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    padding: 15px!important;
}


#RatDyna #response-label,
#RatNoPtr #response-label,
#RatSpam #response-label,
#RatAuth #response-label {
    margin-top: 10px;
    width: 45%; 
}

.text-red {
    color: #ba2226;
}

#errors_box_content ul li{
    padding: 10px;
}

div.GooglePadder{
    padding-top: 20px;
    padding-right: 5px;
}

#staging-notification-bubble {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 999;
    padding: 5px;
    border: 1px solid black;
    border-radius: 10px;
    background: red;
    text-align: center;
    font-weight: bold;
    color: white;
}

/* No cookies, a blocked from with error message */
.formBlock {
    width: 45%;
    height: fit-content;
    position: relative;
    margin: 0 auto;
    padding: 16px 0;
}

.noCookie {
    width: 100%;
    height: 95%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    border-radius: 8px;
}

.noCookieMsg {
    background-color: #FFFFFF;
    width: 80%;
    height: auto;
    border-radius: 8px;
    padding: 0 24px;
}

.blockMsg {
    margin: 0;
    padding: 0 !important;
    line-height: normal !important;
    text-align: left !important;
}


/* register button */
.registerBtn {
    border: none;
    background-color: #BA2226;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 1em;
    font-family: inherit;
    display: inline-block;
    text-align: center;
}

.btnText {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: bold;
    color: #ffffff;
}

.btnText::after {
    content: "\00BB";
    position: absolute;
    right: -14px;
    top: 45%;
    transform: translateY(-50%) translateX(-5px);
    opacity: 0;
    font-size: 1em;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.registerBtn:hover .btnText {
    transform: translateX(-8px);
}

.registerBtn:hover .btnText::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.bold {
    font-weight: bold;
}

.registerSection {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
}


/* Privacy Pilicy page */

#privacyPolicy,
#sentWrapper {
    padding-top: 8px;
    width: 90%;
    margin: 0 auto;
}

.ppTitle {
    margin: 15px 0;
    height: unset;
    background: unset;
    text-indent: 0;
    color: #BA2226;
    padding-bottom: 8px;
}

#privacyPolicy h3 {
    margin-top: 24px;
    margin-bottom: 0px;
}

.ppContainer {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 2fr 2fr;
  grid-template-rows: 0.5fr 1fr 1fr;
  gap: 8px 0px;
  grid-template-areas:
    "cookie duration description description"
    "cookie1 duration1 desc1 desc1"
    "cookie2 duration2 desc2 desc2";
}

.cookie {
    grid-area: cookie;
}

.duration {
    grid-area: duration;
}

.description {
    grid-area: description;
}

.cookie1 {
    grid-area: cookie1;
}

.cookie2 {
    grid-area: cookie2;
}

.duration1 {
    grid-area: duration1;
}

.duration2 {
    grid-area: duration2;
}

.desc1 {
    grid-area: desc1;
}

.desc2 {
    grid-area: desc2;
}

.lastUpdated {
    margin: 0;
    font-size: 14px;
    text-align: right;
}
.pdfLinkSection {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pdfLink{
    /* important - to delete doted underline for all a tags */
    border-bottom: none !important;
}

.pdfImg {
    width: 64px;
    height: auto;
    object-fit: contain;
    padding: 18px 0 3px 0;
}

#sentWrapper h2 {
    margin: 0;
    font-size: 18px;
}

tr:has(input[name="middle_name"]) {
    display: none;
}

.submitedMsg {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 28px;
}

#noCookie {
    margin-top: 24px;
    margin-bottom: 28px;
}

#noCookie h2 {
    text-align: left;
}

.faqentry {
    padding: 15px 30px 0px 30px;
}

.question,
.answer {
    line-height: 110%;
    margin-top: 20px;
}

.question {
    font-weight: bold;
    font-size: 16px;
}
.answer {
    margin-left: 10px;
}

/*
 * ========================================
 * Registration page
 * ========================================
 */
/* registerForm is actual form and registrationForm is only for display */
#Registration {
    width: calc(100% - 60px);
    margin: 16px auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
}

.registerTitle {
    color:  #BA2226;
    text-indent: 0;
    margin: 15px 0 40px 30px;
    background: unset;
    font-size: 2em;
}

#RegisterFormSection {
    width: 45%;
    margin: 0 auto;
}

.registerDesc {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.registerDesc h1 {
    margin: 0px; 
    color: #BA2226;
    text-indent: unset;
    padding-bottom: 28px;
}

.registerDescBlock {
    display: grid;
    grid-template-columns: 28px 1fr;
    grid-template-rows: 28px 1fr;
    align-content: center;
    justify-content: center;
    column-gap: 16px;
    row-gap: 8px;
    margin-bottom: 14px;
}

.registerDescBlock .icon {
    color: #BA2226;
    display: inline-flex;
    justify-content: center;
    align-items: start;
    font-weight: bold;
    grid-row: 1 / 3;
    align-self: start;
}

.registerDescBlock .icon img {
    width: 26px;
    height: 26px;
}

.registerDescBlock h2 {
    margin: 0;
    align-self: center;
}

.registerDescBlock p {
    width: 100%;
    margin: 0;
}

#RegisterFormSection .registerForm,
#RegisterFormSection .registrationForm {
    background: #DADADA;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    border-radius: 8px;
    gap: 6px;
}

.registerInputBlock {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 4px;
}

.registerInputBlock label{
    font-size: 14px;
} 

.registerCaptcha {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
    margin: 4px;
}

#registerForm .textfield,
#registrationForm .textfield {
    width: 98%;
    height: 18px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 0.5px solid #BEBEBE;
    color: #4B4B4B;
    font-size: 14px;
}

#registerForm .textfield:disabled,
#registrationForm .textfield:disabled {
    background: #ebebeb;
}

#registerForm select,
#registrationForm select {
    width: 100%;
    height: 26px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 0.5px solid #BEBEBE;
    color: #4B4B4B;
}

#registerForm #captcha,
#registrationForm #captcha {
    width: 162px;
    height: 26px;
    background: #FFFFFF;
    border: 0.5px solid #BEBEBE;
    border-radius: 4px;
}

#registerForm #captcha:disabled,
#registrationForm #captcha:disabled {
    background: #ebebeb;
}

#registerForm .button,
#registrationForm .button {
    font-size: 16px;
    background: #BA2226;
    color: #FFFFFF;
    padding: 8px;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 8px;
    cursor: pointer;
}

#registerForm .button:hover,
#registerForm .button:disabled {
    background: #4B4B4B;
}

#registerForm .button:disabled {
    cursor: default;
}

.removalMsg {
    display: none;
}

/* error message */
#registrationForm {
    position: relative;
}

.overlay {
    position: absolute;
    z-index: 5;
    background: black;
    opacity: .5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

#registrationForm #noCookie,
#registrationForm .submitedMsg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 20px 24px;
    width: 80%;
    border-radius: 8px;
    z-index: 10;
    background: white;
}

#registrationForm .noCookie h2,
#registrationForm .submitedMsg h2 {
    margin: 0;
}

pre.indent {
    margin-left: 50px;
}

.emailUseQuestion {
    display: none;
}

.askIps {
    display: none;
}

/* ======================
 * removal page
 * ======================
 */

#Removal {
    width: 95%;
    margin: 0 auto;
}

#removal-search {
    background-color: #DADADA;
    padding: 15px;
    border-radius: 5px;
}


#removal-search strong, #important strong, #noptr-note strong {
    color: #ba2226;
}

.stepsWrapper {
    width: 100%;
}

.steps {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.step {
    width: 100%;
    height: 140px;
    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 8px;
}

.arrow {
    font-size: 32px;
}

.stepNum {
   background-color: #DADADA;
   color: #FFFFFF;
   text-align: center;
   border-radius: 50px;
   font-weight: bold;
   font-size: 24px;
   padding: 8px;
   width: 24px;
   height: 24px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.stepNum.active {
    background-color: #BA2226;}

.stepTitle {
    margin: 8px 0;
}

.stepTitle.active {
  color: #BA2226;
}

.step p {
    line-height: 140% !important;
    text-align: start !important;
}

.stepsSection {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 40px;
    margin: 0 auto;
}

.removalTitle {
    margin: 0;
    padding-bottom: 16px;
    font-size: 24px;
}

.firstStepSection {
    width: 100%;
}

.statusCheckForm {
    width: 100%;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.ipAddressInput {
    flex:1;
    height: 28px;
    background: white;
    border-radius: 4px;
    border: 0.5px solid #BEBEBE;
    color: #4B4B4B;
    font-size: 18px;
    padding: 4px;
}

.checkIpBtn {
    width: 160px;
    font-size: 16px;
    background: #BA2226;
    color: #FFFFFF;
    border: none;
    padding: 8px;
    border-radius: 50px;
    cursor: pointer;
}

.checkIpBtn:hover {
    background: #4B4B4B;
}

.removeIpBtn {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    background: #BA2226;
    color: #FFFFFF !important;
    font-weight: bold;
    border: none;
    margin: 8px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
}

/* lookup */
#Lookup {
    width: 95%;
    margin: 0 auto;
    min-height: 50vh;
    line-height: 1.3;
}

#Lookup h1 {
    text-indent: 0;
    margin: 0;
    height: auto;
}

.titleSection {
    padding: 0 0 32px 0;
}

.statusTitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    color: #008000;
}

.statusTitle.listed {
    color: #BA2226;
    padding-bottom: 16px;
}

.statusTitle .icon {
    width: 32px;
    height: 32px;
}

.linkWithIcon,
.linkWithIcon:link,
.linkWithIcon:visited,
.linkWithIcon:active {
    color: #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    margin-right: 16px;
}

.linkWithIcon:hover {
    color: #BA2226;
    border-bottom: 1px solid #BA2226;
}

.linkWithIcon .icon {
    width: 16px;
    height: 16px;
}

.lookupList {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: start;
}

.listItem {
    border: 2px solid #DADADA;
    padding: 16px;
    border-left: 8px solid #BA2226;
    border-radius: 8px;
    font-size: 16px;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;
}

.listItem h3 {
    color: #BA2226;
    margin: 0;
}

.listStepsTitle {
    padding-bottom: 16px;
}

.listStepsWrapper a {
    display: inline-block;
}

.listItem p {
    margin: 0;
}

/* steps indicator in list*/
.listStepsWrapper {
    width: 100%;
    margin: 16px 0 0 0;
}

.listSteps {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.listStep {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.listStepIcon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #DADADA;
    border-radius: 50%;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    z-index: 200;
}

.listStepIcon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.listStepTxt {
    height: 32px;
}

.listStepTxt h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-wrap: nowrap;
}

.listBtn,
.listBtn:visited,
.listBtn:active,
.listBtn:link {
    background-color: #BA2226;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    border: none;
}

.listBtn:hover {
    color: #DADADA;
}

.lookupMsg {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px !important;
}

.lookupMsg.confirmed {
    color: green;
    background: none;
    padding: 0;
    border: none;
}

.lookupMsg.error {
    color: #BA2226 ;
    background: none;
    padding: 0;
    border: none;
}

.lookupMsg.error.not-checked {
    color: gray;
    background: none;
    padding: 0;
    border: none;
}

.lookupMsg .icon {
    width: 16px;
    height: 16px;
}

.standards {
    margin: 32px 0;
}

.standards h2 {
    padding-bottom: 8px;
    margin: 0;
}

/* Note collapse */

.noteBlock {
    margin-top: 8px;
    border: 2px solid #DADADA;
    max-width: 50vw;
}

.primaryRed {
    color: #BA2226;
}

.noteTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}

.noteTitleTxt {
    padding-left: 16px;
}

.noteTitle:hover {
    background-color: #f6f6f6;
}

.noteArrow {
    height: 32px;
    width: 32px;
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.noteTxt {
    overflow: hidden;
    max-height: 0;
    width: 95%;
    margin: 0 auto;
    transition: max-height 0.3s ease-out;
} 

.noteTxt.open {
    max-height: 700px;
}

/* modal */

.modalOverlay {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.modal {
    display: none;
    background-color: #FFFFFF;
    width: 720px;
    height: fit-content;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modalTitleWrapper {
    height: 60px;
    width: 100%;
    background-color: #BA2226;
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.modalTitle {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modalTitle h1 {
    line-height: 60px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}

.modalCloseBtn {
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}

.modalCloseBtn:hover {
    color: #DADADA;
}

.modalContents {
    width: 90%;
    height: fit-content;
    margin: 8px auto 16px auto;
    font-size: 16px;
}

.modalStepsWrapper {
    padding-bottom: 32px;
}

.modalSteps {
    width: 90%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.modalStepsTitle {
    color: #BA2226;
}

.modalStep {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.modalStepIcon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #DADADA;
    border-radius: 50%;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    z-index: 200;
}

.modalStepIcon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.stepTxt {
    height: 40px;
}

.stepTxt h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-wrap: nowrap;
}

.stepTxt p {
    margin: 4px auto;
}

.activeTxt {
    color: #BA2226;
}

.inactiveTxt {
    color: #DADADA !important;
}

.indicatorLine {
    flex-grow: 1;
    height: 4px;
    background-color: #DADADA;
    margin: 0 -80px;
    position: relative;
    top: -20px;
    z-index: 1;
}

/* steps indicator animation */
.modal .modalStepIcon,
.modal .indicatorLine,
.listStepsWrapper .listStepIcon,
.listStepsWrapper .indicatorLine {
    transition: background-color 0.8s ease;
}
.modal.starting .modalStepIcon.active,
.modal.starting .indicatorLine.active,
.listStepsWrapper.starting .listStepIcon.active,
.listStepsWrapper.starting .indicatorLine.active {
    background-color: #DADADA;
}

.modal.animate .modalStepIcon.active,
.modal.animate .indicatorLine.active,
.listStepsWrapper.animate .listStepIcon.active,
.listStepsWrapper.animate .indicatorLine.active {
    background-color: #BA2226;
}

.modalContents a {
    display: inline-block;
    color: #FFFFFF;
}

/* Usage removal section*/

.removalBlock {
    margin-left: 30px;
}

.removalBlock h2 {
    padding: 0 !important;
    margin-left: 0 !important;
}
.removalBlock p {
    padding: 0 0 0 10px !important;
}
