:root {
    --size: 5px;
}

._rounded-lg {
    border-radius: .75rem;
    max-height: 250px;
    max-width: 150px;
}

._separate-me {
    margin-left: -5px;
}

._cust-bg-light {
    background-color: #FEFEFE;
}

/* PAGINATOR STUFF */
a.pag:link, a.pag:visited {
    margin: 0 1rem 1rem 0;
    border: 1px solid var(--border) !important;
    border-radius: 5px;
    color: var(--text);
    display: inline-block;
    width:auto;
    padding: .1rem 1rem;
    text-decoration: none;
    
}
a.pag:hover {
    color: var(--accent);
    border-color: var(--accent);
}

a.current {
    background-color: #F8F9FA !important;
}

#loading {
    transition: opacity 1s ease-out;
    opacity: 1;
}

#loading.heartbeat {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: darkred;
    color: white;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: heartbeat 2s ease-in-out infinite both;
    -webkit-animation: heartbeat 2s ease-in-out infinite both;
    box-shadow: 0 0 4px 2px #0f0f0f88;
}

#loading.three-dots {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 100000;
}

#loading.three-dots .loader__element {
    border-radius: 100%;
    border: var(--size) solid darkred;
    margin: calc(var(--size)*2);
}

.loader__element:nth-child(1) {
  animation: three-dots .6s ease-in-out alternate infinite;
}

.loader__element:nth-child(2) {
    animation: three-dots .6s ease-in-out alternate .2s infinite;
}

.loader__element:nth-child(3) {
    animation: three-dots .6s ease-in-out alternate .4s infinite;
}

#loading.heartbeat .loader__element {
    display: none;
}

#loading.three-dots .fa-heart {
    display: none;
}


/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@keyframes three-dots {
    100% { transform: scale(2); }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-12-23 23:5:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  37% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  53% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* END PAGINATOR STUFF */

#id_ssex {
        margin-bottom: 0 !important;
}
#id_ssex li {
        display: inline !important;
}
