* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

h1 {
    text-align: center;
}

body {
    background-color: #D4F6FF;
}

button {
    height: 50px;
    width: 100px;
    font-size: 20px;
}

#vidBox {
    height: 200px;
    width: 500px;
    margin: 10px 30px 10px 100px;
}

.content {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    margin: 0px 0px 0px 200px;
    display: flex;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainContent {
    width: 700px;
}

.audioContent {
    height: 100px;
    width: 200px;
    margin: 0px 0px 0px 230px;
    display: flex;
}

#audioService {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

#videoService {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

#audioYes {
    height: 40px;
    width: 80px;
    color: white;
    background-color: blue;
    margin-right: 20px;
    color: black;
    background-color: #C4E1F6;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    border-radius: 10px;
}

#audioNo {
    height: 40px;
    width: 80px;
    border-radius: 10px;

    margin-right: 20px;
    color: white;
    background-color: blue;
    color: black;
    background-color: #C4E1F6;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

#videoYes {
    height: 40px;
    width: 80px;
    border-radius: 10px;

    margin-right: 20px;
    color: white;
    background-color: blue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    color: black;
    background-color: #C4E1F6;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#videoNo {
    height: 40px;
    width: 80px;
    border-radius: 10px;

    margin-right: 20px;
    color: black;
    background-color: #C4E1F6;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.audioWant {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.videoWant {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#start {
    height: 40px;
    width: 80px;
    color: white;
    background-color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#stop {
    height: 40px;
    width: 80px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#Audio_start {
    height: 40px;
    width: 80px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: black;
    margin-right: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#Audio_stop {
    height: 40px;
    width: 80px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#audio-recorder {
    margin: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#new {
    margin-left: 300px;
    font-size: 20px;
    height: 40px;
}

#vid-recorder {
    margin: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#AudioLabel {
    margin: 10px 0px 10px 0px;
}

.container {
    box-shadow: 0px 0px 10px blue;
    padding: 10px 0px 10px 0px;
    border-radius: 20px;
    background-color: #DFF2EB;
}

#sendAlertContent {
    text-decoration: underline;
}

#NearSearches {
    background-color: black;
    color: white;
    height: 50px;
    width: 250px;
    border-radius: 10px;
    margin: 10px 0px 10px 0px;
    color: black;
    background-color: #C4E1F6;

}

.nearbysearches {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Loac {
    height: 50px;
    width: 50px;
    margin: 10px 0px 10px 0px;
}

#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.toast {
    background-color: #333;
    color: white;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Fade-in animation */
.toast.show {
    opacity: 1;
}

#newbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    font-family: Arial, sans-serif;
}

.location {
    margin-bottom: 20px;
}

.location h2 {
    color: #333;
}

.location p {
    color: #555;
}


.everyContent {
    text-align: center;
    box-shadow: 0px 0px 10px #D4F6FF;
    padding: 10px 0px 10px 0px;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #133E87;
}