@font-face {
  font-family: "DroidSans";
  src: url("https://psbsac.co.uk/fonts/droid-sans/DroidSans.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DroidSerifItalic";
  src: url("https://psbsac.co.uk/fonts/droid-serif/droid-serif-italic.ttf") format("truetype");
  font-display: swap;
}
body {
  width: 100vw !important;
  margin: 0;
  padding: 0;
  font-family: "DroidSans", "sans-serif";
  color: #6e6e6e;
  background-color: #fff;
  font-size: 1.2rem;
}

.logo {
  width: clamp(5rem, 6.944vw + 1.667rem, 10rem);
  height: auto;
  margin-bottom: calc(9px + 0.35vw);
}

.strap-line {
  color: #003399;
  font-family: "DroidSerifItalic" !important;
  letter-spacing: clamp(0rem, 0.087vw - 0.042rem, 0.063rem);
  margin-left: -4vw;
  margin-top: clamp(3.125rem, 3.038vw + 1.667rem, 5.3125rem);
  align-self: flex-end;
}

.strap-line span {
  color: #003399;
}

.head {
  background-color: #fff !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strap-line h1 {
  font-size: clamp(1.75rem, 2.257vw + 0.667rem, 3.375rem) !important;
}

@media screen and (max-width: 768px) {
  .head {
    width: 100%;
    margin: 0;
    padding: 0 20px 0 20px !important;
  }
  .logo-wrapper {
    justify-content: flex-start;
    width: 4rem;
    margin-left: 7.5vw !important;
  }
  .strap-wrapper {
    width: 100vw !important;
    display: flex;
    justify-content: center;
    margin-left: 20px;
  }
  .strap-line {
    position: absolute;
    top: 0;
    margin-top: 35px;
    margin-left: 0;
    padding: 0;
  }
  .strap-line h1 {
    font-size: 2rem;
  }
  .sl1,
  .sl2 {
    display: block;
    text-align: center;
    font-size: 0.9rem;
  }
}
/* Navigation */
.navbar {
  height: 68px !important;
  background-color: #c7e7ff;
  width: 100%;
  text-align: center;
  margin-left: 0 !important;
  padding: 0;
}

.navbar-nav,
.nav-link {
  font-family: "DroidSans", sans-serif;
  height: 68px !important;
  font-size: clamp(1.375rem, 0.694vw + 1.042rem, 1.875rem);
  color: #003399 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 10px;
  letter-spacing: clamp(0rem, 0.174vw - 0.083rem, 0.125rem);
}

.nav-link:hover {
  color: #fc7307 !important;
  padding-top: 5px;
}

.dropdown-item {
  color: #003399;
  background-color: #fff;
  font-size: 1.2rem;
}

.dropdown-item:hover {
  background-color: #fc7307 !important;
  color: #fff !important;
  height: 30px !important;
  margin-bottom: 0;
}

.dropdown-menu {
  width: -moz-max-content !important;
  width: max-content !important;
}

.navbar-toggler {
  border: solid 1px #003399;
  position: absolute;
  margin-right: 3vw;
  padding: 5px !important;
  margin-bottom: 80px;
  right: 0;
}

.navbar-collapse {
  position: relative; /* Stop berger menu moving */
}

.navbar-light .navbar-toggler-icon {
  background-image: url("https://psbsac.co.uk/img/SVG/hamberger-off.svg");
  width: 30px;
  height: 30px;
}

.navbar-light .navbar-toggler-icon:hover {
  background-image: url("https://psbsac.co.uk/img/SVG/hamberger-on.svg");
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .navbar {
    height: 0 !important;
  }
  .navbar-collapse {
    /* Stop berger menu moving */
    position: absolute;
    width: 100%;
    top: 100%;
  }
  .navbar-nav > li > .dropdown-menu {
    background-color: #fff;
  }
  .navbar-nav > li > .dropdown-menu a {
    color: #003399;
  }
  .nav-link {
    background-color: #fff;
    padding: 0px 0 0px 10px;
    height: 34px !important;
    width: 160px;
    color: #003399 !important;
    font-size: 1.2rem !important;
    justify-content: flex-start;
  }
  .nav-link:hover {
    background-color: #fc7307 !important;
    color: #fff !important;
  }
  .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
  }
}
h2 {
  font-size: clamp(1.75rem, 0.694vw + 1.417rem, 2.25rem) !important;
  font-family: "DroidSans", sans-serif;
  margin-left: 10vw;
  padding-left: 0;
  color: #494949;
  text-align: left !important;
}

h3 {
  font-size: clamp(1.5rem, 0.694vw + 1.167rem, 2rem) !important;
  font-family: "DroidSans", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  color: #494949;
  text-align: center !important;
}

.page-wrapper {
  width: 80vw;
  margin-top: clamp(12.5rem, 6.944vw + 9.167rem, 17.5rem);
  margin-bottom: 30px;
  padding: 0;
}

p,
li {
  font-family: "DroidSans", sans-serif;
  font-size: clamp(1.0625rem, 0.608vw + 0.771rem, 1.5rem);
}

a {
  color: #003399;
}

a:hover {
  color: #fc7307;
}

button {
  border-style: none !important;
  color: #003399 !important;
  background-color: #C7E7FF !important;
}

button:hover {
  color: #fc7307 !important;
}

@media screen and (max-width: 768px) {
  .page-wrapper {
    width: 100vw;
    margin-top: 85px;
    padding: 0 20px 0 20px !important;
  }
  h2 {
    font-size: 1.5rem !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
  }
}
#c-recs .table-wrap {
  height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;
  scroll-snap-type: both mandatory;
}

#c-recs table {
  border-collapse: separate !important;
  border-spacing: 0;
  table-layout: auto;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
}

#c-recs thead tr {
  height: 92px;
  vertical-align: middle;
}

#c-recs tr {
  scroll-snap-align: start;
  height: 46px;
}

#c-recs th,
#c-recs td {
  padding: 8px 10px;
  white-space: nowrap;
  border: 1px solid #6e6e6e !important;
  color: #6e6e6e;
}

#c-recs thead th {
  position: sticky;
  top: 0;
  background-color: rgb(235, 245, 255);
  z-index: 5;
  text-align: center !important;
  scroll-snap-align: end;
}

#c-recs td:first-child,
#c-recs th:first-child {
  position: sticky;
  left: 0;
  background-color: rgb(235, 245, 255);
  z-index: 6;
}

#c-recs thead th:first-child {
  z-index: 7;
}

@media screen and (max-width: 768px) {
  #c-recs table thead th {
    font-size: 0.8rem !important;
  }
  #c-recs thead tr {
    height: 73px;
  }
  #c-recs td {
    font-size: 0.8rem !important;
  }
  #c-recs tr {
    height: 32px;
  }
  #c-recs td:first-child {
    padding-right: 0;
  }
}
.comment-wrapper {
  display: inline-block;
}

.comment {
  text-align: center;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  margin-bottom: 20px;
}

.comp-img {
  max-height: 400px !important;
}

#Past-comp table,
#Past-comp tr td {
  border: 0 !important;
}

#Past-comp td {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .pc-head {
    font-size: 1.1rem !important;
  }
  .pc-sub-head {
    font-size: 0.9rem !important;
  }
  #Past-comp table tr td {
    font-size: 0.9rem;
    overflow-x: auto;
    padding: 2px;
  }
}
.mc-wrapper {
  width: 100vw;
  margin-top: clamp(12.5rem, 6.944vw + 9.167rem, 17.5rem) !important;
  margin-bottom: 30px;
  padding: 0;
}

.mc-wrapper h2 {
  margin-left: 20vw;
}

@media screen and (max-width: 768px) {
  .mc-wrapper {
    margin-top: 85px !important;
    margin-left: 0 !important;
  }
  .mc-wrapper h3 {
    font-size: 1.1rem !important;
  }
  .comment {
    font-size: 1rem;
  }
}
.data-table {
  display: none;
}

input,
select {
  box-sizing: border-box;
}

#spec-wt:active,
#spec-wt:focus,
#points:active,
#points:focus,
#s-wt:active,
#s-wt:focus,
#a-wt:active,
#a-wt:focus {
  outline: none;
}

input:where([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.1rem !important;
  height: 1.1rem !important;
  vertical-align: -0.2rem;
  margin: calc(0.75em - 13px) 0.25rem 0 0;
  border: 1px solid #000;
  cursor: pointer;
  background: #fff no-repeat center center;
}

input[type=radio] {
  border-radius: 50%;
}

input:where([type=radio]):where(:active:not(:disabled), :focus) {
  border-color: #000;
  outline: none;
}

input:where([type=radio]):disabled {
  background: #fff;
}

input[type=radio]:checked {
  background: #c7e7ff;
  border: 2px solid #7d7d7d;
}

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

.bottom-spacer {
  margin-bottom: 10px;
}

.input-wrapper {
  text-align: center;
  width: 350px;
  margin: 20px auto;
  padding-top: 10px;
  border: 1px solid black;
}

.input {
  background-color: #fff;
  font-size: clamp(0.875rem, 3.75vw + 0.125rem, 1.25rem);
  width: clamp(8.5rem, 15vw + 5.5rem, 10rem);
  height: 27px;
  text-align: center;
  border: 1px solid black;
  cursor: pointer;
}

select:invalid,
select option[value=""] {
  color: #999999;
}

option {
  color: black;
}

.other-input {
  height: 27px;
  width: 100px;
  font-size: clamp(0.875rem, 3.75vw + 0.125rem, 1.25rem);
  text-align: left;
  padding-left: 10px;
  border: none;
}

label {
  height: 27px;
  font-size: clamp(0.875rem, 3.75vw + 0.125rem, 1.25rem);
}

.calc {
  font-size: clamp(0.9375rem, 4.375vw + 0.063rem, 1.375rem);
  color: red;
  font-weight: 600;
  border: none;
}

.ast {
  color: red;
}

.format-wrapper {
  display: flex;
  justify-content: center;
  margin: 6px 0 0 0px !important;
}

.wt-format {
  font-size: clamp(0.8125rem, 3.125vw + 0.188rem, 1.125rem);
  margin-bottom: 12px;
}

.image {
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 60%;
  max-width: 250px;
}

.image:hover {
  opacity: 0.5;
}

.p-text {
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}

#Points ol {
  width: 500px;
  margin: 0 auto;
}

/* Footer */
.footer {
  font-family: "DroidSans", sans-serif;
  background-color: #C7E7FF;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mail {
  padding-bottom: 10px;
  text-align: center;
  font-size: clamp(1.25rem, 0.347vw + 1.083rem, 1.5rem);
}

.mail span {
  color: #003399;
}

.copy-hali {
  margin: 0;
  font-size: clamp(1.25rem, 0.347vw + 1.083rem, 1.5rem);
  color: #003399;
  padding-top: 10px;
  margin: 0;
  text-align: center;
}

.footer-bottom {
  height: 40px;
  background-color: #f5f5f5;
}

h1 span {
  color: #003399 !important;
}

p {
  text-align: left;
}

h2 {
  /*padding-bottom: .8rem;*/
  color: #636c72;
}

.form-text {
  font-size: 0.8rem;
  color: gray;
}

button span {
  color: #fff;
  font-size: 0.8rem;
}

/* Forms */
.placeholder-txt {
  color: #636c72;
  opacity: 0.4;
}

.form-control:focus, .form-select:focus {
  box-shadow: none;
  border-color: #4d759a;
}

input {
  margin-top: 8px;
  height: 30px;
}

/*Modals */
.modal-btn {
  color: #4d759a;
  font-size: 3rem;
}

.modal-dialog {
  max-width: 80%;
  border: 1px solid #464a4c;
  max-height: 80vh;
  top: 5%;
  padding: 0;
  background-color: #fff;
  transform: none;
}

.btn {
  font-size: 1rem;
  font-weight: bold;
  background-color: #fff !important;
  border: 1px solid #4d759a !important;
  color: #4d759a !important;
  height: 1.6rem !important;
  border-radius: 4px !important;
  padding: 0 4px 0 4px;
  width: 4rem;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #fff !important;
  background-color: #4d759a !important;
}

.compsImg,
.fotmImg,
.memberImg,
.update-btn {
  padding-top: 2px;
  width: 12rem;
}

#get-points .leader-table {
  overflow-y: auto;
  max-height: 200px;
  text-wrap: nowrap !important;
  width: auto;
}

#get-points .leader-table th {
  position: sticky;
  top: 0;
}

#get-points th {
  text-align: center;
  font-weight: 500;
}

#get-points th,
#get-points tr,
#get-points td,
#get-points table {
  border: none !important;
  background-color: white !important;
  color: #6e6e6e;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  #get-points p {
    font-size: 0.9rem;
    font-weight: 600;
  }
  #get-points h2 {
    font-size: 1.3rem !important;
  }
  #get-points h4 {
    font-size: 1.1rem;
  }
  #get-points table {
    width: 100%;
  }
  #get-points table thead th,
  #get-points td {
    font-size: 0.8rem !important;
  }
}
#Trophies th,
#Trophies tr,
#Trophies td,
#Trophies table {
  border: none !important;
  background-color: white !important;
  width: auto;
  color: #6e6e6e;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #Trophies table thead th,
  #Trophies td {
    font-size: 0.8rem !important;
  }
}
.scroll-to-top {
  z-index: 1042;
  right: 1.5rem;
  bottom: 2.5rem;
  display: none;
}

.scroll-to-top a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(229, 223, 199, 0);
  color: #765222;
}/*# sourceMappingURL=psbsac.css.map */