.gri-location-selector-view
.main-selector-wrapper {
    margin: 0;
    height: 68px;
    border: 1px solid #e4e4e4;
    border-radius: 35px;
    overflow: hidden;
    transition: height 350ms ease-out;
}

.gri-location-selector-view
.main-selector-wrapper.open {
    height: 100%;
    height: calc(100% - 81px - 20px);
}



.gri-location-selector-view
.main-selector-wrapper
.selected-head {
    position: relative;
    padding: 0 0 0 75px;
    height: 68px;
    line-height: 68px;
    background: #ededed;
    transition: background 350ms ease-out;
}

.gri-location-selector-view
.main-selector-wrapper.open
.selected-head {
    background: #fff;
}



.gri-location-selector-view
.main-selector-wrapper
.selected-head
.loader {
    display: none;
    position: absolute;
    width: 40px;
    height: auto;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.gri-location-selector-view
.main-selector-wrapper.loading
.selected-head
.loader {
    display: block;
}




.gri-location-selector-view
.main-selector-wrapper
.selected-head
i {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 40px;
    background: #000;
    transition: background 350ms ease-out;
}

.gri-location-selector-view
.main-selector-wrapper.loading
.selected-head
i {
    display: none;
}

.gri-location-selector-view
.main-selector-wrapper.open
.selected-head
i {
    display: block;
    background: #25c662;
}



.gri-location-selector-view
.main-selector-wrapper
.selected-head
i
img {
    display: block;
    position: absolute;
    width: 18px;
    height: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.gri-location-selector-view
.main-selector-wrapper
.selected-head
h1 {
    display: block;
    font-size: 20px;
    color: #444;
    font-weight: 600;
    transition: color 350ms ease-out;
}

.gri-location-selector-view
.main-selector-wrapper.failed
.selected-head
h1 {
    display: none;
}

.gri-location-selector-view
.main-selector-wrapper.loading
.selected-head
h1 {
    display: none;
}

.gri-location-selector-view
.main-selector-wrapper.selected
.selected-head
h1 {
    display: none;
}

.gri-location-selector-view
.main-selector-wrapper.open
.selected-head
h1 {
    color: #ccc;
}



.gri-location-selector-view
.main-selector-wrapper
.selected-head
h2 {
    display: none;
    font-size: 20px;
    color: #444;
    font-weight: 600;
    transition: color 350ms ease-out;
}

.gri-location-selector-view
.main-selector-wrapper.loading
.selected-head
h2 {
    display: block;
}



.gri-location-selector-view
.main-selector-wrapper
.selected-head
h3 {
    display: none;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    transition: color 350ms ease-out;
}

.gri-location-selector-view
.main-selector-wrapper.failed
.selected-head
h3 {
    display: block;
}



.gri-location-selector-view
.main-selector-wrapper
.selected-head
h4 {
    display: none;
    padding: 0 10px 0 0;
    font-size: 20px;
    color: #444;
    font-weight: 600;
    transition: color 350ms ease-out;
}

.gri-location-selector-view
.main-selector-wrapper.selected
.selected-head
h4 {
    display: block;
}





.gri-location-selector-view
.main-selector-wrapper
.main-locations-selector-wrapper {
    position: relative;
    padding: 24px 0 0 0;
    height: calc(100% - 92px);
    opacity: 0;
    transition: opacity 800ms ease-out;
}

.gri-location-selector-view
.main-selector-wrapper.open
.main-locations-selector-wrapper {
    opacity: 1;
}



.gri-location-selector-view
.main-selector-wrapper
.main-locations-selector-wrapper
.down-arrow {
    display: block;
    position: absolute;
    left: 25.5px;
    top: 0;
    width: 16px;
    height: auto;
}



.gri-location-selector-view
.main-selector-wrapper
.main-locations-selector-wrapper
.more-locations-gradient {
    display: none;
    position: absolute;
    width: 100%;
    height: 56px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.gri-location-selector-view
.main-selector-wrapper.open
.main-locations-selector-wrapper
.more-locations-gradient {
    display: block;
}



.gri-location-selector-view
.main-selector-wrapper
.main-locations-selector-wrapper
.locations-wrapper {
    box-sizing: border-box;
    max-height: 100%;
    padding: 0 0 56px 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}



.gri-location-selector-view
.main-selector-wrapper
.main-locations-selector-wrapper
.locations-wrapper
.location-wrapper {
    display: block;
    position: relative;
    padding: 0 0 0 65px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #e4e4e4;
}

.gri-location-selector-view
.main-selector-wrapper
.main-locations-selector-wrapper
.locations-wrapper
.location-wrapper:first-child {
    border-top: none;
}



.gri-location-selector-view
.main-selector-wrapper
.main-locations-selector-wrapper
.locations-wrapper
.location-wrapper
img {
    display: block;
    position: absolute;
    width: auto;
    height: 22px;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
}



.gri-location-selector-view
.main-selector-wrapper
.main-locations-selector-wrapper
.locations-wrapper
.location-wrapper
span {
    box-sizing: border-box;
    display: block;
    padding: 0 15px 0 0;
    //width: calc(100% - 80px);
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}





.gri-location-selector-view
.bottom-submit-button-wrapper {
    margin: 35px 0 0 0;
}




















