﻿img.convenry-logo {
    width: 200px;
}

.red {
    color: red;
}

.convenry-block-disabled {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.convenry-block-disabled a {
    pointer-events: none;
    opacity: 0.65;
}

.white-background {
    background-color: white;
}

.bg-gray-100 {
    background-color: var(--bs-gray-100);
}

.text-bg-gray-100 {
    color: #000;
    background-color: var(--bs-gray-100);
}

