<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes blinker {
  50% {
    opacity: 0;
  }
}

html, body, .container {
  width: auto;
  height: 85%;
}

body {
  padding-top: 50px;
  scrollbar-width: thin;
  scrollbar-color: #999999 rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
  cursor: pointer;
}

.darkmodeDropDown {
  color: lightgray !important;
  background-color: rgb(29, 29, 29) !important;
  border: 1px solid rgb(70, 70, 70);
}

.darkmodeDropDown::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.darkmodeButtons {
  color: lightgray !important;
  background-color: rgb(36, 36, 36) !important;
  border: 1px solid rgb(70, 70, 70) !important;
  outline: none !important;
}

.darkmodeButtons:hover {
  background-color: rgb(29, 29, 29) !important;
}

.mainBody {
  /* background-color: #e9ebee; */
  background-color: #f5f5f5;
}

.mainBodyDark {
  background-color: #2b2b2b;
}

.navbar .brand-image {
  margin-top: -5px;
  margin-bottom: -10px;
}

.navbar .dropdown-toggle img {
  width: 23px;
  height: 23px;
  margin-top: -3px;
  margin-bottom: -2px;
}

.navbarColor {
  background-color: white;
}

.navbarColorDark {
  background-color: black;
}

.red-container{
  background-color:  darkred;
  color: white;
}

.block {
  display: block;
}

.bold {
  font-weight: bold;
}

.online-indicator {
  background-color: lightgrey;
  height: 7px;
  width: 7px;
  border-radius: 4px;
  display: inline-block;
  margin-right: -1px;
  margin-left: 1px;
  margin-bottom: 1px;
}

.mainPage {
  width: 100%; 
  min-height: calc(100vh - 55px); 
  border: none;
}

.mainTitle {
  font-weight: bold;
  font-size: 18px;
  color: #3174AF;
  margin-top: 10px;
  margin-bottom: 6px;
  min-height: 30px;
  cursor: default;
}

.mainTitleDark {
  font-weight: bold;
  font-size: 18px;
  color: white;
  margin-top: 10px;
  margin-bottom: 6px;
  min-height: 30px;
  cursor: default;
}

.mainTitleInherit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
  cursor: default;
}

.secondaryTitle {
  font-weight: bold;
  color: #3174AF;
  font-size: 16px;
  cursor: default;
  margin-bottom: 4px;
}

.secondaryTitleDark {
  font-weight: bold;
  font-size: 16px;
  color: white;
  cursor: default;
  margin-bottom: 4px;
}

.tertiaryTitle {
  font-weight: bold;
  font-size: 14px;
  color: #3174AF;
  margin-top: 3px;
  cursor: default;
}

.tertiaryTitleDark {
  font-weight: bold;
  font-size: 14px;
  color: white;
  margin-top: 3px;
  cursor: default;
}

.commentName {
  font-weight: bold;
  font-size: 13px;
  color: #3174AF;
  margin-top: 3px;
  cursor: default;
}

.commentNameDark {
  font-weight: bold;
  font-size: 13px;
  color: #b7d1eb;
  margin-top: 3px;
  cursor: default;
}

.subtitle {
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  cursor: default;
}

.subtitle-reverse {
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  height: 20px;
  color: white;
  background-color: #3174AF;
  cursor: default;
}

.btnsm-extra {
  width: 88px;
}

.btnsm-extra-med {
  width: 120px;
}

.btnsm-extra-med1 {
  width: 130px;
}
.btnsm-extra-wide {
  width: 160px;
}

.input-group {
  margin-bottom: 7px;
  color: black;
}

.input-group-addon {
  min-width:110px;
  text-align:left;
  cursor: default;
  background-color: gainsboro;
  color: black;
  height: 28px;
  border: 0;
}

.iga-extra {
  height: 35px !important;
}

.hf-extra {
  height: 35px !important; 
  text-indent: 5px !important; 
  min-width: 180px !important;
}

.hf-extra-small {
  height: 35px !important; 
  text-indent: 5px !important; 
  min-width: 120px !important;
}

.hf-extra-small1 {
  height: 35px !important; 
  text-indent: 5px !important; 
  min-width: 120px !important;
  max-width: 140px !important;
}

.hf-extra-xs {
  height: 35px !important; 
  text-indent: 5px !important; 
  min-width: 70px !important;
}

.hf-extra-list {
  height: 235px !important; 
  text-indent: 5px !important; 
  min-width: 800px !important;
}



.hf-extra-full {
  height: 35px !important; 
  text-indent: 5px !important; 
  width: 100% !important;
}

.checkbox-row {
  height: 44px !important; 
}

.colmd-extra {
  margin-top: 2px !important; 
  margin-bottom: 2px !important;
}

.colmd-label-extra {
  margin-top: 8px !important; 
  margin-bottom: 5px !important;
  cursor: default;
}

.colmd-button-extra {
  margin-top: 6px !important; 
  margin-bottom: 4px !important;
}

.form-control{
  padding-left: 5px;
  height: 28px;
}

.btn-sm {
  height: 28px;
  padding-top: 4px;
}

.btn-med {
  margin-bottom: 4px;
}

.btn.spaced {
  margin-top: 5px;
  margin-left: 10px;
}

.btn-group.spaced {
  margin-top: 5px;
  margin-left: 10px;
}

.deleteFrameXXS {
  width: 18px; 
  height: 18px;
}

.deleteButtonXXS {
  font-size: 8px; 
  margin-top: 2px; 
  margin-left: -1px; 
  vertical-align: top; 
  text-align: left;
}

.chkbox {
  height: 13px;
  width: 13px;
}

.header-field {
  height: 28px; 
  min-width: 210px;
  color: black;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.header-field-small {
  height: 28px; 
  min-width: 60px;
  color: black;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.header-field-small-nolabel {
  height: 28px; 
  min-width: 60px;
  color: black;
  border-radius: 4px;
}

.header-field-wide {
  height: 28px; 
  width: 100%;
  color: black;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.def-cursor {
  cursor: default;
}

.row-select {
  color: black;
  border-radius: 4px;
  height: 22px;
}

.headerRow {
  padding-top: 4px; 
  padding-bottom: 3px; 
  background-color: #3174AF;
  color: white;
  font-weight: bold;
  font-size: 14px;
  /*height: 35px; */
  margin-top: 5px;
}

.headerRow2 {
  padding-top: 4px; 
  padding-bottom: 3px; 
  background-color: #3174AF;
  color: white;
  font-weight: bold;
  font-size: 13px;
  height: 25px; 
  margin-top: 5px;
}

.headerRow3 {
  padding-top: 4px; 
  padding-bottom: 3px; 
  background-color: #3174AF;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.headerRow3:hover {
  background-color: #3174af;
}

.headerRowDark {
  padding-top: 4px; 
  padding-bottom: 3px; 
  background-color: #141414d5;
  color: white;
  font-weight: bold;
  font-size: 14px;
  /*height: 35px; */
  margin-top: 5px;
}

.headerRowDark2 {
  padding-top: 4px; 
  padding-bottom: 3px; 
  background-color: #141414d5;
  color: white;
  font-weight: bold;
  font-size: 13px;
  height: 25px; 
  margin-top: 5px;
}

.headerRowDark3 {
  padding-top: 8px; 
  padding-bottom: 8px;
  margin-top: 5px; 
  background-color: rgb(25, 25, 25) !important;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border-color: rgb(75, 75, 75);
  border-style: solid;
  border-width: 1px;
}

.headerRowDark3:hover {
  background-color: rgb(20, 20, 20) !important;
}

.headerCols {
  width: 100%; 
  display: flex; 
  align-items: center; 
  height: 100%;
}

.rowCenter {
  display: flex; 
  align-items: center; 
  margin-bottom: 10px;
}

.topButtonsCpanel {
  background-color: darkred; 
  color: white; 
  height: 18px;
  width: 150px;
  font-size: 13px;
  border: 1px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.topButtonsCpanel:hover {
  background-color: firebrick;
}

.topButtonsBlue {
  background-color: 	#3174AF; 
  color: white; 
  height: 19px;
  border: 1px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.topButtonsBlue:hover {
  background-color: #286090;
}

.topButtonsRed {
  background-color: #d23732; 
  color: white; 
  height: 19px;
  border: 1px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.topButtonsRed:hover {
  background-color: #c9302c;
}

.profile-image {
  width: 140px !important;
  height: 140px !important;
  margin-left: 20px;
}

.even {
  background-color: rgba(238, 238, 238, 0.979);
}

.even_dark {
  /* background-color: #4e4e4e; */
  background-color: rgb(32, 32, 32) !important;
}

.commententry {
  /* background-color: #f8f8f8; */
  background-color: red;
}

.commententry_dark {
  /* background-color: #707070; */
  background-color: red;
}

.post {
  margin-top: 0;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  margin-bottom: 5px;
  /* background-color: #f8f8f8; */
  background-color: rgba(0, 0, 0, 0);
}

.post a:link {
  color: #3174AF;
}
.post a:visited {
  color: #3174AF;
}
.post a:hover {
  color: dodgerblue;
  text-decoration: none;
}
.post a:active {
  color: #3174AF;
}

.dark_hr {
  border: 1px solid #858585;
}

.light_hr {
  border: 1px solid #ddd;
}

.light_hr_alt {
  border: 1px solid rgb(148, 148, 148);
}

.disabledInput {
  background-color: rgb(51, 51, 51);
  cursor: not-allowed;
}

.lighthralt {
  border-width: 1px;
  border: 1px solid rgb(175, 175, 175) !important;
  background-color: rgb(175, 175, 175) !important;
  border-color: rgb(175, 175, 175) !important;
}

.post hr {
  border: 1px solid #ddd;
  margin-top: 4px;
  margin-bottom: 3px;
}

.post_dark {
  margin-top: 0;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  border-color: #313131;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  margin-bottom: 5px;
  /* background-color: #707070; */
  background-color: #2b2b2b;
  color: lightgray;
}

.post_dark a:link {
  color: #b7d1eb;
}
.post_dark a:visited {
  color: #b7d1eb;
}
.post_dark a:hover {
  color: #a1b7ce;
  text-decoration: none;
}
.post_dark a:active {
  color: #b7d1eb;
}

.post_dark hr {
  border: 1px solid #858585;
  margin-top: 4px;
  margin-bottom: 3px;
}

.sidenav &gt; li &gt; a {
  padding: 5px 5px;
  min-width: 160px;
  /* max-width: 220px; */
  /* background-color: #f8f8f8; */
  /* border-color: #ddd;
  border-width: 1px;
  border-style: solid; */
}

.sidenav &gt; li &gt; a:hover {
  padding: 5px 5px;
  background-color: #b5b5b5;
  /* background-color: #deeaf5; */
}

.sidenav1 &gt; li &gt; a {
  padding: 5px 5px;
  /* max-width: 200px; */
  /* background-color: #f8f8f8;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid; */
  /* margin-left: 10px;  */
  /* margin-right: 10px; */
}

.sidenav &gt; li &gt; a:focus {
  background-color: rgba(0, 0, 0, 0);
  /* color: darkred; */
  color: #103c63;
}
.sidenav1 &gt; li &gt; a:focus {
  background-color: rgba(0, 0, 0, 0);
  /* color: darkred; */
  color: #103c63;
}

.sidenav1 &gt; li &gt; a:hover {
  padding: 5px 5px;
  background-color: #b5b5b5;
  /* background-color: #deeaf5; */
}

.sidenav_dark &gt; li &gt; a {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 5px;
  min-width: 160px;
  /* max-width: 220px; */
  color: white;
  border: none;
  /* background-color: #1c1c1c; */
}

.sidenav_dark &gt; li &gt; a:focus {
  outline-color: red;
  background-color: rgba(0, 0, 0, 0);
  /* background-color: #1c1c1c; */
  color: rgb(191, 191, 191);
}

.sidenav_dark &gt; li &gt; a:hover {
  padding: 5px 5px;
  background-color: darkred;
  color: lightgray;
}

.sidenav1_dark &gt; li &gt; a {
  padding: 5px 5px;
  min-width: 140px;
  color: white;
  /* color: #adadad; */
  /* background-color: #1c1c1c; */
  /* max-width: 200px; */
  /* background-color: #707070; */
  /* border-color: black;
  border-width: 1px;
  border-style: solid; */
  border: none;
  /* margin-left: 10px;  */
  /* margin-right: 10px; */
}

.sidenav1_dark &gt; li &gt; a:focus {
  outline-color: red;
  background-color: rgba(0, 0, 0, 0);
  /* color: white; */
  color: rgb(191, 191, 191);
}

.sidenav1_dark &gt; li &gt; a:hover {
  padding: 5px 5px;
  background-color: darkred;
  color: lightgray;
}

.post img {
  height: 56px;
  width: 56px;
}

.post_dark img {
  height: 56px;
  width: 56px;
}

.post-body {
  width:100%;
}

.post-body h5 {
  margin: 0;
}

/* Notification / History Comments */
.post-comment {
  line-height: 13px;
  padding: 5px 5px 4px 5px;
}

.post-comment img {
  height: 32px;
  width: 32px;
}

.post-comment.comment-box {
  width: 100%;
}

.post-comment-body {
  width: 100%;
}

.post-comment-body textarea {
  resize: vertical;
  height: 20px;
  width: 75%;
  margin: 0;
  padding-top: 1px;
  padding-bottom: 0;
  font-size: 12px;
  border-radius: 2px;
}

.post-comment-tools {
  display: block;
  line-height: 16px;
  padding-top: 2px;
}

.message-box {
  background-color: #fdfdfd;
  border-radius: 7px;
}

.message-box form {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* Building Design */
.draggable {
  cursor: move;
}

.mapcoord {
  text-align: center;
  color: black;
  width: 35px; 
  height: 20px;
}

.mapcoord1 {
  color: black;
  width: 55px; 
  height: 20px;
  border: 1px solid gray;
}

.mapcoordlabel {
  width: 24px;
}

.posDown {
  background-color: red; 
  color: white; 
  width: 19px;
  height: 20px;
  border: 1px;
}

.posUp {
  background-color: green; 
  color: white; 
  width: 19px;
  height: 20px;
  border: 1px;
}

.floorChange {
  background-color: lightgray; 
  color: black; 
  width: 20px;
  height: 20px;
  border: 1px;
  border-radius: 2px;
}

/* Reports */
.reports {
  margin-top: 0;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  margin-bottom: 5px;
  background-color: #f8f8f8;
}

.reports img {
  height: 32px;
  width: 25px;
}

.reports {
  width: 50%;
  height: 100%;
}

/* Sweet Alert Dialog Boxes */
.swal-modal {
  background-color: white;
  border: 1px solid white;
  overflow: auto;
}

.swal-title {
  background-color: white;
  height:auto;
  min-height: 15px;
  padding: 2px;
  border: 1px solid white;
  font-size: 18px;
  display: block;
  margin: 5px 15px 7px;
  text-align: center;
  color: #61534e;
}

.swal-text {
  background-color: white;
  padding: 5px;
  border: 1px solid white;
  font-size: 16px;
  display: block;
  margin: 22px;
  text-align: center;
  color: #61534e;
}

.swal-footer {
  background-color: white;
  padding: 1px;
  border: 1px solid white;
  display: block;
  margin: 1px;
  text-align: center;
  color: #61534e;
}

.swal-button {
  padding: 7px 18px;
  border-radius: 1px;
  background-color: #3174AF;
  color: white;
  font-size: 14px;
  border: 1px solid #3174AF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button--cancel{
  padding: 7px 18px;
  border-radius: 1px;
  background-color: lightslategray;
  color: white;
  font-size: 14px;
  border: 1px solid #3174AF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

/* Custom swal delete button */
.swal-button--Delete{
  padding: 7px 18px;
  border-radius: 1px;
  background-color: #ca2026;
  color: white;
  font-size: 14px;
  border: 1px solid lightslategray;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button--Delete:hover{ 
  background-color: #ff0000 !important; 
}

/* Spinner icon for swal */
.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  text-align: center;
}

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

/* Safety Plans */
.ertHead {
  background-color: #3174AF; 
  color: white; 
  font-weight: bold; 
  font-style: italic; 
  font-size: 18px;
}

.ertHeadDark {
  background-color: black; 
  color: white; 
  font-weight: bold; 
  font-style: italic; 
  font-size: 18px;
}

.ertSubHead {
  background-color: lightgray; 
  color: black; 
  font-size: 15px;
  font-weight: bold; 
}

.ertFieldHead {
  background-color: lightgray; 
  color: black; 
  border-bottom: 1px solid black; 
  font-size: 12px;
  font-weight: bold; 
  font-style: italic;
}

.ertNormalRow {
  font-size: 12px;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
}

.ertRowBotBrd {
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid black; 
}

.ertFieldRow {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid black; 
}

.ertBuildingRow {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 6px;
}

.ertQuestionRadioRow {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 1px solid black; 
}

.ertQuestionRow {
  font-size: 11px;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid black; 
}

.ertAddButtonRow {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-top: 5px; 
  padding-bottom: 5px; 
}

.ertSmallTextBox {
  font-size: 11px;
  font-weight: normal;
  height: 16px;
  color: black; 
}

.ertTextBox {
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  color: black; 
}

.ertTextArea {
  font-weight: normal;       
  background-color: white;
  color: black; 
}

.post_darker {
  margin-top: 0;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  border-color: #313131;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  margin-bottom: 5px;
  background-color: #202020;
  color: lightgray;
}

.btn-dark {
  color: lightgray !important;
  background-color: rgb(29, 29, 29) !important;
  border: 1px solid rgb(160, 160, 160) !important;
  outline: none !important;
}

.btn-dark:hover {
  background-color: rgb(20, 20, 20) !important;
}
.hoverBackgroundColor {
  background-color: rgba(0, 0, 0, 0) !important;
}
.hoverBackgroundColor:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.new_input {
  width: 100%; 
  height: 40px;
  border-radius: 5px;
  outline: none;
  border: 1px solid;
  border-color: black;
  color: #000;
  text-indent:5px!important;
}

.search_input {
  width: 100%; 
  height: 50px;
  border-radius: 5px;
  outline: none;
  border: 1px solid;
  border-color: black;
  color: #000;
  text-indent:5px!important;
}

.search_input_dark {
  color: lightgray !important;
  background-color: rgb(29, 29, 29) !important;
  border: 1px solid rgb(160, 160, 160) !important;
  outline: none !important;
}

.advanced_search_input_dark {
  width:28vw;
  color: #757575 !important;
  background-color: rgb(29, 29, 29) !important;
  border: 1px solid rgb(160, 160, 160) !important;
  outline: none !important;
}

.advanced_search_input_dark *
{
 color: grey;
}

.advanced_search_dropdown_dark {
  width:28vw;
  color: #757575 !important;
  background-color: rgb(29, 29, 29) !important;
  border: 1px solid rgb(160, 160, 160) !important;
  outline: none !important;
  margin-top: 6px;
  margin-bottom: 6px;
}

.new_textarea {
  border-radius: 5px;
  outline: none;
  border: 1px solid;
  border-color: black;
  color: #000;
}

.new_input_dark {
  color: lightgray !important;
  background-color: rgb(29, 29, 29) !important;
  border: 1px solid rgb(160, 160, 160) !important;
  outline: none !important;
}

.new_textarea_dark {
  color: lightgray !important;
  background-color: rgb(29, 29, 29) !important;
  border: 1px solid rgb(160, 160, 160) !important;
  outline: none !important;
}

.darkmodeDropDownAlt {
  border: 1px solid rgb(160, 160, 160) !important;
  color: lightgray !important;
  background-color: rgb(29, 29, 29) !important;
}

.darkmodeDropDownAlt::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.superDarkmodeButtons {
  border: 1px solid rgb(160, 160, 160) !important;
  color: lightgray !important;
  background-color: rgb(29, 29, 29) !important;
  outline: none !important;
}

.superDarkmodeButtons:hover {
  outline: none !important;
  background-color: rgb(39, 39, 39) !important;
}

.dropDownAlt {
  background-color: white;
  border: 1px solid;
  border-color: #000 !important;
}

.pageblur {
  filter: blur(1.5px);
}

.change_password_shadow {
  -webkit-box-shadow: 3px 3px 10px 5px rgba(0,0,0,0.25); 
  box-shadow: 3px 3px 10px 5px rgba(0,0,0,0.25);
}
.dropDownLabelBGDark {
  background-color: rgb(22, 22, 22) !important;
}
.dropDownLabelBG {
  background-color: rgb(225, 225, 225) !important;
}
.post2 {
  background-color: #f8f8f8f5;
}

.dropdownMenuDarkMode {
  background-color: rgb(28, 28, 28);
  color: rgb(240, 240, 240) !important;
}

.dropdownMenuDarkMode a {
  color: rgb(240, 240, 240) !important;
}

.dropdownMenuDarkMode li a:hover {
  background-color: rgb(42, 42, 42);
}
.dropdownToggleDarkMode {
  background-color: rgb(0, 0, 0) !important;
}
.dropdownToggleDarkMode:active {
  background-color: rgb(25, 25, 25) !important;
}
.loggoutStyleDark a {
  color: red !important;
}
.loggoutStyle a {
  color: red !important;
}
.loggoutStyleDark a:hover {
  background-color: #cf050c !important;
  color: white !important;
}
.loggoutStyle a:hover {
  background-color: red !important;
  color: white !important;
}

.row2 {
  width: 100%; 
  float: left;
}

.popupBg {
  background-color: lightgray !important;
}
.popupDarkBg {
  background-color: rgba(20, 20, 20);
}

#loading-bar .bar {
  background: #D92027;
}
#loading-bar-spinner .spinner-icon {
  border-top-color:  #D92027;
  border-left-color: #D92027;
}
#loading-bar .peg {
  -moz-box-shadow: #D92027 1px 0 6px 1px;
  -ms-box-shadow: #D92027 1px 0 6px 1px;
  -webkit-box-shadow: #D92027 1px 0 6px 1px;
  box-shadow: #D92027 1px 0 6px 1px;
}

.loading-spinner {
  -webkit-animation:spin 1s linear infinite;
  -moz-animation:spin 1s linear infinite;
  animation:spin 1s linear infinite;
}

.webPadding {
  width: calc(100% - 50px); 
  margin-top: 15px; 
  margin-left: 25px; 
  margin-right: 25px;
}

.mobilePadding {
  width: calc(100% - 50px);
  margin-top: 15px; 
  margin-left: 25px; 
  margin-right: 25px;
}

.headerTitleRow {
  color: white;
  background-color: #3174AF;
}

.headerTitleRowDark {
  color: white;
  background-color: #141414d5;
}

.loadingPage {
  position: absolute; 
  left: 48%; 
  top: 25px !important;
}

.loadingSpinner{
  width: 30px !important; 
  height: 30px !important; 
  position: absolute; 
  z-index: 2;
}

.loadingIndicator {
  width: 30px !important; 
  height: 30px !important; 
  z-index: 2;
}

.darkmodeTextColor {
  color: white;
}

.lightModeText {
  color: #000;
}

.darkModeText {
  color: white;
}

.expandContainer {
  display: flex;
  flex-wrap: wrap;
}

.expandEl {
  flex: 1 0 300px;
  margin: 0px 0px 0px 6px;
}

.infoStyle{
  background-color: #337ab7;
  color: white;
  font-size:14px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
}

.infoStyleParent{
  position: relative;
  z-index: 1;
  padding: 2px;
}

.infoStyleParent:hover .infoStyle{
  background-color: white;
  color: #337ab7;
}

.infoStyleParent:focus .infoStyle{
  background-color: white;
  color: #337ab7;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.text-truncate{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stickySaveChanges {
  position: sticky;
  bottom: 0;
  z-index: 10;
  backdrop-filter: blur(5px);
  height: 75px;
  display: flex; 
  align-items: center; 
  border-top: 1px solid rgb(173, 173, 173);
}

.stickyNotif {
  position: fixed;
  bottom: 0;
  margin-left: 30px;
  z-index: 10;
  backdrop-filter: sepia(5px);
  height: 50px;
}

.stickyNotifName {
  position: fixed;
  padding: 2px;
  bottom: 0;
  margin-left: 15px;
  z-index: 10;
  backdrop-filter: blur(15px);
  height: 30px;
  /* background-color: rgba(255, 255, 255, 0.589); */
  color: black;
}

.stickyNotifTop {
  position: fixed;
  bottom: 0;
  margin-left: 15px;
  z-index: 10;
  backdrop-filter: blur(15px);
  /* background-color: rgba(255, 255, 255, 0.589); */
  color: black;
}

.mapSize {
  position: relative; 
  display: inline-block; 
  margin-left: 1px; 
  margin-right: 1px; 
  padding-right: 10px; 
  transition: all 0.3s ease-in-out; 
  height: 100%; 
  overflow-y: auto;
}

/* @media screen and (max-width: 1919px) {
  .mapSize {
    position: relative; 
    display: inline-block; 
    margin-left: 1px; 
    margin-right: 1px; 
    padding-right: 10px; 
    transition: all 0.3s ease-in-out;
    height: 500px; 
    overflow-y:scroll;
  }
}

  @media screen and (max-width: 1000px) {
    .mapSize {
      position: relative; 
      display: inline-block; 
      margin-left: 1px; 
      margin-right: 1px; 
      padding-right: 10px; 
      transition: all 0.3s ease-in-out;
      height: 200px; 
      overflow-y:scroll;
    }
  }

  @media screen and (min-width: 2000px) {
    .mapSize {
      position: relative; 
      display: inline-block; 
      margin-left: 1px; 
      margin-right: 1px; 
      padding-right: 10px; 
      transition: all 0.3s ease-in-out;
      height: 300px; 
      height: calc(100vh - 400px); 
      overflow-y:scroll;
    }
  } */

.adminLogsRowTitleDark {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  position: sticky;
  top: 0; /* required for the stickiness */
  background-color: #2b2b2b;
}

.adminLogsRowTitleLight {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  position: sticky;
  top: 0; /* required for the stickiness */
  background-color: #f5f5f5;
}

.adminLogsTable {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}

.adminLogsTh {
  position: sticky;
  top: 0; /* required for the stickiness */
}

.savePanelBg {
  background-color: #ececec83;
}

.savePanelBgDark {
  background-color: #13131383;
}

.gmaps_option_panel_light {
  background-color: #ececec83;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.gmaps_option_panel_dark {
  background-color: #13131383;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.phone_input_sel {
  width: fit-content;
  height: 100%;
}

.phoneInputGroupDark {
  border: 1px solid rgb(160, 160, 160) !important;
}

.phoneinputlblDark {
  color: lightgray !important;
  background-color: rgb(29, 29, 29) !important;
  border-color: rgb(160, 160, 160) !important;
}

.phoneinputselDark {
  border-color: rgb(160, 160, 160) !important;
  color: lightgray !important;
  background-color: rgb(45, 45, 45) !important;
}

.phone-input-group {
  margin-bottom: 7px;
  color: black;
  height: 35px;
  background-color: red;
  border: 1px solid black;
  border-radius: 3px;
  overflow: hidden;
  vertical-align: middle;
}

.phone-input-lbl {
  width: 90px;
  background-color: gainsboro;
  color: black;
  height: 35px !important;
  border: 0;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid black;
  align-items: center;
  margin-right: 0px;
  float: left;
}

.phone-inpt-sel {
  width: 55px;
  height: 35px;
  border: none;
  border-right: 1px solid black;
  background-color: gainsboro;
  outline: none;
  margin-left: 0px;
  padding: 0px;
  float: left;
}

.cc-flag {
  height: 8px !important;
  width: auto;
}

.phone-input-field {
  padding: 0px;
  float: left;
  margin: 0px;
  border: none;
  outline: none !important;
  height: 35px;
  width: calc(100% - 145px);
  flex-grow: 1;
  padding: 10px;
}

.selectableText {
  color: #1e1e1e;
  cursor: default;
}

.selectableText:hover {
  color: #2f2f2f;
  cursor: pointer;
  text-decoration: underline;
}

.selectableTextDark {
  color: #cccccc;
  cursor: default;
}

.selectableTextDark:hover {
  color: #ececec;
  cursor: pointer;
  text-decoration: underline;
}

.selectedText {
  color: #D92027 !important;
}</pre></body></html>