﻿
:root {
    --portal-bg-light: #ececec;
    --portal-blue: #2196f3;
    --portal-gray: #a8b5bf;
    --portal-green: #4caf50;
    --portal-darkred: #8b0000;
}

.portal-bg-light {
    background-color: var(--portal-bg-light);
}

.portal-blue {
    color: var(--portal-blue) !important;
}

.portal-gray {
    color: var(--portal-gray);
}

.portal-green {
    color: var(--portal-green);
}

.portal-card-header-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    color: var(--portal-blue);
    font-size: 18px;
    text-transform: uppercase !important;
}

.portal-card-header-title-sm {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    color: var(--portal-blue);
    font-size: 16px;
    text-transform: uppercase !important;
}

.portal-card-body-label {
    color: var(--portal-gray);
    font-size: 17px;
    font-weight: 500;
}

.portal-card-body-label-sm {
    color: var(--portal-gray);
    font-size: 14px;
    font-weight: 500;
}

.portal-card-body-text {
    font-size: 17px;
}

.portal-dl-flex {
    display: flex;
    align-items: center;
    width: 100% !important;
}

.portal-dt-flex {
    color: var(--portal-gray);
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    width: 40% !important;
}

.portal-dt-flex-sm {
    color: var(--portal-gray);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    width: 40% !important;
}


.portal-dd-flex {
    font-size: 17px;
    width: 60% !important;
}

.portal-dd-flex-sm {
    font-size: 14px;
    width: 60% !important;
}

.portal-dl-title-icon {
    font-size: 1.7rem;
    color: var(--portal-blue);
}

.portal-dl-title-icon-sm {
    font-size: 1.5rem;
    color: var(--portal-blue);
}


.portal-referer-btn {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #2196f3;
    box-shadow: 0 0 0 62.5rem rgb(0 0 0 / 8%) inset;
}

    .portal-referer-btn:hover {
        transition: ease 0.3s;
        background-color: var(--portal-blue);
        color: white;
    }
