@import "../components/rodo.css";

.form-group {
    margin-bottom: 15px;
}

/*ikonki oddziału*/
.branch-phone {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    text-align: center;
}

.red-pane a, .agent-info p a {
    color: white;
}

.branch-details {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.branch-details, .branch-info a {
    margin-left: auto;
}

.branch-details a {
    background-color: white;
    border: 1px solid #dedede;
    padding: 3px;
    color: black;
}

.branch-phone .fa-phone, .branch-phone .fa-envelope {
    font-size: 14px;
    vertical-align: sub;
    margin-top: 5px;
}

.branch-info > span {
    align-self: center;
}

.branch-info {
    background-color: white;
    width: 100%;
    position: relative;
    top: -8px;
    padding: 7px 4px;
}

/* wizytówka agenta */
h2.red-pane {
    margin-top: 1rem;
    color: white;
    font-size: 1.5rem;
    padding: 0.5rem;
}

.agent-body div {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agent-info-white {
    background-color: white;
}

.agent-body p {
    padding: 5px;
    margin: 0;
}

.img-response-contact {
    width: 40%;
    border-radius: 50%;
}

.img-response-contact {
    width: 40%;
    border-radius: 50%;
}

.branch-info a, .agent-info-white a {
    color: black;
}

.agent-button a:hover, .branch-header .branch-info a:hover {
    opacity: 0.8;
}

.agent .agent-info a:hover, .branch-header h2 a:hover {
    text-decoration: underline;
}

.agent .img-response-contact:hover {
    filter: brightness(1.1);
}