﻿.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.bg-loading {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.tooltip {
    color: red
}

.circle-icon {
    padding: 30px;
    border-radius: 50%;
}


.breadcrumblink {
    color: #6c757d;
    text-decoration: none;
}

    .breadcrumblink:hover {
        color: #198754;
        text-decoration:underline;
    }

.bg-disabled {
    background-color: #fcf8e3;
}
