﻿.vrelax-btn-gradient {
    background-image: linear-gradient(to top, #a5a3e7 0%, #46a1f8 51%, #a5a3e7 100%);
    background-size: auto 200%;
    color: #ffffff !important;
    transition: background-position 0.35s ease;
}

    .vrelax-btn-gradient:hover {
        background-position: 0% 100%;
    }

.vrelax-btn-purple {
    background-color: #a5a3e7 !important;
    color: #ffffff !important;
    transition: background-color 0.35s ease;
}

    .vrelax-btn-purple:hover {
        background-color: #535178 !important;
    }

.vrelax-btn-blue {
    background-color: #46a1f8 !important;
    color: #ffffff !important;
    transition: background-color 0.35s ease;
}

    .vrelax-btn-blue:hover {
        background-color: #3367ab !important;
    }

.vrelax-btn-blue-dark {
    background-color: #3367ab !important;
    color: #ffffff !important;
    transition: background-color 0.35s ease;
}

    .vrelax-btn-blue-dark:hover {
        background-color: #1f406c !important;
    }

.vrelax-btn-overlay-dark {
    background-color: rgba(43, 43, 43, 0.75) !important;
    color: #ffffff !important;
    transition: background-color 0.35s ease;
}
    .vrelax-btn-overlay-dark:hover {
         background-color: rgb(30, 30, 30) !important;
    }

.vrelax-text-purple {
    color: #a5a3e7 !important;
    text-decoration: none;
}

    a.vrelax-text-purple:hover {
        color: #535178 !important;
        text-decoration: underline;
    }

.vrelax-text-blue {
    color: #46a1f8 !important;
    text-decoration: none;
}

    a.vrelax-text-blue:hover {
        color: #3367ab !important;
        text-decoration: underline;
    }

.vrelax-text-blue-dark {
    color: #3367ab !important;
    text-decoration: none;
}

    a.vrelax-text-blue-dark:hover {
        color: #1f406c !important;
        text-decoration: underline;
    }

.vrelax-tr-interactive:hover {
    background-color: #00000013 !important;
    cursor: pointer;
}


.vrelax-tr-interactive td .row .col .vrelax-tr-interactive-crud {
    visibility: hidden;
}

.vrelax-tr-interactive:hover td .row .col .vrelax-tr-interactive-crud {
    visibility: visible;
}

td {
    min-width: 100px;
    white-space: nowrap;
}

.vrelax-collapse-link,
.vrelax-collapse-link:hover {
    color: #212529;
    text-decoration: none;
}

.vrelax-embed-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .vrelax-embed-video-container > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: 0;
    }

.vrelax-text {
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    text-underline-offset: 0.5rem;
}

.vrelax-text-height {
    line-height: 53px;
    vertical-align: middle;
}

.vrelax-icon-close {
    color: #a5a3e7;
    min-width: 0.2rem;
    vertical-align: middle;
}

.vrelax-icon {
    color: #fa4299
}

    .vrelax-icon:hover {
        color: #535178;
    }

.vrelax-icon-info {
    font-size: 20px;
    color: #a5a3e7;
}

    .vrelax-icon-info:hover {
        color: #535178;
    }

.vrelax-icon-text-1 {
    color: white;
    font-size: 1rem;
}

.vrelax-icon-text-2 {
    color: white;
    font-size: 1.3rem;
}

.vrelax-card-close {
    padding-right: 0.5rem;
    position: absolute;
    right: 0rem;
    top: 28%;
}

.vrelax-image-card{
    max-height: 200px;
    max-width: 200px;
}

.vrelax-text-outline {
    text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000;
}
