﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: linear-gradient(rgba(243, 117, 33, 0.2), rgb(1, 81, 48, 0.2));
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*LIGHTHOUSE ICON
-----------------------------------------------------*/

.lighthouse_icon_before {
    position: absolute;
    width: 4rem;
    object-fit: contain;
    opacity: 1;
    transition: opacity .2s;
}

.lighthouse_icon_before:hover {
    opacity: 0;
}

.lighthouse_icon_after {
    width: 4rem;
    opacity: 0;
    transition: opacity .2s;
}

/*.lighthouse_icon_before:hover .lighthouse_icon_after,
.lighthouse_icon_before:hover ~ .lighthouse_icon_after {
    opacity: 1;
}*/

/*.lighthouse_icon_before:hover img.lighthouse_icon_after {
    opacity: 0;
}
*/
.lighthouse_icon_after:hover {
    opacity: 1;
}

/* BOXES
--------------------------------------------------- */
.lo-edit-form-group {
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 20px;
    /* padding-bottom: 30px; */
    border: none;
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 8px;
    overflow: hidden;
    background-color: white;
    /* border-bottom-left-radius: 5px; */
    border-radius: 10px;
    /* border-bottom-right-radius: 5px; */
    margin: 5%;
    max-width: 600px;
}

.question-title {
    font-size: 32px;
    /* background: blue; */
    width: 100%;
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-color: darkgrey;
    font-weight: bold;
}

.lo-edit-box {
    display: grid;
    justify-content: center;
    font-size: 18px;
}

.sub_text {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.Advisebox {
    margin-top: 5%;
    width: 100%;
    border-radius: 7px;
    resize: none;
    padding: 0.5rem;
}


/* IMPACT SCORE BUTTONS
 -------------------------------------------*/

.impact_score_mainpage {
    width: 2rem;
    background: lightgrey;
    border-radius: 100%;
    /* padding-bottom: 1rem; */
    text-align: center;
    -moz-appearance: none;
    height: 2rem;
    /* height: auto; */
    margin-top: 0.2rem;
    margin-left: 1rem;
    border: 2px solid black;
    font-size: 1.2rem;
    cursor: pointer;
}

.impact_score_mainpage .tooltiptext {
    visibility: hidden;
    width: 20rem;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 1rem;
    position: relative;
    display: grid;
    justify-content: center;
    z-index: 1;
    top: 1rem;
    right: 100%;
}

.impact_score_mainpage:hover .tooltiptext {
    visibility: visible;
}

.impact_score {
    width: 2rem;
    background: lightgrey;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 2rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}

.showing-requested-button-pre {
    width: 120px;
    height: 60px;
    cursor: pointer;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin: 0px auto 24px auto;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.showing-requested-button-pre:before {
    border-radius: inherit;
    display: block;
    width: 230%;
    height: 250%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, hsla(39, 100%, 77%, 1) 0%, hsla(22, 90%, 57%, 1) 100%);
/*    background: linear-gradient(135deg, #21d4fd 25%, #b721ff 75%);
*/    transition: all 0.5s;
    transform: translate(-25%, -25%);
    z-index: 0;
}

.showing-requested-button-pre:after {
    border-radius: 9px;
    color: white;
    display: block;
    width: 108px;
    height: 108px;
    margin: 6px;
    background-size: cover;
    content: 'Submit';
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    top: .2rem;
    left: 0;
    z-index: 1;
}

.showing-requested-button-pre:hover:before {
   /* transform: translate(-25%, -25%) rotate(-180deg);*/
    transform: translate(-25%, -25%) translateX(-0%) translateY(-30%);
}

.showing-requested-button-pre:hover {
    box-shadow: 0 0 35px rgba(0,0,0,0.3);
}

.showing-requested-button-post {
    width: 120px;
    height: 60px;
    cursor: pointer;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    margin: 0px auto 24px auto;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.showing-requested-button-post:before {
    border-radius: inherit;
    display: block;
    width: 230%;
    height: 250%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #21d4fd 25%, #b721ff 75%);
    transition: all 0.5s;
    transform: translate(-25%, -25%);
    z-index: 0;
}

.showing-requested-button-post:after {
    border-radius: 9px;
    color: white;
    display: block;
    width: 108px;
    height: 108px;
    margin: 6px;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.showing-requested-button-post:hover:before {
    transform: translate(-25%, -25%) rotate(-180deg);
}

.showing-requested-button-post:hover {
    box-shadow: 0 0 35px rgba(0,0,0,0.3);
}

/* CSS */
.button-6 {
  align-items: center;
  background-color: linen;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
  border: none;
  outline: none;
}


.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: linen;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

/* CSS */
.button-30 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.button-30:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-30:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

/*
    MD PAGE
*/

.MD_page_GPA_MCAT {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: xxx-large;
    font-weight: bold;
}

/*
    GATE PAGE
*/

.gate_input {
    overflow: visible;
    height: 3rem;
    padding: 1rem;
    border-radius: 1rem;
    border: none;
}

