@import url("/stylesheets/html5reset.css");
:root {
    --bdyFg: blue;
    --bdyBg: floralwhite;
    --cntFg: #202080;
    --cntBg: floralwhite;
    --cntFntSze: medium;
    --bdyScrollBtn: auto;
    --bdyScrollTrk: auto;
    --banBg: aquamarine;
    --stsFg: #202080;
    --stsBg: lightgreen;
    --stsFntSze: small;
    --mnuFg: #FFFFFF;
    --mnuBg: lightgray;
    --logoBg: lightgray;
    --btnHigh: 22%;
    --btnWide: 9%;
    --btnFg: #FFFFFF;
    --btnFntSze: small;
    --btnFgHv: #000000;
    --btnBdr: #84BBF3;
    --btnBgGrdS: #79BBFF;
    --btnBgGrdE: #378DE5;
    --btnHvGrdS: #378DE5;
    --btnHvGrdE: #79BBFF;
    --btnFgDis: #4040F4;
    --btnBdrDis: #84BBF3;
    --btnBgGrdDisS: #79BBFF;
    --btnBgGrdDisE: #378DE5;
    --btnHvGrdDisS: #378DE5;
    --btnHvGrdDisE: #79BBFF;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/NotoSans-VariableFont_wdth_wght.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/NotoSans-Italic-VariableFont_wdth_wght.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

.indent{
    margin-left: 2em;
}

.indent h1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.cellSpacingLeft {
    padding-right: 1em;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px dashed black;
}

.cellSpacingRight {
    padding-left: 1em;
    padding-bottom: 10px;
    text-align: right;
    border-bottom: 1px dashed black;
}

li{
    padding-bottom: 0.5em;
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Noto Sans';    
    font-size: 14px;
    color: var(--bdyFg);
    background-color: var(--bdyBg);
    overflow: hidden;
    border: 1px solid black;
    scrollbar-color: var(--bdyScrollBtn) var(--bdyScrollTrk);
}

a {
    color:cornflowerblue;
}

    a:visited {
        color: cornflowerblue;
    }

a:active {
    color:black;
}

a:hover {
    color:aqua;
}


div.paragraphs {
    grid-column: 1 / 3;
    grid-row: 2;
    text-align: left;
    padding: 0px 3% 0px 3%;
    overflow: auto;
}

p {
    text-align: left;
    padding: 0.5em 3% 0.5em 3%;
    overflow: auto;
}

div.content {
    grid-column: 1 / 3;
    grid-row: 2;
    font-size: var(--cntFntSze);
    color: var(--cntFg);
    background-color: var(--cntBg);
    text-align: center;
    overflow: auto;
    padding: 0.1em 1em 1em 1em;
}

div.container {
    display: grid;
    grid-template-columns: 9fr 1fr;
    grid-template-rows: 10vh 1fr 4em 4.5em;
    gap: 0px;
    width: 100vw;
    height: 100vh;
}

div.banner {
    grid-column: 1 / 3;
    grid-row: 1;
    background-color: var(--banBg);
    text-align: center;
}

div.bannerRow {
    grid-column: 1 / 3;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

div.bannerRow.bannerLeft {
    grid-column: 1;
    grid-row: 1;
    background-color: var(--banBg);
    text-align: left;
    justify-self: start;
    background-color: blue;
}

div.bannerRow.bannerCenter {
    grid-column: 2;
    grid-row: 1;
    background-color: var(--banBg);
    display: block;
    text-align: center;
    justify-self:center;
}

#BannerImg {
  Height: 10vh;
}

div.bannerRow.bannerRight {
    grid-column: 3;
    grid-row: 1;
    background-color: var(--banBg);
    justify-self:end;
    background-color: brown;
}

div.status {
    grid-row: 4;
    font-size: var(--stsFntSze);
    color: var(--stsFg);
    background-color: var(--stsBg);
    text-align: center;
    padding: 0 0 0 0;
    gap: 0;
}

    div.status table tr td {
        text-align: center;
        vertical-align: middle;
        padding: 0.25em 0;
        border: 1px solid gray;
    }

    div.status table tr th {
        text-align: center;
        vertical-align: middle;
        padding: 0.25em 0;
    }

div.menu {
    grid-row: 3;
    color: var(--mnuFg);
    background-color: var(--mnuBg);
    text-align: center;
}

div.logo {
    background-color: var(--logoBg);
    text-align: center;
    grid-column: 2;
    grid-row: 3/5;
}

    li.a {
        color: #00B7FF;
    }

    li.h1 {
        text-align: left;
        width: 80vw;
    }

.baseButton,
.cntxtBtn,
.keyBtn,
.pushButtoni,
.pushButtonx,
.pushButtonDis,
.pushButtonNYI,
.pushButton {
  border-radius: 6px;
  border: 3px solid var(--btnBdr);
  display: inline-block;
  cursor: pointer;
  font-family: Noto Sans;
  font-size: var(--btnFntSze, 15px);
  font-weight: bold;
  height: var(--btnHigh);
  width: var(--btnWide);
  padding: 1px 4px 7px 4px;
  margin: 1px 1px 1px 1px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528ecc;
  text-align: center;
  align-items: center;
  vertical-align: middle;
}
.keyBtn {
  width: 6em;
  height: 1em;
  vertical-align: middle;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--btnBgGrdS) 85%, black) 5%, var(--btnBgGrdE) 100%);
  color: var(--btnFg);
}

  .keyBtn:hover {
    background: linear-gradient(to bottom, var(--btnHvGrdS) 5%, var(--btnHvGrdE) 100%);
    color: var(--btnFgHv);
    background-color: #378de5;
  }

  .keyBtn:active {
    position: relative;
    top: 1px;
  }

.cntxtBtn {
  font-size: smaller;
  height: 1em;
  vertical-align: middle;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--btnBgGrdS) 85%, black) 5%, var(--btnBgGrdE) 100%);
  color: var(--btnFg);
}

  .cntxtBtn:hover {
    background: linear-gradient(to bottom, var(--btnHvGrdS) 5%, var(--btnHvGrdE) 100%);
    color: var(--btnFgHv);
    background-color: #378de5;
  }

  .cntxtBtn:active {
    position: relative;
    top: 1px;
  }





.permaLink {
  border-radius: 6px;
  /*border: 3px solid var(--btnBdr);*/
  display: inline-block;
  cursor: pointer;
  font-family: Noto Sans;
  font-size: 15px;
  font-weight: bold;
  height: var(--btnHigh);
  width:initial;
  padding: 4px 4px 14px 4px;
  margin: 1px 1px 1px 1px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528ecc;
  text-align: center;
  vertical-align: middle;
  /*background: linear-gradient(to bottom, var(--btnBgGrdS) 5%, var(--btnBgGrdE) 100%);*/
  background-color:forestgreen;
  color: var(--btnFg);
}
  .permaLink:visited,
  .permaLink:link,
  .tableButton:visited,
  .tableButton:link {
    color: var(--btnFg);
  }

.tableButton {
  border-radius: 6px;
  border: 3px solid var(--btnBdr);
  display: inline-block;
  cursor: pointer;
  font-family: Noto Sans;
  font-size: var(--btnFntSze, 15px);
  font-weight: bold;
  height: var(--btnHigh);
  width: 90%;
  padding: 1px 4px 7px 4px;
  margin: 1px 1px 1px 1px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528ecc;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(to bottom, var(--btnBgGrdS) 5%, var(--btnBgGrdE) 100%);
  color: var(--btnFg);
}

    .tableButton:hover {
        background: linear-gradient(to bottom, var(--btnHvGrdS) 5%, var(--btnHvGrdE) 100%);
        color: var(--btnFgHv);
        background-color: #378de5;
    }

    .tableButton:active {
        position: relative;
        top: 1px;
    }

.pushButtonNYI {
  background: linear-gradient(to bottom, var(--btnBgGrdS) 5%, var(--btnBgGrdE) 100%);
  color: var(--btnFg) !important;
  opacity:35%;
  width: 10%;
}

    .pushButton {
        background: linear-gradient(to bottom, var(--btnBgGrdS) 5%, var(--btnBgGrdE) 100%);
        color: var(--btnFg) !important;
        width: 10%;
    }
    .pushButton:hover {
        background: linear-gradient(to bottom, var(--btnHvGrdS) 5%, var(--btnHvGrdE) 100%);
        color: var(--btnFgHv) !important;
        background-color: #378de5;
    }
    .pushButton:active {
        position: relative;
        top: 1px;
    }

    .pushButtoni {
        background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
        color: var(--btnFgHv);
    }
    .pushButtoni:hover {
        color: #000000;
        background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        background-color: #378de5;
    }
    .pushButtoni:active {
        position: relative;
        top: 1px;
    }

    .pushButtonx {
        background: linear-gradient(to bottom, #79ffbb 5%, #37e58d 100%);
        color: #ffffff;
    }
    .pushButtonx:hover {
        color: #000000;
        background: linear-gradient(to bottom, #37e58d 5%, #79ffbb 100%);
        background-color: #378de5;
    }
    .pushButtonx:active {
        position: relative;
        top: 1px;
    }

    .cntxtBtn {
        font-size: smaller;
        height: 1em;
        vertical-align: middle;
        background: linear-gradient(to bottom, color-mix(in srgb, var(--btnBgGrdS) 85%, black) 5%, var(--btnBgGrdE) 100%);
        color: var(--btnFg);
    }

    .cntxtBtn:hover {
        background: linear-gradient(to bottom, var(--btnHvGrdS) 5%, var(--btnHvGrdE) 100%);
        color: var(--btnFgHv);
        background-color: #378de5;
    }

    .cntxtBtn:active {
        position: relative;
        top: 1px;
    }




    .pushButtonDis {
        background: linear-gradient(to bottom, var(--btnBgGrdDisS) 5%, var(--btnBgGrdDisE) 100%);
        color: var(--btnFgDis);
    }
    .pushButtonDis:hover {
        color: var(--btnFgHvDis);
    	background: linear-gradient(to bottom, var(--btnHvGrdDisS) 5%, var(--btnHvGrdDisE) 100%);
        background-color: #378de5;
    }
    .pushButtonDis:active {
        position: relative;
        top: 1px;
    }
    .allRight th {
           text-align: right;
    }
    .allRignt td {
            text-align: right;
    }
    .allLeft.table {
        margin: 0 auto;
    }
    .allLeft.table.th {
        text-align: left;
    }
    .allLeft.table.td {
        text-align: left;
    }
    .hldr.table.th {
        text-align:left;
    }
    .hldr.table.td {
        text-align:right;
    }
    .hrdl.table.th {
        text-align:right;
    }
    .hrdl.table.td {
        text-align:left;
    }
.subsTable {
    align-content:center;
    margin: 0 auto;
    padding: 4px 4px 4px 4px;
    border-spacing: 0 0 0 0;
    row-gap: 0;
}
.subsTable.table.th {
    text-align:center;
    font-weight:700;
}
.subsTable.table.td {
    text-align: right;
    padding: 4px 4px 4px 4px;
    background-color:aqua;
}

.PwInp {
    background: #fff;
    width: 28%;
    border-radius: 5px;
    padding: 5px 5px;
    margin: 5px;
    display: inline-flex;
    align-items: center;
}

.PwInp input {
    padding: 5px 0;
    border: 0;
    outline: 0;
}

.PwInp span input {

}

.PwInp img {
    width: 2em;
    cursor: pointer;
}

.Distribute {
    Padding: 0 0 0 0;
    Margin: 0 0 0 0;
    Border: none;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: default;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        font-size:xx-small ;
        padding: 0.25em 0.5em;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 0.25em;
        white-space: nowrap;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: 0%;
        left: 0%;
        transition-property: visibility;
        transition-delay: 0.5s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        transition-delay: 2s;
    }
/* STYLES FOR THE REASON DIALOG IN MESSAGES>ARTS
/* Style for the backdrop, which appears when the dialog is open */
dialog::backdrop {
    background: rgba(80, 0, 0, 0.5);
}

dialog {
    border-radius: 18px;
}

/* Styles for the buttons */
.modal-buttons {
    margin-top: 1.5em;
    text-align: right;
}

#cancel-btn, #submit-btn {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

#submit-btn {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    margin-left: 10px;
}

#cancel-btn:hover {
    background-color: #f0f0f0;
}

/* Base style for the modal */
#choice-modal {
  border: none;
  padding: 2em;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/**************************************************************************************************/
    /**************************************************************************************************/
    /**************************************************************************************************/
    /**************************************************************************************************/
    /*  The following is part of a letter opening animation that does not work yet...  Copied from https://blog.hubspot.com/website/css-animation-examples
.letter-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.animated-mail {
    position: absolute;
    height: 150px;
    width: 200px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    .body

{
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 200px;
    border-color: transparent transparent #e95f55 transparent;
    z-index: 2;
}

.top-fold {
    position: absolute;
    top: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    -webkit-transform-origin: 50% 0%;
    -webkit-transition: transform .4s .4s, z-index .2s .4s;
    -moz-transform-origin: 50% 0%;
    -moz-transition: transform .4s .4s, z-index .2s .4s;
    transform-origin: 50% 0%;
    transition: transform .4s .4s, z-index .2s .4s;
    border-color: #cf4a43 transparent transparent transparent;
    z-index: 2;
}

.back-fold {
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 100px;
    background: #cf4a43;
    z-index: 0;
}

.left-fold {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 100px;
    border-color: transparent transparent transparent #e15349;
    z-index: 2;
}

.letter {
    left: 20px;
    bottom: 0px;
    position: absolute;
    width: 160px;
    height: 60px;
    background: white;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .4s .2s;
    -moz-transition: .4s .2s;
    transition: .4s .2s;
    .letter-border

{
    height: 10px;
    width: 100%;
    background: repeating-linear-gradient( -45deg, #cb5a5e, #cb5a5e 8px, transparent 8px, transparent 18px );
}

.letter-title {
    margin-top: 10px;
    margin-left: 5px;
    height: 10px;
    width: 40%;
    background: #cb5a5e;
}

.letter-context {
    margin-top: 10px;
    margin-left: 5px;
    height: 10px;
    width: 20%;
    background: #cb5a5e;
}

.letter-stamp {
    margin-top: 30px;
    margin-left: 120px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background: #cb5a5e;
    opacity: 0.3;
}

}
}

.shadow {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 400px;
    height: 30px;
    transition: .4s;
    transform: translateX(-50%);
    -webkit-transition: .4s;
    -webkit-transform: translateX(-50%);
    -moz-transition: .4s;
    -moz-transform: translateX(-50%);
    border-radius: 100%;
    background: radial-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.0), rgba(0,0,0,0.0));
}

.letter-image:hover {
    .animated-mail

{
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
}

.animated-mail .top-fold {
    transition: transform .4s, z-index .2s;
    transform: rotateX(180deg);
    -webkit-transition: transform .4s, z-index .2s;
    -webkit-transform: rotateX(180deg);
    -moz-transition: transform .4s, z-index .2s;
    -moz-transform: rotateX(180deg);
    z-index: 0;
}

.animated-mail .letter {
    height: 180px;
}

.shadow {
    width: 250px;
}
}
*/

.tabcontent {
    color:black;
}
    .tabcontent h1 {
        font-weight: 900;
        padding-bottom: 1em;
        padding-top: 1em;
    }
    .tabcontent h2 {
        padding-bottom: 1em;
        padding-top: 1em;
    }
    .tabcontent h3 {
        padding-bottom: 1em;
        padding-top: 1em;
    }
    .tabcontent h4 {
        padding-bottom: 1em;
        padding-top: 1em;
    }
    

    @keyframes growAndStop {
        /* Animation starts at 0% (from) */
        0% {
            transform: scale(0.1);
        }
        /* Animation reaches its full size at 100% (to) */
        100% {
            transform: scale(1);
        }
    }

p.tagline {
    text-transform: uppercase;
    border: 2px solid black;
    /* Set the initial state before the animation begins */
    font-size: x-large;
    font-weight: bolder;
    background-color: cyan;
    transform: scale(0.1);
    display: flex; /* Required for the transform to work correctly */
    text-align: center;
    align-items: center;
    justify-content: center;
    /* Apply the animation properties */
    animation-name: growAndStop;
    animation-duration: 1s;
    animation-fill-mode: forwards; /* This is crucial to make the animation stop at the final keyframe */
}

.cta {
  background-color: cyan;
  padding: 16px 0 16px 0;
  border: 1px solid black;
}
.cta-inline {
  background-color:cyan;
}

.charities_logos {
  display:flex;
  justify-content:center;
  align-items:center;
}

.charities_bullets {
  padding-left: 4em;
}

.charity_details {
  display: none;
  padding-left: 4em;
}

.linkMore {
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
  margin-inline-end: 15%;
}

.content div.settings_container {
  display: inline-flex;
  width: 95%;
  justify-content:space-evenly;
}
  .content .settings_container .settings_left {
    flex: 2;
    margin:4px;
    background-color:antiquewhite;
    padding:0.5em;
  }
    .content .settings_container .settings_left table {
      align-self: center;
    }
    .content .settings_container .settings_left th {
      text-align: right;
      font-weight: bold;
      padding: 0 0.5em 0 0;
    }
    .content .settings_container .settings_left td {
      text-align: left;
    }
.content .settings_container .settings_right {
  flex: 1;
  margin: 4px;
  background-color: antiquewhite;
  padding: 0.5em;
}
/* Collection font-face general style tags */
.center {
  text-align:center;
  align-items:center;
}
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.downhalf {
  margin-top: 5em;
}

.larger {
  font-size: larger;
}

.monospace {
  font-family:'JetBrains Mono', 'Fira Code', 'Anonymous Pro', 'Roboto Mono', monospace;  
}

.hpad {
  padding: 0 1em 0 1em;
}

.box {
  border: 2px solid black;
}

.flxCntEqSp {
  display: flex !important;
  justify-content: space-around;
  overflow: hidden;
  width:100%;
  box-sizing:border-box;
  align-items:stretch !important;
}

.flxItm1 {
  flex: 1;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.flxItm2 {
  flex: 2;
  text-align: center;
  overflow: hidden;
}

.flxItm3 {
  flex: 3;
  text-align: center;
  overflow: hidden;
}

.flxItm4 {
  flex: 4;
  text-align: center;
  overflow: hidden;
}

.flxItm5 {
  flex: 5;
  text-align: center;
  overflow: hidden;
}

.flxItm6 {
  flex: 6;
  text-align: center;
  overflow: hidden;
}

.flxItm7 {
  flex: 7;
  text-align: center;
  overflow: hidden;
}

.flxItm8 {
  flex: 8;
  text-align: center;
  overflow: hidden;
}

.flxItm9 {
  flex: 9;
  text-align: center;
  overflow: hidden;
}

.flxItm1Lft {
  flex: 1;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}

.flxItm2Lft {
  flex: 2;
  text-align: left;
  overflow: hidden;
}

.flxItm3Lft {
  flex: 3;
  text-align: left;
  overflow: hidden;
}

.flxItm4Lft {
  flex: 4;
  text-align: left;
  overflow: hidden;
}

.flxItm5Lft {
  flex: 5;
  text-align: left;
  overflow: hidden;
}

.flxItm6Lft {
  flex: 6;
  text-align: left;
  overflow: hidden;
}

.flxItm7Lft {
  flex: 7;
  text-align: left;
  overflow: hidden;
}

.flxItm8Lft {
  flex: 8;
  text-align: left;
  overflow: hidden;
}

.flxItm9Lft {
  flex: 9;
  text-align: left;
  overflow: hidden;
}
.flxItm1Rgt {
  flex: 1;
  text-align: right;
  overflow: hidden;
  box-sizing: border-box;
}

.flxItm2Rgt {
  flex: 2;
  text-align: right;
  overflow: hidden;
}

.flxItm3Rgt {
  flex: 3;
  text-align: right;
  overflow: hidden;
}

.flxItm4Rgt {
  flex: 4;
  text-align: right;
  overflow: hidden;
}

.flxItm5Rgt {
  flex: 5;
  text-align: right;
  overflow: hidden;
}

.flxItm6Rgt {
  flex: 6;
  text-align: right;
  overflow: hidden;
}

.flxItm7Rgt {
  flex: 7;
  text-align: right;
  overflow: hidden;
}

.flxItm8Rgt {
  flex: 8;
  text-align: right;
  overflow: hidden;
}

.flxItm9Rgt {
  flex: 9;
  text-align: right;
  overflow: hidden;
}

.dangerous {
  color:orangered;
  background-color:yellow;
}
.padLft {
  padding-left:0.5em;
}
.padRgt {
  padding-right:0.5em;
}

.Notify {  
  border: 2px solid black;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0.5em 0.5em 0.5em 0.5em;
  text-align: center;
  align-items: start;
}
.NotifyUrgent {
  font-weight: bold !important;
  color: orangered !important;
}
.NotifyNormal {
  font-weight: bold !important;
  color: black !important;
  border-top: 2px dashed black;
  border-bottom: 2px dashed black;
}
.NotifyLow {
  color: darkgray !important;
}
