.chapter_locator--button {
    background-color: transparent;
    border: none;
    font-size: 100%;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.7em;
    border-bottom: 1px black solid;
    border-color: #ffd8d8;
    padding: 0;
    margin: 0 0.4rem;
    display: flex;
 }


 .local_chapter_container svg.styles__StyledSVG-sc-1houmlx-0.kTRzNd.icon.icon-location-filled {
    width: 1rem;
    margin-right: 0.3rem;
    fill: #fff;
    position: relative;
    top: 0px;

}

svg.styles__StyledSVG-sc-1houmlx-0.kTRzNd.icon.icon-chevron-down {
    width: 1rem;
    margin-left: 0.3rem;
    position: relative;
    top: 2px;
    fill: #fff;
}

.modal--wrapper {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	z-index: 100;
}

.modal--form {
    background-color: #fff;
    border-radius: 1em;
    border: 1px solid #adadadee;
    box-shadow: rgba(0,0,0,.35) 0px 5px 15px;
    padding: 2em;
    padding-top: 1.5em;
    display: flex;
    flex-direction: column;
    gap: .5em;
    align-items: start;
    justify-content: center;
    position: relative;
    padding-bottom: 0;
    min-height: 25%;
    min-width: 30%;
    background-color: #fff;
    border-radius: 1em;
    border: 1px solid #adadadee;
    box-shadow: rgba(0,0,0,.35) 0px 5px 15px;
    padding: 2em;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.modal--form fieldset + button {
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
    width: 100%;
    color: #f8f9fa!important;
    border-width: 2px!important;
    border-color: #df0000;
    border-radius: 2px;
    font-weight: 600!important;
    background-color: #df0000;
    cursor: pointer;
    min-height: 35%;
    min-width: 30%;
}

.modal--form fieldset + button:hover {

    border: 2px #000 solid !important;
    color: #FFFFFF!important;
    border-color: #e02b20 !important;
    border-radius: 2px;
    background-color: transparent;
    color: #e02b20 !important;

}

.modal--form h3 {
    padding-bottom: 0;
    margin-top: 0rem;
    margin-bottom: 0;
}

.modal--form label {
	display: block;
}

.modal--form input, .modal--form select {
	width: 100%;
}

.modal--form ul {
    max-height: 40vh;
    overflow-y: auto;
    width: 100%;
    margin-top: 1rem;
}

.chapter--list-item {
	padding: 1em;
	cursor: pointer;
}

.chapter--list-item:hover {
	background-color: #adadad33;
	font-weight: 600;
}

.modal--form .nav_controls {
    width: 100%;
    position: relative;
    display: flex;
    left: 0%;
    top: -15px;
}

.modal--form .nav_controls button {
	background-color: transparent;
	border: none;
	padding: 0;
}

.modal--form .nav_controls button.back {
    translate: 0;
    left: 0;
    top: -9px;
    position: relative;
    margin-left: 0;
   }

.modal--form .nav_controls button.close {
    top: -8px;
    margin-left: auto;
    height: 14px;
    translate: 0;
    right: 1%;
    width: auto;
    position: relative;
    min-height: auto;
    min-width: auto;
}

.modal--form .nav_controls button img {
	cursor: pointer;
}


@media(max-width: 538px) {

svg.styles__StyledSVG-sc-1houmlx-0.kTRzNd.icon.icon-chevron-down {
    margin-left: 0rem;
    top: 0px;
}

.local_chapter_container svg.styles__StyledSVG-sc-1houmlx-0.kTRzNd.icon.icon-location-filled {
    top: -1px;
}

}