body.home,
body.login,
body.register,
body.upload,
body.manage,
body.error {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    background-color: #102e44;
    font-family: "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
}
.bg-nav {
    background-color: rgba(1, 141, 8, 0);
}
.bg-blur {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    z-index: 2;
    width: 100%;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
}

body {
    text-align: center;
    background-color: #102e44;
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    color: white;
}

form {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 20px auto;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"],
textarea[type="text"] {
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease;
    margin: 10px 0;

}

input[type="text"]:focus,
input[type="password"]:focus {
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
    outline: none;
}


.photoContainer {
    padding-top: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    background-position-x: center;
    background-position-y: center;
    border-radius: 20px;
    cursor: grab;
}

.photoContainer:active {
    cursor: grabbing;
}

.photoBackground {
    overflow: hidden;
    position: relative;
    border-radius: 21px;
    background: linear-gradient(145deg, #0e293d, #113149);
    box-shadow:  41px 41px 82px #0a1d2b,
    -41px -41px 82px #163f5d;
}
/*-------------------------------*/

footer {
    margin: 0px 20px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100vh;
    transform: translateY(-100%);
    border-radius: 8px;
}

#googleMap {
    width: 100%;
    transition: all 0.3s ease;
}

.mapSearch {
    height: 23vh;
}

.expandable {
    width: 17vw;
    transition: all 0.3s ease;
}

.roundBox {
    margin: 5px;
    padding: 10px;
    vertical-align: top;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
    border-radius: 10px;
}

p {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

/*RESULT PAGE*/

#resultMap {
    margin-top: 10vh;
    height: 60vh;
}

.photoResultContainer {
    margin-top: 10vh;
    max-height: 72vh;
    align-self: stretch;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
}

.result-img {
    position: relative;
    max-height: 75vh;
    max-width: 50vw;
}

#summeryMap {
    height: 60vh;
    max-width: 53vh;
}

.round-info:hover {
    background-color: #eaab67;
    cursor: pointer;
}

/*SLIDER*/
input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000;
    background: #3071A9;
    border-radius: 5px;
    border: 1px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 30px;
    width: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3071A9;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000;
    background: #3071A9;
    border-radius: 5px;
    border: 1px solid #000000;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 30px;
    width: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #3071A9;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
    background: #3071A9;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 30px;
    width: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #3071A9;
}
input[type=range]:focus::-ms-fill-upper {
    background: #3071A9;
}

/*ADMIN USER MANAGEMENT*/

.promote-form,
.demote-form,
.deleteForm,
.logoutForm,
.startGameForm,
.language-form {
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0 auto;
}

label {
    display: block;
    margin-bottom: 5px;
}

table {
    max-width: 90vw;
    margin: 20px auto;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

tr.hover:hover {
    background-color: #eaab67;
    cursor: pointer;
}

th, td {
    padding: 10px;
    border-bottom: 1px solid #fff;
}

th{
    background-color: #4a77d4;
}

tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

tr:nth-child(even).hover:hover {
    background-color: #eaab67;
    cursor: pointer;
}

/*ADMIN UPLOAD*/
#uploadMap {
    margin-top: 10vh;
    height: 47vh;
    max-width: 53vh;
}

/*FLAG BUTTON*/
.flag-icon {
    margin-top: 10px;
    width: 24px;
    height: auto;
}

.flag-btn {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.flag-btn:hover {
    opacity: 0.8;
}

.hidden {
    display: none;
}