﻿.geoButton {
    font-family: Roboto;
    font-size: 10px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-appearance: none;
    color: #606060;
}

    .geoButton input {
        font-size: 14px !important;
        border: none;
        border-radius: 6px;
        background-color: rgba(128, 128, 128, 0.2);
        color: #000060;
        cursor: pointer;
        text-align: left;
        -webkit-appearance: none;
        transition: background-color 0.5s, color 0.5s;
    }

        .geoButton input:hover {
            color: white;
            background-color: #000060;
        }

    .geoButton select {
        font-size: 14px !important;
        border: none;
        border-radius: 6px;
        background-color: rgba(128, 128, 128, 0.2);
        padding-left: 5px;
        color: #000060;
        cursor: pointer;
        text-align: left;
        -webkit-appearance: none;
        transition: background-color 0.5s, color 0.5s;
    }

        .geoButton select:hover {
            color: white;
            background-color: #000060;
        }

.geoDiv {
    width: 10px;
    text-align: center;
    font-weight: 900;
}

.mapFrame {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    display: table;
    width: 100%;
    max-width: 600px;
    background: transparent;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    z-index: 3;
    color: #404040;
    text-align: center;
    font-weight: 500;
}

.countryFrame {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    display: table;
    width: 100%;
    max-width: 1200px;
    background: transparent;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    z-index: 3;
    color: #404040;
    text-align: left;
    font-weight: 500;
}

.civiticaScheme {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto;
    font-size: 16px;
    opacity: 1.0;
}

