/*
GLADyS CSS
@author Alex Fraundorf
@since 04/15/2024
@version 06/18/2024
*/
body {
    height: 100vh !important;
    /*min-height: 100% !important;
    max-height: 100%;*/
    font-size: 16px;
}

.form-group input.form-control, select, textarea {
    border-color: rgb(217,217,217);
    border-radius: 8px;
    font-size: 18px;
}
.grey {
    color: #9d9d9d;
}

.btn-primary {
    background-color: #e81f76 !important;
    color: #FFF !important;
    font-size: 1.1em;
    font-weight: bold;
    padding: .5em !important;
    border-color: #AB0A4F !important;
}
.btn-primary:hover {
    background-color: #e81f76 !important;
    color: #FFF !important;
}
.fw-button {
    display: block;
    width: 100%;
}

.pink {
    color: #e81f76;
}

.form-check {
    border: none !important;
    padding-left: 0 !important;
    margin-bottom: .5em !important;
}

/* Auth Layout */
.h-100 {
    height: 100vh !important;
}
#left-content-wrapper {
    background-image: url("/images/backgrounds/fill_1.png");
    background-size: cover;
    background-repeat: round;
}
#auth-left-column {
    display: flex;
    align-items: center;
    padding: 0 2px 0 2px;
}
#right-content-wrapper {

}
#login-parents-wrapper {
    padding: 0 45px 0 45px;
}
#login-title-wrapper {
    margin-top: 6em;
}
#login-title-wrapper h1 {
    font-size: 2.5em;
}
.password-wrapper {
    position: relative;
}
#view-password-wrapper {
    position: absolute;
    display: inline-block;
    top: 37%;
    right: 2%;
    cursor: pointer;
}

@media(min-width: 575px) {
    #auth-left-column {
        padding: 0 16% 0 16%;
    }
}
@media(min-width: 765px) {
    div#left-content-wrapper {
        display: inline-block;
        width: 65%;
        vertical-align: top;
    }
    div#right-content-wrapper {
        display: inline-block;
        width: 33%;
        vertical-align: top;
    }
}

main.admin .form-group input,
main.admin .form-group select,
main.admin .form-group textarea {
    border-color: #5c636a;
    color: #5c636a;
}
/* Cards */
.card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3em 0 0 0;
}
.card {
    position: relative;
    display: block;
    width: 240px;
    min-width: 240px;
    height: 250px;
    background-color: #FFF;
    color: #000;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 10px;
    margin: .5em;
    border: solid 2px;
}
.card .candidate-title-wrapper {
    position: absolute;
    width: 240px;
    top: 10px;
    font-size: 1em;
    line-height: 1em;
    padding: 0 .3em;
    text-align: center;
}
.card .icon-wrapper {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 80px;
}
.card div.candidate-description-wrapper {
    position: absolute;
    top: 125px;
    font-size: .75em;
    line-height: 1em;
    padding: 0 .3em;
    text-align: center;
}
.card footer {
    position: absolute;
    display: block;
    text-align: center;
    justify-content: center;
    width: 100%;
    bottom: 20px;
    line-height: 1.1em;
}
.card-wrapper.card-big .card {
    width: 300px;
    height: 310px;
}
.card-wrapper.card-big .card .candidate-title-wrapper {
    width: 300px;
}
.card-wrapper.card-big .card div.candidate-description-wrapper {
    font-size: 1.1em;
    margin-top: 1em;
}
a.card-pink {
    background-color: #E81F76;
    border-color: #AB0A4F;
    color: #FFF;
}

form.decision-form {
    display: inline-block;
    margin: 2em 3em 2em 0;
    padding: 2em;
    border: #000000 solid 2px;
    border-radius: 10px;
    width: 95%;
}
@media(min-width: 1065px) {
    form.decision-form {
        width: 45%;
    }
}

.status-wrapper {
    display: inline-block;
    padding: 1em;
    border: solid 2px;
    border-radius: 10px;
    font-size: 1.5em;
    font-weight: bold;
}

.file-upload-input-wrapper {
    display: inline-block;
    width: 70%;
    margin-top: -1em;
}
.file-upload-remove-button {
    position: relative;
    margin-left: 78%;
}

@media(min-width: 800px) {
    .file-upload-input-wrapper {
        width: 85%;
        margin-top: -2em;
    }
    .file-upload-remove-button {
        margin-left: 88%;
    }
}
@media(min-width: 900px) {
    .file-upload-remove-button {
        margin-left: 92%;
    }
}

.top {
    vertical-align: top;
}

.snap-content-section h2 {
    font-size: 2.5em;
    margin: 0 auto .75em auto;
}
.snap-content-section p {
    font-size: 1.2em;
    margin: 0 auto .5em auto;
}
.snap-content-section a {
    color: #337ab7;
    text-decoration: underline;
}
