#ibm {
    min-width: 100%;
}

#ibm-map {
    width: 1340px;
    max-width: 100%;
    /*background-image: url(http://localhost:8080/wp-content/plugins/iran-branches-map/public/images/map-bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    min-height: 646px;
    margin: 0 auto;
}

#ibm-map .container {
    display: flex;
    width: 100%;
}

#ibm-map .container > div {
    padding: 1rem;
    width: 50%;
}

#ibm-map .container svg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

#ibm-map .container ul.states-list {
    list-style-type: none;
}

#ibm-map .container ul.states-list > li {
    margin-left: 2rem;
    margin-bottom: 1rem;
    min-width: 130px;
    float: right;
    cursor: pointer;
    color: #37383A;
}

#ibm-map .container ul.states-list > li:hover {
    text-decoration: underline;
    color: #37383A75;
}

#ibm .branches-list {
    width: 1340px;
    max-width: 100%;
    margin: 2rem auto;
}

#ibm .branches-list .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
    justify-content: space-between;
}

#ibm .branches-list .container > div {
    padding-left: 1rem;
    padding-right: 1rem;
}

#ibm .branches-list .container .title {
    background-color: #76CCD550;
    padding: .5rem 1rem;
    border-radius: 24px;
    margin-bottom: 1rem;
    display: inline-block;
}

#ibm .branches-list .container .branch-item {
    padding-bottom: 1rem;
}

#ibm .branches-list .container .branch-item span.state {
    color: #37383A40
}

#ibm .branches-list .container .branch-item span.branch {
    color: #37383A
}