
.wprelais-card {
    transition: box-shadow .3s;
    margin-bottom: 30px !important;
    padding: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
    overflow: hidden;
}

.wprelais-card:hover img {
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: all 0.5s;
}

.wprelais-card-img-container {
    overflow: hidden;
    height: 250px;
}

.wprelais-card-img-top {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.wprelais-card-title {
    color: #691E7B !important;
    font-weight: 700 !important;
}

.wprelais-value {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #691E7B;
    font-size: 1em;
}

.wprelais-value-description {
    display: block;
    text-align: center;
    color: #a788be;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wprelais-card-content {
    color: #777;
    font-weight: 400;
}

.wprelais-card-subtitle {
    padding: 0;
    color: #333 !important;
    font-weight: 700;
    font-size: 0.9em;
}

.wprelais-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

a[class="wprelais"]:hover {
    text-decoration: none !important;
}
#wprelais-spinner {
    margin: 0 auto 50px;
}
#wprelais-spinner img {
    margin: 0 auto;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#pagination {
    margin-top: 30px;
    text-align: center;
}

#pagination span {
    display: inline-block;
    background-color: #FFFFFF;
    color: #A1A7AC;
    border: 1px solid #E6E9EC;
    cursor: default;
}

#pagination button {
    background-color: #FFFFFF;
    color: #A1A7AC;
    border: 1px solid #E6E9EC;
}

#pagination button,
#pagination span {
    padding: 10px 16px;
}

#pagination button:hover {
    background-color: #efefef;
}

#pagination button:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#pagination button:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#pagination button:first-child,
#pagination button:last-child {
    padding: 10px 12px;
}

#pagination .active {
    color: #FFFFFF;
    background-color: #691E7B;
    border-color: #691E7B;
}

#pagination .active:hover {
    background-color: #691E7B;
}

#pagination button:disabled,
#pagination button[disabled] {
    color: #efefef;
}

#pagination button:disabled:hover,
#pagination button[disabled]:hover {
    color: #efefef;
    background-color: #fff;
    cursor: not-allowed;
}

/* Override Bootstrap */
.bg-purple{
    background-color: #691E7B !important;
}
.progress{
    margin: 20px 0;
}

.wprelais-search{
    margin-bottom: 45px;
}
.progress {
    height: 10px !important;
}
.btn-primary {
    border: none !important;
    background-color: #691E7B !important;
}

