body {
  background-color: #151A20;
  color: #FEFEFE;
}

nav#daNavbar {
  padding: 0 .5% 0 .5%;
  background: transparent;
  /* background-color: red; */
  background-color: transparent !important;
}

#navbarNav.navbar-collapse {
  /* background: transparent;
  background-color: transparent; */
  /* background-color: red; */
}

.nav-item {
  color: rgba(0, 0, 0, .7);
  font-size: 1.3em;
}

.navbar-light .navbar-nav .nav-link {
  transform: translate(0px, 6px, 100px);
  color: rgba(255, 255, 255, .8);
}

.notification-dropdown {
    display:inline-block;
    transform: translate(0px, 6px, 100px);
    margin-top: 0px;
    /* margin-top: .1em; */
    margin-right: 0;
    /* margin-left:20px; */
    /* padding:10px; */
}

.nav-link.dropdown.notification-dropdown {
  margin: 0;
  margin-right: -.1em;
}

.clock-active {
  color: #13b245;
}

#noti-bell {
  color: rgba(255, 255, 255, .8);
  /* font-size: 1.2rem;
  vertical-align: center; */
}

.noti-badge {
  position: absolute;
  top: -0em;
  right: -.1em;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: .6rem;
  max-width: .4rem;
  max-height: 1.3rem;
  display: flex; /* Use flexbox */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  background-color: red;
  color: white;
}

.notifications {
  background:#ccc;
  min-width:200px;
}

.notifications-wrapper {
  overflow:auto;
  max-height:250px;
  background:#ccc;
}

.menu-title {
  color:#132940;
  font-size:1.5rem;
  display:inline-block;
}

.kill-noti {
  opacity: .7;
  color: #000;
  top: 0;
  position: relative;
  float: right;
}

.notification-heading, .notification-footer  {
  padding:2px 10px;
}

.dropdown-menu.divider {
  margin:5px 0;
}

.item-title {
  font-size:1.3rem;
  color:#000;
  text-decoration: underline;
}

.notifications a.content {
  text-decoration:none;
  background:#fff;
}

.notification-item {
  padding:10px;
  margin:5px;
  background:#fff;
  border-radius:4px;
}

p.noti-item-info {
  margin-bottom: 0;
  white-space: normal;
}

.notitimer {
  text-align: right;
  font-size: .7em;
}

.no-noti {
  text-align: center;
  font-weight: bold;
}

.bi.bi-power {
  font-weight: bold;
}

#calendar {
  border: 2px solid black;
  border-collapse: collapse;
  padding:3px;
}

#calendites {
  border: 2px solid black;
  padding: 2px;
}

#gang {
  color: red;
}

#push {
  padding-left: 1%;
}

#pull {
  padding-left: .5%;
}

#defaultAvailabilityLink {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

#leaderboardbox0 {
  position: relative;
  display: inline-block;
}

#leaderboardbox1 {
  position: relative;
  display: inline-block;
}

#payrollmoneydiv {
  position: relative;
}

#pullHoursButton {
  margin-left: 1em;
}

#reporthiringdiv {
  position: relative;
  /* margin: 1em 0 1em 0; */
}

.leadInfoTitle {
  margin-bottom: 0%;
}

.leadInfoItem {
  margin-top: 0%;
}

.makeWhitespace {
  padding: .5%;
}

.leadNameBold {
  font-weight: bold;
}

.lastSlot {
  color: #cc33ff
}

.leaderboardtable {
  border-collapse: collapse;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.leaderboardtitle {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 1rem;
}

.leaderboardbox {
  border: 1px solid black;
  border-radius: 20px;
  font-size: .7em;
  max-width: 300px;
  width: 47vw;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 6px;
  background-color: white;
}

.leaderboardpos1 {
  color: #d9b338;
}

.leaderboardpos2 {
  color: darkgrey;
}

.leaderboardpos3 {
  color: brown;
}

.leaderboardpersonal {
  font-weight: 500;
}

.leadPrioDiv {
  padding-top: 10px;
  padding-bottom: 10px;
}

.homepage {
  /* background-color: #a0b4e8; */
  position: relative;
}

.homepageBG {
  /* background-color: #a0b4e8; */
  /* background-image: url(https://i.imgur.com/LeeLDPQ.jpg); */
  /* background-image: url(https://www.ysgsolar.com/sites/default/files/styles/sc_940x470_mc/public/blog/pasted_image_0.png?itok=dXonTHB_); */
  background-image: url(/static/uploaded_images/Sunny.jpg);
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* background-color: #f3f4f5; */
  /* background-image: url(https://i.imgur.com/M5xHxTe.png); */
  background-size: 100vw 110vh;
  opacity: 0.3;
  width: 100%;
  /* height: 100%; */
  top: 0;
  bottom: 0;
  position: fixed;
}

.homepageTitleDiv {
  color: #001D71;
  width: 350px;
  text-align: center;
}

.homepageDashInfo {
  font-weight: bold;
  /* -webkit-text-stroke: .5px white; */
  font-size: 1.2em;
  color: black;
}

.hometoleaderboard {
  text-align: center;
  color: #001D71;
  text-decoration: underline;
  -webkit-text-stroke: 0 #001D71;
  font-size: 1.2em;
  /* font-weight: bold; */
}

.homepageName {
  font-style:  italic;
}

.rankStatMegaDiv {
  display: inline-block;
  cursor: pointer;
}

.personalRankDiv {
  width: 240px;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 10px;
  text-align: center;
  color: #001D71;
  height: 14em;
  position: relative;
  top: 0;
}

.personalRankToBeat {
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: .8em;
}

.officeRankDiv {
  /* margin: 0 0 0 0; */
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px black;
  background-color: white;
}

.companyRankDiv {
  /* margin: 0 0 0 0; */
  /* margin-bottom: 10px; */
  box-shadow: 2px 2px 5px black;
  margin-bottom: 10px;
  /* vertical-align: baseline; */
  background-color: white;
}

.officeLbDiv {
  box-shadow: 2px 2px 5px black;
  vertical-align: baseline;
  background-color: white;
  padding-bottom: 10px;
}

.officeLbTitle {
  padding: 1px 0 1px 0;
  margin-bottom: 0;
}

.billsfatherdiv {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.todaysbillsDiv {
  box-shadow: 2px 2px 5px black;
  width: 100px;
  height: 7em;
  /* display: inline-block; */
  /* margin: auto; */
  margin-left: 5px;
  margin-bottom: 10px;
  text-align: center;
  /* background-color: #b7b7b7; */
  color: #001D71;
  position: relative;
  vertical-align: top;
  background-color: white;
}

.todaysbillstitle {
  /* margin-right: 4px;
  margin-left: 4px; */
  /* margin-bottom: 0; */
  /* font-size: 1.2em; */
  font-weight: bold;
}

.todaysbillsstat {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0;
}

.mostbillsDiv {
  box-shadow: 2px 2px 5px black;
  width: 100px;
  height: 7em;
  /* display: inline-block; */
  /* margin: auto; */
  margin-left: 5px;
  margin-bottom: 10px;
  text-align: center;
  /* background-color: #b7b7b7; */
  color: #001D71;
  position: relative;
  vertical-align: top;
  background-color: white;
}

.mostbillstitle {
  /* margin-right: 4px;
  margin-left: 4px; */
  margin-bottom: 0;
  /* font-size: 1.2em; */
  font-weight: bold;
}

.eodDiv {
  width: 354px;
  /* display: inline-block; */
  /* margin-left: 4px; */
  /* padding-left: 0; */
  /* margin-bottom: 10px; */
  /* text-align: center; */
  color: #001D71;
  height: 14em;
  position: relative;
  top: 0;
}

.eodTitleDiv {
  width: 347px;
  /* display: inline-block; */
  /* margin-left: 4px; */
  /* padding-left: 0; */
  /* margin-bottom: 10px; */
  /* text-align: center; */
  color: #ffce42;
  /* box-shadow: 2px 2px 5px black; */
  position: relative;
  margin-bottom: 10px;
  margin-left: 5px;
  /* background-color: white; */
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  height: 2em;
  position: relative;
  top: 0;
}

.innerEOD {
  box-shadow: 2px 2px 5px black;
  width: 169px;
  height: 7em;
  display: inline-block;
  /* margin: auto; */
  margin-left: 5px;
  margin-bottom: 10px;
  text-align: center;
  /* background-color: #b7b7b7; */
  color: #ffce42;
  position: relative;
  vertical-align: top;
  background-color: white;
}

.statBoxDiv {
  box-shadow: 2px 2px 5px black;
  width: 170px;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 10px;
  text-align: center;
  /* background-color: #b7b7b7; */
  color: #001D71;
  background-color: white;
  position: relative;
}

.statBoxTitle {
  padding-left: 5px;
  font-size: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

.statBoxStat {
  padding-left: 5px;
  font-size: 2em;
  margin-bottom: 4px;
  /* margin-top: 4px; */
}

.statBoxSubtitle {
  font-size: .7em;
}

.personalAvgDiv {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 2.8rem;
  height: 1.2rem;
  font-size: .8em;
  text-align: right;
}

.navLogo {
  width: 2.2rem;
  height: 2rem;
}

.closerhomeTitleDiv {
  color: #001D71;
}

.closerhomeIntro {
  font-weight: bold;
}

.closerCalendar {
  opacity: 1;
  table-layout: fixed;
  width: 67rem;
  border-collapse: collapse;
  background-color: white;
  color: #001D71;
}

.calendarHomeRow {
  border: 2px solid black;
  border-collapse: collapse;
}

.calendarHomeCell {
  border: 2px solid black;
  padding: 4px 1.5rem 4px 1.5rem;
  text-align: center;
  font-size: .7em;
}

.calendarTitleCell {
  border: 2px solid black;
  padding: 4px 6px 4px 6px;
  text-align: center;
  font-size: .7em;
}

.calendarOpen {
  /* background-color: white; */
  background-color: #333333;
  border: 2px solid black;
  /* color: white; */
  width: 5em;
  height: 2em;
}

.calendarClosed {
  background-color: white;
  /* color: #001D71; */
  border: 2px solid black;
  font-size: .8rem;
  text-align: center;
  width: 5rem;
  height: 2rem;
}

/* for selgen slots */
.calendarLimited {
  background-color: #666666;
  /* color: #001D71; */
  border: 2px solid black;
  width: 5em;
  height: 2em;
}

.calendarUsed {
  background-color: #222;
  color: #001D71;
  border: 2px solid black;
  /* width: 5em; */
  height: 2em;
  background:
  linear-gradient(to top left,
     rgba(0,0,0,0) 0%,
     rgba(0,0,0,0) calc(50% - 0.8px),
     rgba(0,0,0,1) 50%,
     rgba(0,0,0,0) calc(50% + 0.8px),
     rgba(0,0,0,0) 100%),
  linear-gradient(to top right,
     rgba(0,0,0,0) 0%,
     rgba(0,0,0,0) calc(50% - 0.8px),
     rgba(0,0,0,1) 50%,
     rgba(0,0,0,0) calc(50% + 0.8px),
     rgba(0,0,0,0) 100%);
}

.calendarLead {
  border: 2px solid black;
  /* background-color: rgb(7,55,99); */
  background-color: #333333;
  padding: 4px 4px 4px 4px;
  text-align: center;
  width: 5rem;
  height: 2rem;
  font-size: .7em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.calendarLead a {
  color: white;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.calendarSelfgen {
  border: 2px solid black;
  padding: 4px 4px 4px 4px;
  text-align: center;
  font-size: .7em;
  background-color: lightgrey;
  width: 5em;
  height: 2em;
}

.setterCalendar {
  opacity: 1;
  color: #001D71;
  margin-left: 4px;
}

.setterCalendarTitle {
  border: 2px solid black;
  text-align: center;
  min-width: 346px;
}

.setterCalendarKey {
  border: 2px solid black;
  text-align: center;
  padding-left: .5em;
  padding-right: .5em;
  max-width: 30px;
}

.setterCalendarLead {
  border: 2px solid black;
  text-align: center;
  padding-left: .5em;
  padding-right: .5em;
  font-size: .8em;
}

/* #a0b4e8 background color */

.dateChangeButton {
  width: 2rem;
  color: #001D71;
  background-color: white;
  text-align: center;
  padding-left: .2em;
}

.dateRangeOption {
  color: #001D71;
}

.homeFooter {
  bottom: 0;
  margin-top: 6px;
  padding-left: 6px;
}

.otherFooter {
  bottom: 0;
  right: 0;
  margin-top: 6px;
  text-align: right;
  position: relative;
}

.footerLogo {
  width: 4em;
  height: 1.5em;
  bottom: 0;
}

.headerLogo {
  max-width: 400px;
  width: 90%;
  max-height: 130px;
  height: 7%;
  padding-left: 6px;
  bottom: 0;
}

.homepageHeader {
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 10px;
}

.myinfoTitle {
  margin-bottom: 0px;
}

.myinfoInfo {
  margin-bottom: 0px;
  padding-left: .2em;
}

.totalKWMP {
  font-weight: 500;
}

.spreadsheet, .hiringstatstable {
  border-collapse: collapse;
}

.spreadsheetcell, .hiringstatscell {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
}

.OGgreen {
  color: #04db3d;
}

.OGred {
  color: #ff0019;
}

.otherpagesBG {
  background-color: #b3b3b3;
  /* background-image: url(https://i.imgur.com/M5xHxTe.png); */
  background-size: 100vw 21vh;
  opacity: 0.3;
  width: 100%;
  /* height: 100%; */
  top: 0;
  bottom: 0;
  position: fixed;
}

.otherpagebody {
  position: relative;
  color: #001D71;
}

.newleadnotes {
  max-width: 300px;
  width: 90%;
  height: 5em;
  text-align: left;
  line-height: 1em;
}

.iodtable {
  max-width: 300px;
  min-width: 50px;
  width: 90%;
}

.iodsentby {
  font-weight: 200;
  text-align: right;
}

.iodmessage {
  border: 1px solid black;
  padding-left: 4px;
}

.iodemptyspace {
  padding-top: 10px;
}

.disposdiv {
  position: relative;
  display: inline;
}

.pipelineheaderdiv {
  border: 1px solid black;
  background-color: #a3a3a3;
  max-width: 500px;
  width: 99vw;
  margin-bottom: 1em;
}

.pipelineheaderinfo {
  padding-left: .5%;
  padding-top: 1%;
  margin-bottom: .5%;
}

.pipelineheaderdates {
  font-weight: 600;
}

.pipelineheaderdispo {
  font-weight: 600;
}

.pipelinetabletitle {
  font-weight: 600;
}

.pipelinetable {
  border-collapse: collapse;
  font-size: .8em;
}

.masterpipelinetable {
  border-collapse: collapse;
  font-size: .8em;
}

.pipelinetitlerow {

}

.pipelinetitlecell {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
}

.pipelinedatarow {

}

.pipelinedatarow0 {
  background-color: #d1d8eb;
}

.pipelinedatarow1 {

}

.pipelinecell {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
}

.pipelinecell0 {
  border: 1px solid black;
  background-color: #d1d8eb;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
}

.pipelinecell1 {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
}

.pipelinecellbutton {
  border: 1px solid black;
  white-space: nowrap;
}

.pipelinecellgreen {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
  background-color: #39FF14;
}

.pipelinecellred {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
  background-color: red;
}

.pipelinecellblue {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
  background-color: pink;
}

.pipelinecellyellow {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
  background-color: yellow;
}

.pipelinecellorange {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
  background-color: orange;
}

.pipelineiodcell {
  border: 1px solid black;
  padding-left: 0;
  padding-right: 0;
}

.pipelineiodbutton {
  font-size: .8em;
}

.rescheduled0 {
  background-color: rgb(7,55,99);
}

.rescheduled1 {
  background-color: rgb(11,83,148);
}

.rescheduled2 {
  background-color: rgb(61,133,198);
}

.masterpipeusers {
  font-style: italic;
  font-weight: 450;
}

.masterschedClosername {
  font-weight: 600;
}

.masterschedOpen {
  background-color: #ffce42;
  border: 2px solid black;
  color: #ffce42;
  width: 5em;
  height: 2em;
}

.salesteamInfoDiv {
  border: 1px solid black;
  background-color: #a3a3a3;
  max-width: 500px;
  width: 99vw;
  margin-top: 1em;
  margin-bottom: 1em;
}

.salesteamInfo {
  padding-left: .5%;
  padding-top: 1%;
  margin-bottom: .5%;
}

.boldtext {
  font-weight: 600;
}

.salesteamTitle {
  font-size: 1.3em;
  font-weight: 500;
}

.salesteamTable {
  border-collapse: collapse;
  display: inline-block;
}

.salesteamheader {
  height: 2em;
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
}

.salesteamdiv {
  white-space: nowrap;
  /* overflow-x: scroll; */
}

.salesteamTitleRow {

}

.salesteamtitlecell {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
}

.salesteamdatarow {
  white-space: nowrap;
}

.salesteamdatacell0 {
  background-color: #d1d8eb;
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
}

.salesteamdatacell1 {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
}

.contactlistLogo {
  max-width: 400px;
  width: 70%;
  max-height: 130px;
  height: 5%;
  padding-left: 6px;
  bottom: 0;
}

.contactlistH1 {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.contactlistH2 {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}

.contactlistH3 {
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: .5em;
}

.contactlistText {
  font-size: .9em;
  margin-bottom: .3em;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.favoriteIcon {
  color: #ffce42;
}

.unfavoriteIcon {

}

.fuckleftpadding {
  padding-left: 0;
}

.center {
  text-align: center;
}

.invisbutton {
  border: none;
  background-color: inherit;
}

.followupBox {
  background-color: #ffe342;
  color: black;
  border: 1px solid #001D71;
  max-width: 43em;
  opacity: 0.7;
}

.followupTitle {
  text-align: center;
  font-weight: bold;
  margin-top: 2px;
  margin-left: 2px;
}

.followupTitleSpan {
  padding-top: 2em;
}

.followupTable {
  margin-left: 2px;
  margin-bottom: 2px;
  border-style: collapse;
}

.followupHeadData {
  /* border: 1px solid #001D71; */
  font-weight: 500;
  text-decoration: underline;
  padding-left: .2em;
  padding-right: .2em;
}

.followupBodyData {
  /* border: 1px solid #001D71; */
  padding-left: .2em;
  padding-right: .2em;
}

.homepageSun {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0;
  padding-top: 0;
}

.smalltext {
  font-size: .7em;
}

.invislink {
  color: black;
}

.invisbuttonpayroll {
  border: none;
  background-color: inherit;
  padding: 0;
}

.paddedinvisbuttonpayroll {
  border: none;
  background-color: inherit;
  padding: 0 .2em 0 .2em;
}

.editbuttonpayroll {
  border: none;
  background-color: inherit;
  padding: 0px 5px 0px 0px;
}

.inviscell {
  background-color: white;
}

.payrollstrike0 {
  background-color: #66ff00;
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
}

.payrollstrike1 {
  /* background-color: #66ff00; */
  background-color: #FFFF00;
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
}

.payrollstrike2 {
  /* background-color: #FFFF00; */
  background-color: #DC143C;
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
}

.payrollstrike3 {
  background-color: #DC143C;
  /* color: white; */
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
}

.payrollnohourly {
  background-color: black;
  color: white;
}

.payrolltitle {
  position: relative;
  font-size: 1.75rem;
  /* had to hardcode width to keep from resizing with div. Weird shit. */
  width: 7em;
}

.publishpayrollbutton {
  /* margin-left: auto;
  margin-right: 0; */
  float: right;
  position: relative;
}

.payrolltitlecell {
  border: 1px solid black;
  padding-left: .5em;
  padding-right: .5em;
  white-space: nowrap;
}

.payrollcolorchecklabel {
  padding-left: 1rem;
}

.hiringcell {
  text-align: center;
}

.reporthiringcell {
  padding: 0 0 0 0;
  width: 7rem;
  text-align: center;
}

.reportformtitle {
  font-weight: 600;
  font-size: 1.4em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.reportformsubtitle {
  padding-top: 0;
}

.strikethrough {
  text-decoration: line-through;
}

.floatright {
  float: right;
  position: relative;
}

.inactive {
  background-color: grey;
}

.noverticalpad {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.verticalcenter {
  margin: auto;
}

.blackfill {
  color: white;
  background-color: black;
}

.fbox {
  display: flex;
  text-align: center;
  padding: 5px 5px 5px 5px;
  /* width: 99%; */
  /* position: relative; */
  /* background-color: white; */
  align-items: center;
  flex-wrap: wrap;
}

.fbox.closer {
  flex-direction: row-reverse;
  background-color: black;
}

.fitem {
  flex: 1 1 100%;
  /* background-color: blueviolet; */
  /* background-color: grey; */
  margin: 5px;
}

.homeheaderimg {
  width: 100%;
  max-height: 150px;
  object-fit: scale-down;
  padding: 0px 10px 0px 10px;
}

.pipelinedatenolead {
  padding-bottom: 1.5em;
}

.switch {
  position: relative;
  width: 60px;
  height: 34px;
  margin-top: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  border-radius: 50%;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.material-icons.references {
  font-size: 1.3em;
  padding-top: .1em;
}

.pull-right {
  float: right;
}

.newCalendarClosed {
  background-color: #001D71;
}

#phone-container > * {
  text-align: left;
  width: 100%;
}

#note-mention-drop-menu {
  max-height: 15vh;
  overflow-y: scroll;
}

#note-mention-trigger {
  visibility: hidden;
  height: 0;
}

.iti__country-name {
  color: black;
}

@media (max-width: 800px) {

  #navbarNav.navbar-collapse .navbar-nav > .nav-item {
    margin-right: 20px;
  }

  .nav-item.dropdown > .dropdown-menu.show {
    right: 0;
    left: unset;
  }

  .navbar-expand .navbar-collapse {
    justify-content: flex-end;
  }
}

@media (max-width: 500px) {
  
  #navbarNav.navbar-collapse .navbar-nav > .nav-item {
    margin-right: 5px;
  }

  .navbar-nav {
    padding-left: 0;
  }
}

.modal p, .modal h5, .modal label {
  color: #151A20;
}

/* .modal-header > h5, .form-group > .col-form-label {
  color: white;
} */

.form-control, .form-select {
  background-color: #31353e;
  border-color: #31353e;
  color: white;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}


#submitbutton.btn.btn-primary {
  --bs-btn-bg: #a389ff;
  --bs-btn-border-color: rgb(216, 212, 255);
  --bs-btn-active-bg:  #474e6b;
  --bs-btn-active-border-color: rgb(216, 212, 255);
  --bs-btn-hover-bg:  #665f8f;
  --bs-btn-hover-border-color: rgb(157, 146, 255);
  --bs-btn-disabled-bg:  #322d44;
  --bs-btn-disabled-border-color:  rgb(19, 19, 22);
}

div.break {
  flex: 0 0 100%;
  height: 5px;
}

/* .modal-content {
  --bs-modal-bg: #132940;
}

.modal p, .modal h5, .modal label {
  color: #becbdb;
}

.modal-header > h5, .form-group > .col-form-label {
  color: white;
}

#note-modal-input {
  background-color: white;
  color: black;
} */