:root {
    --primary: #31C5D2;
    --middle: #74B9F9;
    --secondary-2: #E6A1FF;
}

.click-disabled {
    pointer-events: none
}

/* Text */

.text-middle {
    color: var(--middle) !important;
}

/* Background */

.bg-mean-gradient {
    background: rgb(230, 161, 255);
    background: linear-gradient(45deg, rgba(230, 161, 255, 1) 0%, rgba(116, 185, 249, 1) 50%, rgba(49, 197, 210, 1) 100%);
}

.spinner-white {
    border-color: white;
    border-top-color: transparent;
}

/* Form */

form .form-group:last-child,
form .form-group p:last-child {
    margin-bottom: 0px;
}

/* Alerts */

#alerts-container {
    bottom: 0px;
    right: 20px;
    position: fixed
}

/* Misc */

.info-anchor-container {
    position: relative;
}

.info-anchor {
    position: absolute;
    bottom: 0;
    right: 0;
}