@import "~cosmoUiVariables";

.serviceCentre {
    width: 100%;
    height: 38px;
    margin-bottom: 2px;
    padding: 10px 0px 0px 15px;
    font-size: 12px;
    overflow: hidden;
}

.selectedServiceCentre {
    @extend .serviceCentre;

    color: $brand-primary;
    font-weight: bold;
    width: 100%;
}

.borderBottom {
    width: 75%;
    background-color: white;
    height: 1px;
    margin-left:12.5%;
}