﻿.mapouter {
    position: relative;
    text-align: right;
    height: 400px;
    width: 340px;
}



.TabSteps i {
    cursor: pointer !important;
}

.select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-selection__arrow {
    height: 44px !important;
}

span.select2.select2-container {
    min-width: 70% !important;
}

@media (max-width: 767px) {
    span.select2.select2-container {
        width: 100% !important;
    }
}
