* {
    margin: 0;
}
html, body {
    height: 100%;
    background-color: #FEFEFE;
}
body {
    background-image: url("../images/background.png");
    background-repeat: repeat-x;
}

.example-wrapper { margin: 1em auto; max-width: 9690px; width: 95%; font: 18px/1.5 sans-serif; z-index: 1; position: relative;}
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
nav, .footer {
    background-color: #FEFEFE;

}
.navbar {
    background-color:transparent;
    z-index: 2;
}
.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -60px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 60px;
}

.footer a {
    color: #36245A;
}

.footer a:hover, a.linear-button:hover {
    color: #9f90d7;
}


a.linear-button:hover {
    color: #6e5aad;
}
.p-work-sans {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.p-playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.dark-violet {
    color: #36245A;
}
.very-dark-biolet {
    color: #281A42;
}

.linear-button {
    cursor: pointer;
    background: rgb(158,169,240);
    background: linear-gradient(81deg, rgba(158,169,240,1) 0%, rgba(204,193,255,1) 50%, rgba(100,66,168,1) 130%);
    padding: 12px;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 13px rgba(85,60,139,0.2));
    color: #281A42;
    text-decoration: none;
}

.linear-text {
    background: linear-gradient(81deg, rgba(158,169,240,1) 0%, rgba(204,193,255,1) 50%, rgba(100,66,168,1) 90%, rgba(100,66,168,1) 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#home .slogan, #formList .slogan {
    font-size: 20px;
}

#home .title, #formList .title {
    font-size: 45px;
}

#logo-title {
    font-size: 20px;
}

.modal-backdrop {
    background-color: #72658B;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-content {
    background-color: #F4F1F8;
}

.modal-header {
    border: none;
}

.modal-footer {
    border:none
}

.input-border {
    border: 1px solid #B3A6CB;
    border-radius: 10px;
}

.btn-outline-success {
    color: white;
    background-color: #534C53;
    border: none;
}

.btn-outline-success:hover, .btn-outline-success:active {
    background-color: #676667;
}

.btn-outline-success:focus {
    box-shadow: none !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}
.cursor-pointer {
    cursor: pointer;
}

.dropdown-menu {
    margin-left: -310%;
}

#formList .personality {
    font-size: 16px;
}

#formList .table>:not(:first-child) {
    border-top: none;
}

#formList .table td {
    padding-top: 20px;
    padding-bottom: 20px;
}

#formList .card {
    box-shadow: 0px 4px 16px #a99ab7;
}

.bubbleQiia {
    border-radius: 10px;
    box-shadow: 0px 4px 16px #a99ab7;
}
.bubbleUser {
    border-radius: 10px;
    box-shadow: 0px 4px 16px #a99ab7;
    background-color: #F4F1F8;
}
.bubbleUser textarea {
    background-color: #F4F1F8;
    border: none;
}

a.dark-violet {
    text-decoration: none;
}

a.dark-violet:hover {
    color: #a273ff
}

.div-center {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#update_password ul, #registration_form ul {
    text-align: left;
}
#update_password ul li, #registration_form ul li {
    padding: 5px;
    list-style: none;
    color: #9b0202;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.dropdown-toggle::after {
    content:none;
}

.form-page .hidden-page {
    display: none;
}

.password-input-box {
    position: relative;
}

.show-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #9f90d7;
}

.progress-bar_wrap {
    width: 300px;
    height: 5px;
    background: #F6F6FA;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5px;
}

.progress-bar_item {
    display: inline-block;
    height: 100%;
    width: 32.5%;
    margin-right: .8%;
    border-radius: 5px;
    float: left;
    transition: background-color .2s, visisility .1s;
}
.progress-bar_item-1.active {
    background-color: #FF4B47;
}
.progress-bar_item-2.active {
    background-color: #F9AE35;
}
.progress-bar_item-3.active {
    background-color: #2DAF7D;
}
.pagination span a, .pagination span.current {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    padding-right:15px;
    position: relative;
    display: block;
    color: white;
    text-decoration: none;
    background-color: #36245A;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin: 1px;
}

.pagination span.current {
    background-color: #7a7a7a;
    color: white;
}

/* Homepage Illustrations */
.illustration-container {
    position: relative;
    width: 100%;
    margin-top: 2rem;
}

.illustration {
    position: absolute;
    opacity: 0.8;
    pointer-events: none;
    transition: transform 0.3s ease;
    mix-blend-mode: multiply;
}

.illustration-float {
    animation: float 6s ease-in-out infinite;
}

.illustration-left {
    top: 50px;
    width: 200px;
}

.illustration-right {
    right: 0%;
    top: 150px;
    width: 180px;
}

.illustration-waves {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 768px) {
    .illustration-left, .illustration-right {
        width: 100px;
        opacity: 0.5;
    }
}