body {
    font-family: "poppins", sans-serif;
    margin: 0;
    padding: 0;
    font-size: clamp(0.8rem, 2vw, 1rem);
    overflow-x: hidden;
}

.overlay {
    position: relative;
    left: 10px;
    top: 15px;
    width: fit-content;
    height: fit-content;
}

.abspos {
    position: absolute;
    display: flex;
    flex-direction: column;
}

.displaylook {
    font-size: clamp(0.7rem, 0.85rem, 1rem);
}

.message-row {
    display: flex;
    margin-bottom: 15px;
}

.message-right {
    justify-content: flex-end;
}

.message-balloon {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 70%;
    position: relative;
    transition: 0.3s;
}

.message-right .message-balloon {
    background-color: #dcf8c6;
}

.message-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #555;
    margin-bottom: 5px;
}

.sender-name {
    font-weight: bold;
    color: #333;
}

.message-text {
    font-size: 1em;
    color: #222;
    word-wrap: break-word;
}

.alink {
    color: blue;
    font-weight: lighter;
    font-size: 0.8rem;
    cursor: pointer;
}

.row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100vh;
}

.circleavatar {
    width: fit-content;
    height: fit-content;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 10px;
    transition-duration: 2s;
    margin: 10px 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: block;
}

.fade-in.show {
    opacity: 1;
}

.tile {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1rem;
    margin: 0.7rem auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(196, 194, 194, 0.6);
    font-family: sans-serif;
}

.tile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.tile-leading img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.tile-heading {
    flex: 1;
    padding: 0 1rem;
    font-weight: 600;
    font-size: clamp(0.7rem, 0.8rem, 1rem);
}

.tile-trailing button {
    padding: 0.4rem 0.8rem;
    border: none;
    background-color: #6366f1;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}

.tile-body {
    font-size: 0.95rem;
    color: #444;
}

.menuicon {
    width: 80px;
}

.overlay-grid {
    background: #066ee4;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 1000;
    pointer-events: auto;
}

::-webkit-scrollbar {
    display: none;
}

.myinputwrapper {
    position: relative;
    width: 100%;
}

.tspace {
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(214, 239, 247, 0.918);
    background-color: white;
}

.myinput_icon {
    position: absolute;
    margin-left: -20px;
    margin-top: 7px;
}

.myinput_icon_pre {
    position: absolute;
    left: 5px;
    margin-top: 7px;
    margin-left: 20px;
}

.myinput {
    border: none;
    box-shadow: 0px 0px 5px rgb(205, 213, 247);
    padding: 2px 2px 2px 25px;
    border-radius: 5px;
    width: 100%;
}

.myinput button {
    background-color: black;
    padding: 5px;
}

.upload-btn {
    display: inline-block;
    background-color: #4f46e5;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.upload-btn:hover {
    background-color: #4338ca;
}

.ptr {
    cursor: pointer;
}

.column {
    width: 100%;
    display: flex;
    flex-direction: column;
}

fieldset .menuspace {
    position: relative;
    margin-top: 5px;
}

.mapspace {
    min-height: 100vh;
    padding: 10px;
}

.mapspace .content {
    position: relative;
}

@font-face {
    font-family: "poppins";
    src: url('/static/fonts/poppins-Regular.ttf') format('truetype'),
         url('/static/fonts/poppins-black.ttf') format('truetype');
}

.navbar-brand .title {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    letter-spacing: 5px;
    word-spacing: 7px;
    font-weight: bold;
    background: linear-gradient(#f08307 0% 40%, #eeecea 30% 50%, #067c23 60% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.navbar-brand .headingtitle1 {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    letter-spacing: 5px;
    word-spacing: 7px;
    font-weight: bold;
    background: linear-gradient(#0759f0 0% 40%, #08aef0 30% 50%, #8ba4da 60% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.navbar-brand .headingtitle2 {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    display: inline-block;
}

.gradient-text {
    font-size: 3em;
    font-weight: bold;
    background: linear-gradient(#066ee4 0% 50%, #f39304 40% 60%, #5a42e6 70% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
    width: 60px;
    height: 60px;
}

#scrollTopBtn:hover {
    background-color: #555;
}

.centerscreen {
    justify-content: center;
    display: flex;
    align-items: center;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
}

.alert-card {
    transition: transform 0.3s;
}

.alert-card:hover {
    transform: translateY(-5px);
}

.severity-high {
    border-left: 5px solid #dc3545;
}

.severity-medium {
    border-left: 5px solid #fd7e14;
}

.severity-low {
    border-left: 5px solid #ffc107;
}
.thumbnail{
   
    transition: transform 0.3s ease;

}
.thumbnail:hover{
    transform: scale(5.5);
}
