.bgContainer{
    height:40rem;
    left: 0;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    top: 10rem;
    width: 100%;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.searchHeight{
    min-height: 32rem;
}
.pointer{
    cursor: pointer;
}
.optionGroup {
	font-weight: 700;
}
.optionChild {
    padding-left: 15px;
}
.swapHover:hover{
    color: red;
}
.select2-container .select2-selection__option {
    text-align: center !important;
}
@media (max-width: 1400px) {
    .searchHeight{
        min-height: 27rem;
    }
}
@media (max-width: 1200px) {
    .searchHeight{
        min-height: 5rem;
    }
}