:root {
  --bg-color: #FAFAFA;
  --text-color: #000000;
  --primary-color: #7E0242;
  --secondary-color: #B63C6A;
}

.dark-mode {
  --bg-color: #1A1A1D;
  --text-color: #FAFAFA;
  --primary-color: #FFD0D6;
  --secondary-color: #7E0242;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: var(--bg-color);
  color: var(--text-color);
}


::selection {
  background: #B63C6A;
  color: #FAFAFA;
}

.navbar{
    background-color: var(--bg-color);
}

.nav-logo {
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.navbar-brand{
    color: #7E0242 !important;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.nav-link{
    color: #7E0242 !important;
}

.nav-link:hover{
    color: blue;
}

.nav-link:active{
    color: #3D0120 !important;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #7E0242;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient( 263deg,#7E0242 100% );
}


.title{
    color: #7E0242;
    font-size: 32px;
    line-height: 40px;
}
.title-text{
  margin: 5% 0% 0% 5px;
  letter-spacing: 1.5px;
}

.confirmation-text h6{
  opacity: 0.8;
}

.socials-list{
  margin: 0% 5px;
}

.bi {
    padding: 15px 0;
    font-size: 22px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    color: #7E0242;
}

.bi:hover {
    color: #3D0120;
}

img {
  max-width:100%;
}

.avator {
  border-radius:100px;
  width:48px;
  margin-right: 15px;
}

.post-wrap {
  max-width: 600px;
  background: var(--bg-color);
  margin: 0 auto;
  margin-bottom: 2vmin;
  border-radius:3px;
  padding: 30px;
  border-bottom: 1px solid var(--bg-color);
  border-top: 1px solid var(--bg-color);
}

.ad{
  padding: 5px;
}

.pinned{
  display: none;
  padding: 0px 0px 30px 0px;
}

.pinned-ph{
  padding: 5px 30px 0px 30px;
}

.pinned-post{
  background-color: #7E0242;
  color: #FFD0D6;
  margin: 0;
  padding: 5px 10px 5px 10px;
  font-weight:normal;
}

.promoted {
  padding: 0;
}

.post-image{
  width: 80%;
  border-radius: 10px;
  padding: 3vmin;
  margin: 0 auto;

  background-image: url('/assets/images/webp/backgrounds/blurred-background.webp');
  backdrop-filter: blur(10px);
  background-size: cover;

  color: #FAFAFA;
}

.warning-text{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bi-eye-slash{
  font-size: xx-large;
  color: var(--text-color);
}

.bi-eye-slash:hover{
  color: #7E0242;
}

.bi-pin-fill{
  color: #FFD0D6;
}

.bi-arrow-up-right-square-fill{
  color: #FFD0D6;
}

.bi-patch-check-fill{
  font-size: larger;
}

.bi-share-fill{
  color: var(--text-color);
}

.bi-share-fill:hover{
  color: #7E0242;
}

.post-image h1{
  font-size: medium;
}

.post-image p{
  font-size: small;
}

.post-header {
  display: flex;
  align-items:flex-start;
  font-size:14px;
}

.post-header-info {
  font-weight:bold;
}

.post-header-info span {
  color:#657786;
  font-weight:normal;
  margin-left: 5px;
}

.post-header-info p {
  font-weight:normal;
  margin-top: 5px;
}

.post-img-wrap {
  padding-left: 60px;
}

.post-info-counts {
  display: flex;
  margin-left: 60px;
  margin-top: 10px;
}

.post-info-counts div {
  display: flex;
  margin-right: 20px;
}

.post-info-counts div svg {
  color:#657786;
  margin-right: 10px;
}

.report-section{
  display: none;
  padding: 1vmin;
  margin-top: 5%;
}

.report-header{
  font-size: medium;
  font-weight: bold;
  color: #7E0242;
  margin-top: 20px;
  margin-bottom: 20px;
}

.report-list{
  list-style-type: none;
} 

.report-list li{
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

.report-list li::before {
  content: "x";
  font-size: 20px;
  margin-right: 10px;
  color: #7E0242;
}

.report-form {
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.report-form > input {
  margin: 0 auto;
  outline: none;
  width: 50%;
}

.report-form input {
  border: none;
  background: hsl(0 0% 93%);
  border-radius: .25rem;
  padding: .75rem 1rem;
  width: 100%;
  margin-bottom: 0.5rem;
}

.report-form input[type="submit"] {
  background: #7E0242;
  color: var(--text-color);
  box-shadow: 0 .75rem .5rem -.5rem hsl(337.5 50% 80%);
  width: 50%;
}

.report-form select{
  border: none;
  background: hsl(0 0% 93%);
  border-radius: .25rem;
  padding: .65rem 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237E0242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpolygon points='2 5 8 11 14 5'/%3e%3c/svg%3e");
  font-size: 14px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70%;
  margin-bottom: 0.5rem;
  color: black;
}

.comment-section{
  display: none;
  padding: 2vmin;
  margin-top: 5%;
  transition: all 2s ease;
}

.comment-header{
  font-size: large;
}

.comment-notification{
  display: none;
  width: 90%;
  padding: .70rem 1rem;
  margin: 0 auto;
  margin-bottom: 5%;
  border-radius: 5px;
  background-color: #7E0242;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.comment-notification h4 {
  font-size: medium;
  animation: shake 0.1s ease-in-out infinite alternate, breathe 3s ease-in-out infinite alternate;
  animation-iteration-count: 3;
  color: var(--text-color);
  padding-top: 0.5rem;
}

@keyframes shake {
  0% { transform: translateX(0); }
  100% { transform: translateX(-10px); }
}

@keyframes breathe {
  0% { color: var(--text-color); }
  50% { color: var(--text-color); }
  100% { color: var(--text-color); }
}

.no-comments-message {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.no-comments-message h6 {
  color: var(--text-color);
  font-weight: 300;
}

.comment{
  font-weight:bold;
  background-color: var(--bg-color);
  margin-top: 5%;
  border-radius:3px;
  padding: 2vmax;
}

.comment_time {
color:#657786;
font-weight:normal;
float: right;
}

.comment_reply {
  color:#657786;
  font-weight:normal;
}
.comment p {
  font-weight:normal;
  margin-top: 5px;
  margin-left: 1%;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}

.comment-form > input {
  width: 25%;
  margin: 0 .1rem;
  outline: none;
}

.comment-form > input[type="comment"] {
  width: 45%;
}

.comment-form input {
  border: none;
  background: hsl(0 0% 93%);
  border-radius: .25rem;
  padding: .75rem 1rem;
}

.comment-form input[type="submit"] {
  background: #7E0242;
  color: var(--text-color);
  box-shadow: 0 .75rem .5rem -.5rem hsl(337.5 50% 80%);
  margin-left: .5rem;
  width: 20%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z' fill='white'/></svg> ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
}

.feed-loading{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ad-container{
  display: flex;
  justify-content: center;
  max-width: 600px;
  background: var(--bg-color);
  margin: 0 auto;
  margin-bottom: 2vmin;
  border-radius:3px;
  border-bottom: 1px solid #e6ecf0;
  border-top: 1px solid #e6ecf0;
}

.feed-footer{
  display: none;
}

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

.feed-message {
  width: 100%;
  text-align: center;
}

.feed-message h6 {
  color: lightgray;
  font-weight: 300;
}

@media screen and (max-width:430px){
  .post-wrap{
    margin: 5vmin;
  }

  .ad-container{
    margin: 5vmin;
  }

  .post-header img {
    margin-bottom: 20px;
  }

  .post-header-info p {
    margin-bottom: 30px;
  }

  .post-img-wrap {
    padding-left: 0;
  }

  .post-info-counts {
    display: flex;
    margin-left: 0;
  }

  .post-info-counts div {
    margin-right: 10px;
  }

}

.post-btn{
transition: 0.3;
}

.post-btn:hover{
  color: #7E0242;
}

.post-btn.active {
  fill: #7E0242;
  color: #7E0242;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(132, 18, 18);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.cards{
  margin-bottom: 1vmin;
}

.card {
  display: flex;
  flex-direction: row;
  width: 500px;
  height: 250px;
  background-color: var(--bg-color);
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	margin: 5%;
	overflow: hidden;
  margin: 10px auto;
  margin-top: 20px;
}

.card-preview {
  padding: 0;
  margin: 0;
  height: 100%;
  flex: 0 0 50%;
  margin: auto;
  display: flex;
}

.card img{
  object-fit: cover;
	border-radius: 0 20px 20px 0;
  transition: 0.3s;
  max-width: 100%;
}

.card img:hover{
	border-radius: 0;
}

.card-title{
  letter-spacing: 1.5px;
  opacity: 0.6;
  text-transform: uppercase;
}

.card-desc{
  opacity: 0.9;
  margin-bottom: 15vmin;
}

.card-info {
  padding: 5% 5% 0% 5%;
}

.card-btn {
  background-color: #7E0242;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	color: var(--text-color);
	font-size: large;
	padding: 12px 25px;
	letter-spacing: 1px;
  position: absolute;
  float: right;
  right: 3%;
  bottom: 5%;
  transition: 0.3s;
  text-transform: uppercase;
}

.card-btn:hover{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  color: #7E0242;
  background-color: var(--bg-color);
	padding: 15px 30px;
}

.page_titles{
  margin-top: 5vmin;
  text-align: center;
}

.activated{
  font-weight: 600;
}

.not_activated{
  font-weight: 100;
}

a.heading_links, a.heading_links:link, a.heading_links:visited {
  color: black;
  text-decoration: none!important;
}

.submission-row{
  justify-content: center;
  padding: 5vmin;
}
.submission-form {
  background-color: var(--bg-color);
  padding: 5%;
  border-radius: 5%;
  border: 0;
}

.input{
  width: 100%;
  border: 0;
  border-bottom: 2px solid gray;
  outline: 0;
  font-size: 1.3rem;
  color: #7E0242;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

#schools{
  -moz-appearance:none;
  -webkit-appearance: button-bevel;
  -webkit-padding-end: 1  0%;
  -webkit-padding-start: 5%;
  -webkit-user-select: none;
  border: 1px solid gray;
  color: black;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2vmin;
  padding-bottom: 2vmin;
  white-space: nowrap;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237E0242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpolygon points='2 5 8 11 14 5'/%3e%3c/svg%3e");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 20px;
}

#anon_label{
  display: inline;
  padding-left: 50px;
}

input[type="checkbox"].ios8-switch {
  position: absolute;
  margin: 8px 0 0 16px;    
}

input[type="checkbox"].ios8-switch + label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 2.0em;
}

input[type="checkbox"].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px;
  height: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="checkbox"].ios8-switch + label:after {
content: "";
position: absolute;
display: block;
left: 0px;
top: 0px;
width: 24px; /* x*3 */
height: 24px; /* x*3 */
border-radius: 16px; /* x*2 */
background: #fff;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

input[type="checkbox"].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

input[type="checkbox"].ios8-switch:checked + label:after {
  margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked + label:before {
  background: #7E0242;
}

#preview_btn{
  font-weight: 500;
  filter: alpha(opacity=20);
  width: 100%;
  background-color: #7E0242;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: large;
	padding: 12px 25px;
	letter-spacing: 1px;
  transition: 0.3s;
  text-transform: uppercase;
  margin: 0;
  display: block;
  float: none;
}

#preview_btn:hover{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  color: #7E0242;
  background-color: #fff;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7E0242;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.modal {
  background-color: rgba(0,0,0,0.4);
  text-align: center;
}

#disclaimer-modal-content {
  background-color: var(--bg-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 5vmin;
  width: 80%;
  max-width: 800px;
  border: none;
  border-radius: 10px;
}

.disclaimer-modal-btn{
  background-color: #7E0242;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: large;
	padding: 12px 25px;
	letter-spacing: 1px;
  transition: 0.3s;
  text-transform: uppercase;
  margin-top: 2vmin;
}

.disclaimer-modal-btn:hover{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  color: #7E0242;
  background-color: #fff;
}

#disclaimer_heading{
  color: red;
  font-weight: 600;
  text-decoration: underline;
}

#disclaimer_subheading{
  color: red;
  font-weight: 800;
  text-decoration: underline;
}

#disclaimer_subheading_ul{
  color: green;
  font-weight: 600;
  text-decoration: underline;
}

.modal-content img{
  width: 100px;
  height: 100px;
  border: solid 2px #7E0242;
  border-radius: 50px;
  margin: 5%;
}

#confession_modal {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  padding: 5% 0%;
}

.confession_modal_content {
  background-color: var(--bg-color);
  position: relative;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 95%;
  max-width: 500px;
  display: inline-block;
}

.confession_modal_content img{
  width: 100px;
  height: 100px;
  border: solid 2px #7E0242;
  border-radius: 50px;
  margin: 5%;
}

#button_array_temp{
  display: flex;
  justify-content: center;
}

.btn_array{
  margin-top: 2vmin;
  display: flex;
  justify-content: center;
}

.back_btn{
  background-color: var(--bg-color);
	border: 0;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	color: #7E0242;
	font-size: large;
	padding: 12px 25px;
	letter-spacing: 1px;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}

.back_btn:hover{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  color: #7E0242;
  background-color: #fff;
}

.continue_btn{
  background-color: #7E0242;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: large;
	padding: 12px 25px;
	letter-spacing: 1px;
  transition: 0.3s;
  text-transform: uppercase;
  margin-left: 2vmin;
  text-decoration: none;
  width: 80%;
}

.continue_btn:hover:not([disabled]){
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  color: #7E0242;
  background-color: #fff;
}

.continue_btn:disabled{
  opacity: 0.1;
}

#terms_back_button{
  font-size: 21px;
  font-weight: 500;
  background: #D1A5BC;
  border-radius: 5px;
  margin: 0;
  padding: 5px 10px;
  float: none;
  line-height: normal;
  border: #D1A5BC;
  color: white;
  width: 30%;
  border-color: #7E0242;
}

#final_submit{
  font-size: 21px;
  font-weight: 500;
  background: #7E0242;
  border-radius: 5px;
  margin: 0;
  padding: 5px 10px;
  float: none;
  line-height: normal;
  width: 60%;
  border: #7E0242;
  color: white;
}

#final_submit:disabled{
  font-size: 21px;
  font-weight: 500;
  background: #7E0242;
  border-radius: 5px;
  margin: 0;
  padding: 5px 10px;
  float: none;
  line-height: normal;
  width: 60%;
  border: #7E0242;
  color: white;
  opacity: 0.1;
}

#fb_standards{
  font-weight: 300;
  font-size: 13;
  color: red;
  opacity: 0.6;
}

.left_box {
  padding: 5%;
  font-weight: bold;
  float: right;
  text-align: left;
}

.contact-modal .modal-header {
    background: #7E0242;
    color: #FAFAFA;
}

.form-control:focus {
    border-color: #7E0242;
    box-shadow: 0 0 8px #F8B8D4;
}

.contact-modal {
    width: 90%;
    max-width: 600px;
    padding: 5vmin;
    margin: 30px auto;
}

.contact-modal .form-control, .contact-modal .btn  {
    min-height: 38px;
    border-radius: 1px;
    outline: none;
}

.contact-modal .btn-primary {
  min-width: 50%;
  background: #7E0242;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 12px 25px;
  letter-spacing: 1px;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}

.contact-modal .btn-primary:hover {
    background: #fafafa;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    color: #7E0242;
}

.contact-modal .btn-secondary {
  min-width: 20%;
  background: none;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #7E0242;
  padding: 12px 25px;
  letter-spacing: 1px;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}

.contact-modal .btn-secondary:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  color: #7E0242;
  background-color: #fff;
}

.contact-modal textarea {
  resize: vertical;
}

.contact-modal .close {
  color: #FAFAFA;
  border: none;
  background: #7E0242;
}

.contact-modal .form-group{
  margin-top: 1vmin;
  margin-bottom: 1vmin;
}

.contact-modal #result{
  color: #7E0242;
}

.preview_container{
  padding: 5vmin;
}

.confession_preview {
  background-color: var(--bg-color);
  padding: 5vmin;
  margin: auto;
  display: block;
  border: 1px solid var(--bg-color);
  border-radius: 5px;
  align-content: center;
  width: -webkit-fill-available;
  max-width: 500px;
}
  
#generated_confession { 
  border: 1px solid #7E0242;
  position: absolute;
  padding: 5%;
  width: 100%;
  min-width: 318px;
}

.canvas_container{
  background: var(--bg-color);
  border: 1px;
  border-radius: 5px;
  padding: 2% 0% 2% 0%;
}

.outer_loader {
  text-align: center;
  position: absolute;
  top: 300px;
  transform: translateY(-50%);
}

.row.outer_loader {
  position: relative;
}

.loading_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#canvas{
  margin: auto;
  width: 100%;
  height: auto;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#submittion_page_container{
  background-color: var(--bg-color);
  padding: 5%;
  margin: 3% 8%;
  display: block;
  border: 1px solid var(--bg-color);
  border-radius: 20px;
  align-content: center;
  width: 100%;
  max-width: min-intrinsic;
  font-size: small;
}
  
.list_buttons{
  margin-top: 5%;
  font-size: 19px;
  font-weight: 500;
  background: #7E0242;
  border-radius: 5px;
  padding: 5px 10px;
  display: block;
  float: none;
  line-height: normal;
  width: 100%;
  border: #7E0242;
  text-align: center;

}

a.link_btns, a.link_btns:link, a.link_btns:visited {
  color: white;
  text-decoration:none;
}

#tick{
  width: 80px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .cards{
    margin-bottom: 5vmin;
  }

  .card {
    width: 100%;
    height: 100%;
  }
  
  .card img{
	  border-radius: 0 10px 10px 0;
  }
  
  .card-desc{
    font-size: 3vmax;
  }
  
  .card-btn {
    padding: 5vmin;
    font-size: .7rem;
    line-height: 40%;
  }

  .card-btn:hover {
    padding: 5vmin;
    font-size: .7rem;
    line-height: 40%;
  }

  .btn_array{
    margin-top: 5 vmin;
  }

  .back_btn{
    font-size: small;
  }

  .confirm_btn{
    font-size: small;
  }
	
}

.tools_main-container {
  padding: 30px;
}

.cards_heading {
  text-align: center;
  padding: 20px;
  padding-bottom: 0;
}

.cards_heading__title {
  font-weight: 600;
}

.cards_heading__credits {
  margin: 10px 0px;
  color: #888888;
  font-size: 25px;
  transition: all 0.5s;
}

.cards_heading__link {
  text-decoration: none;
}

.cards_heading__credits .cards_heading__link {
  color: inherit;
}

.tools_cards {
  display: flex;
  justify-content: center;
}

.tools_card {
  margin: 20px;
  padding: 20px;
  width: 500px;
  max-height: 250px;
  grid-template-rows: 0px 50px 0fr 80px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}

.tools_card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}

.tools_card__link,
.tools_card__exit,
.tools_card__icon {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.tools_card__link::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  width: 0%;
  height: 3px;
  background-color: #7E0242;
  transition: all 0.5s;
}

.tools_card__link:hover::after {
  width: 100%;
}

.tools_card__icon {
  grid-row: 1/3;
  font-size: 30px;
}

.tools_card__title {
  grid-row: 3/4;
  font-weight: 400;
  color: #ffffff;
}

.tools_card__desc{
  grid-row: 4/4;
  font-weight: 200;
  color: #ffffff;
}

.tools_card__apply {
  grid-row: 5/5;
  align-self: center;
}

.tools_card-1 {
  background: radial-gradient(#1fe4f5, #3fbafe);
}

.tools_card-2 {
  background: radial-gradient(#fbc1cc, #fa99b2);
}

.tools_card-3 {
  background: radial-gradient(#76b2fe, #b69efe);
}

.tools_card-4 {
  background: radial-gradient(#60efbc, #58d5c9);
}

.tools_card-5 {
  background: radial-gradient(#f588d8, #c0a3e5);
}

@media (max-width: 1600px) {
  .tools_cards {
    justify-content: center;
  }
}

.playlists{
  padding: 5vmin;
}

.playlist-heading{
  margin: 5%;
  text-align: center;
}

.playlist-heading h1{
  font-weight: bold;
  font-size: 1.5rem
}

.playlist-heading h2{
  font-weight: lighter;
  font-size: 1rem;
}

.qca-calculator-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 2vmin;
}

.qca-calculator-heading .title-text{
  max-width: 600px;
}

.answers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  max-width: 600px;
  max-height: 600px;
  padding: 50px;
}

.answer {
  width: 200px;
  height: 200px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 0.3s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #7E0242;
  border-radius: 10px;
}

.answer:hover{
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.answer-1 {
  background: linear-gradient(to bottom, #964B6E, #7E0242);
}

.answer-2 {
  background: linear-gradient(to bottom, #964B6E, #7E0242);
}

.answer-3 {
  background: linear-gradient(to bottom, #964B6E, #7E0242);
}

.answer-4 {
  background: linear-gradient(to bottom, #964B6E, #7E0242);
}

.qca_progress {
  width: 200px;
  padding: auto;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: var(--bg-color);
}

.circle {
  width: 20px;
  height: 20px;
  border: 1px solid #7E0242;
  border-radius: 50%;
  margin: 0 5px;
}

.circle.filled {
  background-color: #7E0242;
}


@media (max-width: 600px) {
  .answers{
      padding: 0;
  }
  .answer {
      height: 150px;
      width: 150px;
      margin: 5px;
  }
}

.calculator {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #272727;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.grade-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.grade-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #272727;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

.control-buttons {
  display: flex;
  width: 100%;
  justify-content: center;
}

.clear-button,
.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

.qca-back-button,
.qca-submit-button,
.qca-clear-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  
}

.qca-submit-button{
  background-color: #7E0242;
  color:#FAFAFA;
}

#side-btn{
  color: #272727;
  background-color: #ffffff;
}

#side-btn:hover{
  background: linear-gradient(60deg, #ff0300, #ffa100);
  color: #ffffff;
}

#exempt-btn{
  background-color: gray;
}

.selected-grades {
  color: #fafafa;
  font-size: 1.2em;
  font-weight: bold;
}

.calculator-header {
  width: 100%;
  padding: 40px 20px 10px 0px;
  background-color: #000000;
  color: #fafafa;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: right;
}

.calculator-header .header-sem{
  color:#657786;
  font-weight: lighter;
  font-size: smaller;
}

.calculator-header .header-year{
  color:#657786;
  font-weight:normal;
  font-size: small;
}

.calculator-header .header-alert{
  color:#FFA07A;
  font-weight:normal;
  font-size: medium;
  text-align: left;
  margin-left: 5%;
}

.qca-header {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.calculated-qca {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 10px;
}

.qca-award-class {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.calculation-details {
  overflow-x: auto;
}

.qca-award-msg {
  font-size: 1em;
  line-height: 1.5;
  padding: 20px;
  border: 2px solid #333;
  border-radius: 5px;
  background-color: #f5f5f5;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
  
#year_cards{
  display: block;
}

#sem_cards{
  display: none;
}

.calculator{
  display: none;
}

.qca_result_sheet{
  display: none;
}

.additional_info {
  display: none;
  width: 80%;
  margin: 0 auto;
  max-width: 500px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.additional_info_header{
  text-align: left;
  margin-bottom: 5%
}

@media only screen and (max-width: 600px) {
  .additional_info {
    width: 90%;
  }
  #qca-details-accordion-btn{
      font-size: small;
  }
}

.additional_info form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.additional_info input[type="number"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.additional_info input[type="submit"] {
  width: 100%;
  height: 50px;
  background-color: #7E0242;
  border: none;
  color: white;
  font-size: 21px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s;
}

.additional_info input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0,0,0,0.1);
}

.info-popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  border: 1px solid #7E0242;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 1em;
  z-index: 1;
  transition: transform 0.5s ease-in-out;
}

.bi-info-circle-fill {
  color: #7E0242;
  transition: color 0.2s ease-in-out;
}
.bi-info-circle-fill:hover {
  color: #9b59b6;
}

.close-button {
  color: #7E0242;
  transition: color 0.2s ease-in-out;
  float: left;
}
.close-button:hover {
  color: #9b59b6;
}
  

.qca_result_sheet {
  width: 80%;
  max-width: 600px;
  background-color: #E6E9F3;
  margin: 0 auto;
  border-radius: 15px 15px 15px 15px;
  margin-top: 50px;
}

.qca_result_sheet .heading{
  padding: 5vmin;
  width: 100%;
  height: 10%;
  background-color: #7E0242;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0px 0px;
}

.qca_result_sheet .qca{
  padding: 5%;
  width: 100%;
  height: 20%;
  background-color: #E2D2DA;
  color: #7E0242;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qca_result_sheet .award{
  padding: 5%;
  width: 100%;
  height: 30%;
  background-color: #964B6E;
  color: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qca_result_sheet .award h1 {
  animation: anim-name 1s ease-out;
}

@keyframes anim-name {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.qca_result_sheet .details{
  padding: 5%;
  width: 100%;
  height: 40%;
  color: #303030;
}

.qca_result_sheet .credits{
  margin-top: 2vmin;
  text-align: right;
  font-weight: lighter;
}

.qca_result_sheet big{
  color: #7E0242;
  font-weight: normal;
}

#qca-details-accordion-btn{
  color: #7E0242;
}

.qr-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.qr-container h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.qr-container h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.qr-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-container input[type="text"] {
  margin-top: 20px;
}

.qr-container input[type="text"], input[type="number"] {
  width: 300px;
  height: 40px;
  font-size: 18px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #7E0242;
}

.qr-container input[type="submit"] {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #FAFAFA;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #7E0242;
  font-size: large;
  padding: 12px 25px;
  letter-spacing: 1px;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}

.qr-container input[type="submit"]:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  color: #7E0242;
  background-color: #fff;
}

.qr-container img {
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #7E0242;
  border: none;
}

.bi-arrow-up{
  color: white;
}

.bi-arrow-up:hover{
  color: lightgray;
}

.template-contact-form{
  padding: 5vmin;
}

#presentationTemplateContactForm {
  width: 80%;
  margin: 0 auto;
}

#presentationTemplateContactForm h2 {
  margin-bottom: 20px;
}

#presentationTemplateContactForm p {
  margin-bottom: 20px;
  color: #7E0242;
}

#presentationTemplateContactForm input[type="text"],
#presentationTemplateContactForm input[type="email"],
#presentationTemplateContactForm textarea {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#presentationTemplateContactForm input[type="submit"] {
  width: 100%;
  background-color: #7E0242;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.groups-container{
    text-align: center;
}
.groups-responsive-banner {
    display: inline-block;
    margin: 2vmin;
    width: 60%;
    max-width: 490px;
    min-width: 320px;
    position: relative;
    min-height: 300px;
    max-height: 450px;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, #801848, #ffffff);
    background-repeat: no-repeat;
    text-align: left;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.groups-responsive-banner.second {
    background-image: linear-gradient(to bottom right, #801848, #000000);
}
.groups-responsive-banner.third {
    background-image: linear-gradient(to bottom right, #a569bd, #801848);
}
.groups-container-envelope {
    max-width: calc(100%);
    padding: 15px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    max-height: 450px;
}
.groups-container-envelope .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (min-width: 650px) {
    .col-xs-12 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .groups-container-envelope {
        max-width: calc(100% - 200px);
    }
}
.groups-container p {
    clear: both;
    font-family: 'Work Sans', Helvetica, sans-serif;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    line-height: 1.15;
    word-wrap: break-word;
    margin: 1em 0 0.5em;
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
    word-wrap: break-word;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.groups-responsive-banner * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.more-link {
    background-color: #801848;
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font: 500 15px 'Work Sans', Helvetica, sans-serif;
    line-height: 1.5;
    text-align: center;
    border: none !important;
    position: relative;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out;
}
a.more-link:hover {
    background-color: #FAFAFA;
    color: #801848;
}
.groups-container svg, .groups-container img {
    fill: rgba(0, 0, 0, 0.1);
    position: absolute;
}
.groups-container img {
    max-width : 50%;
}
.groups-circle-a {
    bottom: -80px;
    left: -80px;
}
.groups-circle-b {
    top: -30px;
    right: 70%;
}
.groups-circle-c {
    top: -330px;
    right: -300px;
}
.groups-circle-d {
    top: 195px;
    right: 145px;
}
.groups-container img {
    top: 0;
    right: 0;
}
.link-container {
    text-align: center;
}
.link-container a.more-link {
    background-color: #801848;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.link-container a.more-link:hover {
    background-color: #fff;
    color: #801848;
}

.theme-toggle-container {
  display: flex;
  justify-content: flex-end;
  /* margin-top: 10px; */
  padding: 5px;
  width: 100%;
}

.theme-toggle-btn {
  background-color: var(--text-color);
  color: var(--bg-color);
  border: none;
  width: 100%;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.theme-toggle-btn:hover {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.theme-toggle-btn:active {
  transform: scale(0.95);
}
