/* ==========================================================================
   LOADING STATES
   ========================================================================== */

.loader {
    text-align: center;
    color: #8892b0;
    font-size: 1.1rem;
    padding: 2rem;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 4px solid rgba(168, 178, 209, 0.25);
    border-top-color: #a8b2d1;
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
    margin: 16px auto;
}