﻿/* 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. */

/*Astera Font*/
@font-face {
    font-family: 'ASTERA';
    src: url('../astera/ASTERA.eot'); /* IE9 Compat Modes */
    src: url('../astera/ASTERA.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../astera/ASTERA.woff') format('woff'), /* Modern Browsers */
    url('../astera/ASTERA v2.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../astera/ASTERA.svg') format('svg'); /* Legacy iOS */
}
/*End Astera Font*/

/* General Page styles
-------------------------------------------------- */
:root {
    --lime: #70BF56;
    --lime-dark: #182F2F;
    --lime-pale: #B6DBA1;
    --lime-grey: #92B882;
    --jadeite: #7A918F;
    --jadeite-dark: #0A232E;
    --jadeite-grey: #A9B5B4;
    --jadeite-light: #C3CACA;
    --pearled-ivory: #EADFC7;
    --pearled-ivory-dark: #010000;
    --pearled-ivory-grey: #DED9D0;
    --pearled-ivory-light: #F6F2E7;
    --mobile-break-point: 992px;
}

body {
    font-family: Arial;
    color: var(--pearled-ivory-dark);
}

.card {
    border-color: var(--pearled-ivory-dark);
}

.dataTables_filter input {
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.6);
}

.input-group-append {
    background-color: var(--pearled-ivory-grey)
}

#instantUserFeedbackFormToggle {
    position: fixed;
    right: 3vw;
    bottom: 3.5vh;
    z-index: 100;
    height: 4.5vw;
    width: 4.5vw;
    min-width: 70px;
    min-height: 70px;
    border-radius: 2.5vw;
}

    #instantUserFeedbackFormToggle img {
        width: 4vw;
        min-width: 45px;
    }

#instantFeedbackForm {
    display: none;
    position: fixed;
    right: 5vw;
    bottom: 15.5vh;
    width: 400px;
    max-width: 100vw;
    -webkit-box-shadow: 3px 3px 8px 3px var(--jadeite-grey);
    box-shadow: 3px 3px 8px 3px var(--jadeite-grey);
    z-index: 100;
}

    #instantFeedbackForm h3.card-header {
        background-color: var(--lime);
        color: var(--pearled-ivory-light);
        text-align: center;
        font-size: 1.5rem;
        margin: -1px;
        border: 0px;
    }

    #instantFeedbackForm button {
        position: relative;
        left: 59%;
    }

    #instantFeedbackForm textarea {
        height: 385px;
    }

.modal-content {
    margin-bottom: 150px;
}

#promptProgress {
    width: 100%;
    margin: 15px 1px;
    background-color: var(--pearled-ivory-grey);
}

    #promptProgress p {
        color: var(--pearled-ivory-dark);
        text-align: center;
        margin-bottom: -30px;
        height: 30px;
        font-size: 20px;
        font-family: Arial, sans-serif;
    }

#promptProgressBar {
    height: 30px;
    background-color: var(--lime);
    text-align: center;
    line-height: 30px;
    color: white;
}

#skillProgressContainer {
    position: fixed;
    bottom: 2%;
    left: 10%;
    width: 80%;
    z-index: 50;
    background-color: #fff;
    border-block: 1px solid var(--pearled-ivory-dark);
    padding-bottom: 50px;
    margin-bottom: -50px;
    border-radius: 8px;
}

#skillProgress {
    width: 90%;
    margin: 15px auto;
    background-color: var(--pearled-ivory-grey);
}

    #skillProgress p {
        color: var(--pearled-ivory-dark);
        text-align: center;
        margin-bottom: -30px;
        height: 30px;
        font-size: 20px;
        font-family: Arial, sans-serif;
    }

#skillProgressBar {
    height: 30px;
    background-color: var(--lime);
    text-align: center;
    line-height: 30px;
    color: white;
}

#Birthdate::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 6%;
    transform: scaleX(-1);
    top: 40%;
    height: 60%;
    width: 90%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    /*border: 1px solid red;*/
}

.expired {
    position: relative;
    height: 100px;
    margin-bottom: -100px;
    z-index: 5;
    background-color: #FFC107;
    font-size: 1.1rem;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

#course-section {
    width: 100%;
}

.sitemetrics {
    float: right;
    width: 115px;
}

    .sitemetrics p {
        margin-bottom: 0;
        margin-top: -2px;
    }

#forward-logo-banner-box img {
    margin-top: -3.5%;
    max-width: 108%;
    height: auto;
}

@media (max-width: 992px) {
    #forward-logo-banner-box img {
        margin-top: 20px;
    }
}


#forward-header-box {
    max-width: 95%;
}

    #forward-header-box div img {
        max-width: 100%;
        height: auto;
    }

footer {
    background-color: var(--pearled-ivory-dark);
    padding-bottom: 60px;
}

    footer p {
        color: var(--pearled-ivory-light)
    }

    footer a {
        color: var(--lime)
    }

        footer a:hover {
            color: var(--pearled-ivory)
        }

#forward-footer-box {
    max-width: 95%;
}

    #forward-footer-box div img {
        max-width: 100%;
        height: auto;
    }

a.nav-link,
button.nav-link {
    font-size: 1.5rem !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    font-size: 1.4rem;
    /*word-break: break-all;*/
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

#accordionSidebar .navbar-brand {
    font-size: 1.1rem !important;
    font-weight: 800;
    width: 120px;
    font-family: Astera, Arial, sans-serif
}


.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;
}

#cookieConsent {
    margin-top: 4.5%;
    position: fixed;
    z-index: 1;
    width: 55%;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 992px) {
    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;
}

.footer {
    position: absolute;
    bottom: -365px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* FutureHubStyles
-------------------------------------------------- */

.btn-dark {
    color: #fff !important;
}
/* FutureHub Header and navbar*/
.bg-dark {
    background-color: var(--pearled-ivory-dark) !important;
}

.bg-light {
    background-color: var(--pearled-ivory) !important;
    border-color: var(--pearled-ivory) !important;
}

.future-hub-header {
    padding-top: 4.35rem;
    padding-bottom: 2.25rem;
    display: block;
}

#help-button {
    background-color: #fff;
    font-size: 0.8rem;
    margin-bottom: 16px;
    margin-left: 26px;
}

    #help-button:hover {
        background-color: var(--pearled-ivory-grey);
    }

header {
    /*background-color: var(--pearled-ivory);*/
    box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.25);
    background-image: url('../img/FTC_CLIMBER.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 10%;
    max-height: 240px;
}


.header-banner-desktop {
    display: none
}

@media (min-width: 990px) {
    .header-banner-desktop {
        display: inline-block
    }
}

.body-banner-desktop {
    display: none
}

.show-in-mobile {
    display: inline-block
}



@media (min-width: 766px) {
    .show-in-mobile {
        display: none
    }

    @media (min-width: 1200px) {
        .body-banner-desktop {
            display: inline-block
        }
    }
    .margin-top-button-in-desktop {
        margin-top:33px !important; 
    }

@media (max-width: 1200px) {
    header {
        max-height: 295px;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-brand > span {
        display: block;
    }

    .second-banner {
        margin-top: 30px;
    }
}

.profile-bar {
    font-size: 0.8rem;
}

.login-link {
    color: red;
}

.text-light {
    color: var(--pearled-ivory) !important;
}

.text-dark {
    color: var(--pearled-ivory-dark) !important;
}

.main-bar-item {
    margin: 0;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    transition: background-color 0.3s ease-out;
    padding-top: 0.76rem;
    margin-top: -0.76rem;
    padding-bottom: 0.35rem;
    margin-bottom: -0.35rem;
}

    .main-bar-item button,
    .main-bar-item a {
        font-size: 1.5rem;
    }

#navbar-logout {
    color: var(--pearled-ivory);
}

    #navbar-logout:hover {
        color: var(--pearled-ivory-grey);
    }

@media (max-width: 992px) {
    .main-bar-item {
        padding-top: 0.75rem !important;
        padding-bottom: 0.35rem !important;
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .navbar > .container > div {
        justify-content: center
    }

    .second-banner {
        margin-top: 60px;
    }
}

@media (max-width: 576px) {
    .second-banner {
        margin-top: 5px;
    }
}

#accordionSidebar .nav-item {
    margin: 0;
    padding: 0 0.8rem;
    transition: background-color 0.3s ease-out;
}

.btn-success {
    background-color: var(--lime);
    border-color: var(--lime);
    color: var(--pearled-ivory-dark);
}

.btn-warning {
    color: var(--pearled-ivory-dark);
}

.black-button {
    background-color: var(--pearled-ivory-dark);
    border-color: var(--pearled-ivory-dark);
    color: var(--pearled-ivory-light);
}

#accordionSidebar > .nav-item:hover {
    background-color: #009933;
    transition: background-color 0.2s ease-out;
}


.green-hover:hover {
    background-color: #009933;
    transition: background-color 0.2s ease-out;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.green-hover-text:hover {
    color: #009933 !important;
    transition: color 0.2s ease-out;
}

.navbar-brand span {
    color: #fff;
}

    .navbar-brand span .green,
    .green {
        color: #72B34B;
    }

.red {
    color: var(--lime);
}

.yellow-800 {
    color: #e69d00
}

.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.35rem;
}

.navbar-toggler {
    margin-top: -0.4rem;
}

.login {
    background-image: url('../img/img-01.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}
/* end FutureHub Header and navbar*/

/*Like and Dislike button styles*/
.unclicked-button {
    color: #000000;
    border: 1px rgba(0,0,0,0) solid;
    font-size: 2.5rem;
}

.clicked-like-button {
    color: #00FF00;
    border: 1px #00FF00 solid;
    font-size: 2.5rem;
}

.clicked-dislike-button {
    color: #FF0000;
    border: 1px #FF0000 solid;
    font-size: 2.5rem;
}

.like-button {
    background-color: rgba(0,0,0,0)
}

.dislike-button {
    background-color: rgba(0,0,0,0)
}

.like-button:hover {
    color: #00FF00;
    border: 1px #00FF00 solid;
    background-color: rgba(0,0,0,0);
}

.dislike-button:hover {
    color: #FF0000;
    border: 1px #FF0000 solid;
    background-color: rgba(0,0,0,0);
}

.fct-body-background {
    background-image: url('../img/ftc_greenspace.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -3;
    /*background-position: center;*/
}

.fct-color-wash {
    background-color: rgba(200,200,200,0.75);
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -2;
}

.fct-triangles-top {
    background-image: url('../img/ivory-triangles.png');
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: left 6%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.fct-triangles-bottom {
    background-image: url('../img/ivory-triangles-inverted.png');
    background-repeat: no-repeat;
    background-size: 40% auto;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-position: right 96%;
}

/*Banner styles*/
.banner-container {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    border: #2C2F34 solid 1px;
    position: relative;
    -webkit-box-shadow: 6px 6px 17px -2px rgba(0,0,0,0.65);
    -moz-box-shadow: 6px 6px 17px -2px rgba(0,0,0,0.65);
    box-shadow: 6px 6px 17px -2px rgba(0,0,0,0.65);
}

.banner {
    background-color: #1F2024;
}

.jumbotron.banner {
    padding-top: 0.6rem !important;
    padding-bottom: 0.8rem !important;
}

.banner img {
    width: 20%;
    border-bottom: 2px solid #81CC51;
}

.banner h1 {
    font-weight: 800;
    color: #fff;
    margin: 2% 0 0 0;
    font-size: 2.5rem;
    padding-right: 10%;
    letter-spacing: 0.1rem;
    border-bottom: 2px solid #81CC51;
}

#carouselExampleSlidesOnly {
    width: 90%;
    margin: 0 auto;
}

.banner-body h2 {
    font-size: 1.1rem !important;
}

.banner-body h3 {
    font-size: 0.9rem !important;
}

.validation-summary-valid span {
    display: none;
}

/*buttons for selections*/
.pselection-button {
    color: #FFF;
    width: 275px;
    height: 220px;
    margin: 2px 2px 2px 0;
    font-size: 1.70rem;
    word-wrap: break-word;
    font-weight: bold;
    /*text-shadow: 2px 2px 2px black;*/
    white-space: normal;
}

/*Autocomplete styles*/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    padding: 10px;
    font-size: 16px;
}

    input[type=submit]:not(.default-style) {
        background-color: var(--lime);
        color: #fff;
        font-size: 1.1rem;
    }

.autocomplete-items {
    position: absolute;
    border: 2px solid var(--lime);
    background-color: var(--pearled-ivory-light);
    width: 96%;
    margin-left: 2%;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.posting-card {
    min-height: 350px;
    position: relative;
}

@media (max-width: 992px) {
    .posting-card {
        min-width: 5px;
    }
}

.posting-icons {
    position: absolute;
    bottom: 0;
    margin-bottom: 5%;
    width: 90%;
}

.posting-info-icon {
    display: block;
    margin-right: 8px;
    height: 50px;
    max-width: 70px;
}

.posting-info-icon-dashboard {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    max-width: 49px;
}

.popover .popover-header {
    background-color: #1F2024;
    color: #72B34B;
    font-size: 1.1rem;
}

.popover .popover-body {
    background-color: #2C2F34;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}

.results-shorten {
    display: block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reginfo-button {
    color: #222;
    background-color: #009933;
    margin: 2px 2px 2px 0;
    font-size: 1.125rem;
    border-radius: 1px;
    word-wrap: break-word;
    font-weight: bold;
    white-space: normal;
    border-radius: 3px;
    max-width: 100%;
}

    .reginfo-button:hover {
        color: #FFF;
    }

.futurecite {
    background-color: #1f2024 !important;
}

.futurecite-background {
    background-color: #2c2f34 !important;
}

.futurecite-lighter-background {
    background-color: #55595C !important;
}

.futurecite-border {
    border: 3px solid #1f2024 !important;
}

.futurecite-margin-left {
    margin-left: 14.00% !important;
}

.futurecite-gradient {
    background-image: linear-gradient(#68A140, #fff);
}

.futurecite-hyperlink {
    text-decoration: none;
    color: #55595c;
    font-size: x-large;
}

    .futurecite-hyperlink:hover {
        color: #009933;
        transition: background-color 0.2s ease-out;
        text-decoration: none !important;
    }

.futurecite-border-top-results {
    border-top: 4px solid #f8f9fc !important;
}

.inline-approval-icon-warning {
    color: #ffd000;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
}

.inline-approval-icon-okay {
    color: #21782B;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
}

/*Misc Dashboard Styles*/
.big-dash-text {
    font-size: 3.0rem;
    text-align: center;
    vertical-align: central;
}

.half-dash-text {
    font-size: 1.5rem;
    text-align: center;
    vertical-align: central;
    margin-bottom: 0;
}

#wrapper #content-wrapper {
    background-color: transparent !important;
}

.dashboard-subheaders {
    letter-spacing: 0.02em;
}

.card .card-header {
    background-color: #3B3B3B;
    margin-top: -0.2rem;
    margin-left: -0.85rem;
    margin-right: -0.85rem;
}

    .card .card-header h6 {
        font-weight: bold;
        padding-top: 0.5rem;
        text-transform: uppercase;
        color: #FFFFFF;
        letter-spacing: 0.1em;
    }

.chart-area {
    height: 110% !important;
}


h1, h2, h3 {
    font-size: 1.5rem;
}

#accordionSidebar li a span {
    color: var(--pearled-ivory) !important;
}

#toast-container > div {
    padding: 15px 15px 15px 60px;
    width: 80vw;
    margin-top: 325px;
}

.toast {
    min-width: 300px;
    width:20vw;
    left:-40vw;
    position:fixed;
    top:10vh;
    margin:0 auto;
}

/*Styling for the pulse to grab user's attention*/
.attention-ring::before {
    display: block;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    border: 10px solid var(--lime-pale);
    position: absolute;
    animation: attention 1.2s cubic-bezier(0,0,.2,1) infinite;
}

@keyframes attention {
    50%,to {
        transform: scale(100); /* multiple of the initial size */
        opacity: 0;
    }
}

.user-profile-setting-button {
    width: 210px;
}

.justify-space-between-on-desktop {
    display: flex;
    justify-content: space-between
}

.justify-centerstart-on-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.posting-icon-wrapper {
    width: 90px;
}

.posting-options-bar {
    display: flex;
    justify-content: flex-start !important;
}

.career-options-panel {
    display: flex;
    justify-content: space-around !important;
}

.credential-preview {
    margin-left: 15px;
}

.prompt-both-button {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 170px;
}

.prompt-neither-button {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 170px;
    margin-bottom: 18px;
}

.prompt-double-choice-container {
    display: flex;
    justify-content: center;
    flex-direction: column !important;
}

.d-flex-desktop-only {
    display: flex;
}

.ml-3-desktop-only {
    margin-left: 1rem;
}

#sidebar-container {
    display: inline-block
}

#mobile-sidebar-opener {
    display: none;
}

.hide-in-mobile {
    display: inline-block
}

.job-seeker-search {
    font-size: 1.0rem;
    margin-left: 38%
}
/* Mobile Styling
-------------------------------------------------- */
@media (max-width: 992px) {
    .job-seeker-search {
        font-size: 0.8rem;
        margin-left: 0;
    }

    .toast{
        left:0;
    }

    .posting-options-bar a {
        width: 250px;
    }

    #post-filter {
        margin-left: 15px;
    }

    .hide-in-mobile {
        display: none !important
    }

    form .row{
        margin-left:0;
        margin-right:0;
    }

    textarea{
        min-height:280px;
    }

    .posting-icons{
        width:100%;
        margin-left:-1rem;
    }

    .card-body.posting-card{
        min-height:550px;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 18px;
    }

    #help-button {
        margin-top: 15px
    }

    #mobile-sidebar-opener {
        display: inline-block;
        position: fixed;
        background-color: var(--lime);
        left: 0;
        top: 10px;
        padding: 1rem;
        z-index: 10;
        color: var(--pearled-ivory-light);
        font-size: 1.5rem;
        border-radius: 0 3rem 3rem 0;
        font-weight: bold;
    }

    #sidebar-container {
        display: none;
        position: fixed;
        z-index: 10;
        left: 0;
        top: 80px;
        width: 100vw;
    }

    #accordionSidebar {
        width: 100vw;
    }

        #accordionSidebar li a span{
            font-size:1.5rem;
            width:90vw;
        }

    [id*='collapse'] {
        left: 18vw !important;
    }

        [id*='collapse'] a {
            font-size: 1.5rem;
        }

    .registered-orgs {
        font-size: 17px;
        margin-left: -20px;
    }

    textarea .form-control {
        min-height: 280px !important;
        font-size: 18px;
    }

    .mobile-table-hide{
        display:none;
    }

    .ml-3-desktop-only {
        margin-left: 0;
    }

    .prompt-double-choice-container {
        display: inline-block;
        padding: 8px 0;
    }

    .prompt-both-button {
        margin-left: 0;
        margin-right: -10px;
        max-width: 170px;
    }

    .d-flex-desktop-only {
        display: inline-block;
    }

    .prompt-neither-button {
        margin-left: 0;
        margin-right: 0;
        max-width: 170px;
        margin-bottom: 0px;
    }

    #tourControls {
        position: fixed !important;
        top: 292px !important;
        left: 0 !important;
        width: 100vw !important;
        height: 190px;
        font-size: 1.5rem;
    }

    #tourButtons {
        top: 140px;
    }

    #tourtip {
        left: 0 !important;
    }

    html, body {
        transform: none;
    }

    .user-profile-setting-button {
        width: 100%;
        margin-left: 6%
    }

    .card-title .green {
        font-size: 20px;
    }

    .credential-preview {
        margin-left: -8px;
    }

    .posting-icon-wrapper {
        width: 50px;
        margin-left: 0;
        margin-right: 6px;
        margin-bottom: 8px;
    }

    .career-options-panel {
        display: inline-block;
    }

        .career-options-panel > div {
            margin-bottom: 25px;
        }

    .posting-options-bar {
        display: inline-block;
    }

    #like-dislike-buttons {
        padding-left: 0;
        margin-top: 15px;
    }

    .justify-space-between-on-desktop {
        display: inline-block;
    }

    .welcome-bar > div {
        display: inline-block;
        padding-bottom: 12px;
    }

    .profile-highlight {
        padding-bottom: 30px;
    }

    .card:not(.feedback-form):not(.credential-preview):not(.institution-view-card) {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 1.3rem;
        padding-left: 25px;
    }

    .card.institution-view-card {
        padding: 1rem;
    }

    .feedback-form {
        right: 0;
        left: 0;
    }

        .feedback-form #feedbackSubmitButton {
            margin-left: auto;
            margin-right: auto;
        }

    #instantFeedbackForm {
        height: 400px;
    }

        #instantFeedbackForm textarea {
            height: 220px;
        }

    #instantUserFeedbackFormToggle {
        min-width: 55px;
        min-height: 55px;
    }

        #instantUserFeedbackFormToggle img {
            min-width: 30px;
        }

    .option-button-wrap {
        width: 100%;
        margin-left: -25px
    }

    .pselection-button {
        height: 135px;
    }

    .picker {
        left: 0;
        top: 0;
        position: fixed;
        max-width: 100vw;
    }

    .picker--opened .picker__holder {
        min-width: 320px;
    }

    form [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}
