@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* GENERAL */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    height: 100%;
    width: 100%;

    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

p{
    font-size: 18px;
}

h1, h2{
    margin: 0 !important;
    padding: 0 !important;
}

a{
    text-decoration: underline;
    color: #fb8500;
}

/* BASE */
/* body, .navbar, .container, .page-header, h1, h2, .container-fluid{
    border: solid red 1px;
} */

.container{
    height: 100%;
    width: 100%;

    margin: 0 !important;
    padding: 60px;
    max-width: none;
}


.page-header{
    height: 100%;
    width: 100%;
}

.container-404{
    height: 100vh;
}

.row{
    margin: 0;
    padding: 0;
}

.welcome{
    margin-top: 10px;
    margin-bottom: 30px;
}

.moment{
    margin: 20px 0;
}

.form-control{
    margin-bottom: 20px;
}

.badge-default{
    color: #fb8500;
    font-size: 16px;
}

.btn-primary{
    background-color: #fb8500;
    border: none;
}

.btn-primary:hover{
    background-color: white;
    border: solid #FB9D33 1px;
    color: #023047;
}

.btn-primary:active{
    background-color: white;
    border: solid #fb8500 1px;
    transform: scale(0.95);
}

.btn-default{
    background-color: #023047;
    color: white;
}

.btn-default:hover{
    border: solid #023047 1px;
}

.btn-default:active{
    border: solid #023047 1px;
    transform: scale(0.95);
}

.btn-marg{
    margin-right: 10px;
}

.followers-list{
    text-decoration: none;
    color: #023047;
    font-weight: bold;
}

/* .sidebar {
    position: fixed;
    left: 0;
    width: 200px;
    height: 100%;
    background-color: #f8f9fa;
    padding: 20px;
} */

#map {
    height: 600px;
    width: 100%;
}

.custom-footer {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ph-index{
    height: 100vh;
    /* border: solid 1px red; */
}

.nav-text{
    color: white;
}

#loader {
    position: fixed;
    left: 45%;
    top: 30%;
    z-index: 9999;
    width: 10em;
    height: 10em;
    border: 10px solid lightgray;
    border-top: 10px solid #023047;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none; /* Hidden by default */
}

/* Spin animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* .loading-bg {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
} */


/* CUSTOM  */
/* .container, .page-header, .ph-index, .row, .welcome, .submit-btn,
.footer-h, .footer-h div, .container-404{
    border: solid red 1px;
} */

.bg-custom {
    background-color: #023047 !important; /* Replace with your custom color */
}
.text-custom {
    color: #FFFFFF !important; /* Custom text color */
}

.footer-h{
    height: 50px;
}

.submit-btn{
    margin-bottom: 200px;
}

.navbar-toggler.active {
    border: 2px solid #fb8500; /* Change to desired color */
}


/* RISK PAGE */
/* .risk-check-container, .rs-top, .map-container, .rs-bottom, .table-subtitle{
    border: solid red 1px;
} */

.risk-check-container{
    margin-bottom: 10px;
}

.map-container{
    margin-bottom: 80px;
}

.rs-top{
    margin: 10px 0 30px 0;
}

.rs-bottom{
    margin: 0;
    padding: 0;
    margin-right: 5px;
}

.table-subtitle{
    margin-bottom: 20px !important;
}

/* POPU CARD  */
/* .card, .card-body, .card-title, .card-subtitle, .card-text{
    border: solid red 1px;
} */

.info-legend, .legend-item{
    border: solid red 1px;
}

.info-legend {
    background: white;
    width: 150px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 6px 8px;
}

.info-legend div{
    display: flex;
    margin-bottom: 5px;
}

.info-legend div span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.mt-10{
    margin-top: 5rem;
}

.risk-data{
    display: flex;
    justify-content: start;
    align-items: center;
}