html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;

}

body {
  margin-bottom: 60px;
 background-color:#fbfaff!important;
}


 html, body {
    height: 100%;
  
}

input {
   border-radius:10px!important
}

button {
    border-radius: 15px !important
}

.grouped-right-input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: none !important;
}

.grouped-right-input-text {
    border-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color:white!important;
    border-left:none!important;
}

.custom-navbar {
    background-color: #1b3452 !important
}

.custom-navbar .navbar-nav .nav-link{
    color:white;
}

    .custom-navbar .nav-link:hover, .nav-link:focus {
        color: #99a6b5 !important;
    }

.navbar-nav .dropdown-menu {
    position: absolute!important;
}

.login-btn {
    background-color: #0d72a0;
    border-color: #0d72a0;
    border-radius: 40px !important
}

.fire-incident-row {
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .table {
        table-layout: fixed;
    }
}


@media only screen and (max-width: 992px) {
    .table {
        width: max-content;
    }
}

.swal2-title{
    font-size: x-large;
}

td, th {
    font-weight: 600;
}

.connection-status{
    float: left;
    padding-right: 40px;
    color: white;
}

.connection-status svg {
    margin-top: -4px;
    margin-right: 5px;
}

.bg-unattended {
    color: #000;
    background-color: #FD503F;
    border: 4px solid #FD503F;
}

.bg-attended {
    color: #000;
    background: #61FE0D;
    border: 4px solid #61FE0D;
}

.bg-emergency {
    color: #000;
    background: #ffa500;
    border: 4px solid #ffa500;
}

.bg-member_assigned {
    color: #000;
    background: #ffb78f;
    border: 4px solid #ffb78f;
}

.bg-on_scene {
    color: #000;
    background: #FFD8FF;
    border: 4px solid #FFD8FF;
}

.bg-from_scene {
    color: #000;
    background: #d0f8d3;
    border: 4px solid #d0f8d3;
}

.bg-als_transport {
    color: #000;
    background: #fff86b;
    border: 4px solid #fff86b;
}

.user-count {
    color: #f3f900;
}

.user-count-div {
    text-align: center;
    font-size: 13px;
}

.card-header {
    background-color: transparent !important;
}

.bd-highlight .btn {
    border: 2px solid #230d0138;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #52595f !important;
}