﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #e9ecef;
    text-align: center;
    margin: 0;
    padding: 40px 0;
    color: #495057;
}

#ipInfo {
    background-color: #fff;
    margin: auto;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 1px solid #dee2e6;
}

.info-item {
    margin: 10px 0;
    padding: 12px 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.info-item:last-child {
        border-bottom: none;
    }

.info-title {
    font-weight: 600;
    color: #343a40;
}

.info-data {
    font-weight: 400;
    color: #6c757d;
}

h1 {
    color: #343a40;
    margin-bottom: 30px;
}
.login-logo {
    height: 40px;
}
.login {
    background: gray;
    color:white;
    border: 1px solid darkgray;
    padding: 10px 20px;
    border-radius:.5rem;
    text-decoration:none;
}
#maps {
    width: 100%; /* The container's width */
    height: 300px; /* Set a fixed height or a relative height (e.g., vh or %) */
    position: relative; /* Ensures the image respects the container size */
    overflow: hidden; /* Ensures the image doesn't overflow the container */
}

#location-map {
    width: 100%; /* Make the image take up the full width of the container */
    height: 100%; /* Make the image take up the full height of the container */
    object-fit: cover; /* Ensures the image scales without distortion */
}
.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }
div.container {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);
}
/* Simple styling for the terms and conditions page */
#terms {
    background-color:whitesmoke;
}

    #terms li {
    }

.terms-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

    .terms-container h1 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 20px;
        color: #333;
    }

    .terms-container h2 {
        font-size: 24px;
        margin-top: 20px;
        color: #444;
    }

    .terms-container p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
    }

    .terms-container ul {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        padding-left: 20px;
    }

    .terms-container a {
        color: #007BFF;
        text-decoration: none;
    }

        .terms-container a:hover {
            text-decoration: underline;
        }

    .terms-container .btn-back {
        display: block;
        margin-top: 30px;
        padding: 10px 20px;
        background-color: #007BFF;
        color: #fff;
        border: none;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
    }

        .terms-container .btn-back:hover {
            background-color: #0056b3;
        }
