﻿.bar {
    height: 18px;
    background: green;
}

.btn {
    margin-top: 10px;
}

.btn-group-justified {
    max-width: 280px;
}

.tile {
    padding: 0px;
}

.inactiveButton .btnCircle {
    aspect-ratio: 1;
    border-radius: 50% !important;
    place-items: center;
    padding: 10px;
    border: 1px solid red !important;
}

.inactiveButton p {
    color: black !important;
}

.activeButton .btnCircle {
    aspect-ratio: 1;
    border-radius: 50% !important;
    place-items: center;
    padding: 10px;
    border: 1px solid #60EE6E !important;
}

.activeButton p {
    color: #60EE6E !important;
}

.bordered-Div {
    border: 2px solid black;
    border-radius: 5px;
    padding: 50px;
    margin-top: -12px;
    margin-bottom: 12px;
    margin-right: 12px;
    margin-left: 12px;
}

.domain-width {
    width: inherit;
    margin-top: 7px;
}

.fa-lg {
    font-size: 2.33333333em !important;
    line-height: 0.75em !important;
    vertical-align: -15%;
}

.md-negative {
    margin-top: -18px;
}