﻿.provider > i {
    float: left;
    position: relative;
    right: 35px;
    top: 40px;
    font-size: 1.25rem;
    line-height: 0px;
    color: #B42C40;
}

i:hover {
    cursor: pointer;
}

.minimizer-div {
    display: flex;
    background-color: #fafafa;
}

.prov-title {
    padding-top: 10px;
    padding-bottom: 5px;
}

.prov-minimizer {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
}

.prov-minimizer > input {
    position: relative;
    background-color: transparent !important;
    border: none !important;
    font-size: 3rem;
    line-height: 0px;
    margin: 0 10px 0 0 !important;
    text-align: center;
    vertical-align: middle;
    color: #B42C40;
}

.row .organization {
    border: solid 1px #f0f0f0;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
}

.delete-org-button {
    float: right;
    display: block;
    text-align-last: end;
}

#clear-roster {
    width: max-content !important;
    background-color: rgba(180, 44, 64, 1) !important;
    color: white !important;
    border-radius: 7px;
    border: 1px solid rgba(180, 44, 64, 1) !important;
    padding: 12px;
}

#clear-roster:hover {
    background-color: rgba(180, 44, 64, .75) !important;
}

#clear-roster:disabled {
    background-color: #f5f5f5 !important;
    border: 1px solid #f1f1f1 !important;
    color: #b1b1b1 !important;
}