#div-modal-branch {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: none;
}

#div-modal-div-branch {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -35vw;
    width: 70vw;
    z-index: 100000;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(125,125,125,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(125,125,125,1);
    box-shadow: 1px 1px 5px 0px rgba(125,125,125,1);
}

#close-modal-branch {
    width: 100%;
    height: 40px;
    background-color: rgb(182, 182, 182);
}

#close-modal-branch img {
    height: 20px;
    margin-right: 30px;
    cursor: pointer;
}

#div-modal-content-branch {
    width: 100%;
    min-height: 260px;
    background-color: white;
    text-align: center;
    padding: 30px;
}

#div-modal-content-branch h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: rgb(41, 41, 41);
    font-size: 1.3em;
}

#div-modal-content-branch p {
    margin: 0;
    padding: 0;
}

#div-modal-content-branch p span {
    color: #007bff;
    cursor: pointer;
}
