
.alert-lime {
  --bs-alert-color: var(--bs-lime-text-emphasis);
  --bs-alert-bg: var(--bs-lime-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-border-subtle);
  --bs-alert-link-color: var(--bs-lime-text-emphasis);
}

.alert-purple {
  --bs-alert-color: var(--bs-purple-text-emphasis);
  --bs-alert-bg: var(--bs-purple-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-border-subtle);
  --bs-alert-link-color: var(--bs-purple-text-emphasis);
}

.alert-teal {
  --bs-alert-color: var(--bs-teal-text-emphasis);
  --bs-alert-bg: var(--bs-teal-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-border-subtle);
  --bs-alert-link-color: var(--bs-teal-text-emphasis);
}

.alert-pink {
  --bs-alert-color: var(--bs-pink-text-emphasis);
  --bs-alert-bg: var(--bs-pink-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-border-subtle);
  --bs-alert-link-color: var(--bs-pink-text-emphasis);
}



.btn-lime {
  --bs-btn-color: #000;
  --bs-btn-bg: #00f584;
  --bs-btn-border-color: #00f584;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(38.25, 246.5, 150.45);
  --bs-btn-hover-border-color: rgb(25.5, 246, 144.3);
  --bs-btn-focus-shadow-rgb: 0, 208, 112;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(51, 247, 156.6);
  --bs-btn-active-border-color: rgb(25.5, 246, 144.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00f584;
  --bs-btn-disabled-border-color: #00f584;
}

.btn-purple {
  --bs-btn-color: #000;
  --bs-btn-bg: #6768ff;
  --bs-btn-border-color: #6768ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(125.8, 126.65, 255);
  --bs-btn-hover-border-color: rgb(118.2, 119.1, 255);
  --bs-btn-focus-shadow-rgb: 88, 88, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(133.4, 134.2, 255);
  --bs-btn-active-border-color: rgb(118.2, 119.1, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6768ff;
  --bs-btn-disabled-border-color: #6768ff;
}

.btn-teal {
  --bs-btn-color: #000;
  --bs-btn-bg: #7ceed1;
  --bs-btn-border-color: #7ceed1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(143.65, 240.55, 215.9);
  --bs-btn-hover-border-color: rgb(137.1, 239.7, 213.6);
  --bs-btn-focus-shadow-rgb: 105, 202, 178;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(150.2, 241.4, 218.2);
  --bs-btn-active-border-color: rgb(137.1, 239.7, 213.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7ceed1;
  --bs-btn-disabled-border-color: #7ceed1;
}

.btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ba49ad;
  --bs-btn-border-color: #ba49ad;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(158.1, 62.05, 147.05);
  --bs-btn-hover-border-color: rgb(148.8, 58.4, 138.4);
  --bs-btn-focus-shadow-rgb: 196, 100, 185;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(148.8, 58.4, 138.4);
  --bs-btn-active-border-color: rgb(139.5, 54.75, 129.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ba49ad;
  --bs-btn-disabled-border-color: #ba49ad;
}




.btn-sw-nav-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: rgb(26.4, 29.6, 32.8);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(26.4, 29.6, 32.8);
  --bs-btn-active-border-color: rgb(24.75, 27.75, 30.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-sw-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00f584;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: rgb(191.25, 191.25, 191.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #fff;
}

.btn-sw-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00f584;
  --bs-btn-hover-border-color: #00f584;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: rgb(25.5, 25.5, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #000;
}

.btn-sw-link {
  cursor: pointer;
  text-decoration: none;
}

.btn-sw-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.alpha {
  color: #212121;
  background-color: #ffffff;
}

.lime {
  color: #00f584;
}

.login-header {
  position: relative;
  width: 500px;
  height: 150px;
  background-color: #212121;
}

.login-header-bg {
  border: none;
}

.sw-bg-pattern {
  background-color: #212121;
  opacity: 1;
  background: repeating-linear-gradient(45deg, #1c1c1c, #1c1c1c 3.5px, #212121 3.5px, #212121 17.5px);
}

.LLheaderBGLogo {
  width: 100%;
  min-height: 70px;
  background-position: left 20;
}

.LLheaderBGLog .nav-link, .header-icon {
  font-size: 0.8em !important;
}

@media screen and (min-width: 992px) {
  .LLheaderBGLogo {
    background-repeat: no-repeat;
    background-image: url("/includes/images/logo/24-2032_SEDG_Rebrand_LeaveLink_RGB_White-Mint_RGB.png");
    background-size: 200px;
    font-size: 1em !important;
  }
  .LLheaderBGLogo .nav-link, .header-icon {
    font-size: 0.8em !important;
  }
}
@media screen and (min-width: 1340px) {
  .LLheaderBGLogo {
    background-size: 580px 87px;
    height: 87px;
    font-size: 1em !important;
  }
  .LLheaderBGLogo .nav-link, .header-icon {
    font-size: 1em !important;
  }
}
.data-display-sm {
  height: 350px;
  overflow: scroll;
}

.data-display-md {
  height: 600px;
  overflow: scroll;
}

.data-display-lg {
  height: 1000px;
  overflow: scroll;
}

/*=========== responsive text ==================*/
.LLCompany {
  position: absolute;
  top: 10px;
  left: 10px;
  text-decoration: none;
}

.fs-10 {
  font-size: 0.75em;
}

.fs-9 {
  font-size: 0.8em;
}

.fs-8 {
  font-size: 0.9em;
}

.fs-7 {
  font-size: 0.95em;
}

.bg-seablue {
  background-color: #0097dc;
}

.full-height {
  height: 100vh !important;
}

.bg-light-gray {
  background-color: #E9E9E9;
}

.message-box {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
  max-width: 600px;
}

/*================================absence calendar============================*/
.cal-date-box {
  width: 14.2%;
  height: 50px;
  margin: 5px 0px 0px 0px;
  float: left;
  color: #eeeeee;
  border-radius: 2px;
}

.cal-non-days { /* used for non caledar days background */
  background: -webkit-linear-gradient(#e4e8f0, #98a9c5); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e4e8f0, #98a9c5); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e4e8f0, #98a9c5); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e4e8f0, #98a9c5); /* Standard syntax */
}

.cal-days-no-event {
  background: -webkit-linear-gradient(#ffffff, #f2f2f2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #f2f2f2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #f2f2f2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #f2f2f2); /* Standard syntax */
}

.cal-continuous-event {
  background: -webkit-linear-gradient(#c2cee6, #7f98cb); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#c2cee6, #7f98cb); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#c2cee6, #7f98cb); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#c2cee6, #7f98cb); /* Standard syntax */
}

.cal-intermittent-event {
  background: -webkit-linear-gradient(#8fc5cc, #208c99); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#8fc5cc, #208c99); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#8fc5cc, #208c99); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#8fc5cc, #208c99); /* Standard syntax */
}

.cal-reduced-event {
  background: -webkit-linear-gradient(#c5a5dc, #620c9f); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#c5a5dc, #620c9f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#c5a5dc, #620c9f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#c5a5dc, #620c9f); /* Standard syntax */
}

.xyTableScroll {
  overflow-y: scroll;
  overflow-x: scroll;
}

.vh100 {
  height: 100vh !important;
}

.vh95 {
  height: 95vh !important;
}

.vh90 {
  height: 90vh !important;
}

.vh85 {
  height: 85vh !important;
}

.vh80 {
  height: 80vh !important;
}

.vh75 {
  height: 75vh !important;
}

.vh70 {
  height: 75vh !important;
}

.vh65 {
  height: 65vh !important;
}

.vh55 {
  height: 55vh !important;
}

.table-height-adjust {
  overflow: auto !important;
}

/*.sw-form-light input[type=password], .sw-form-light input[type=text], .sw-form-light select {
  background-color: white;
  color: #313131;
  border-color: #828282;
  border-style: solid;
  border-radius: 0;
  border-width: 0 0 1px 0;
  outline: none;
  box-shadow: none;
}*/

/*.sw-form-light input[type=password]:focus, .sw-form-light input[type=text]:focus, .sw-form-light select:focus {
  background-color: white;
  color: #2a2a2a;
  border-color: #919191;
  border-style: solid;
  border-radius: 0;
  border-width: 0 0 2px 0;
  outline: none;
  box-shadow: none;
  box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.2);
}*/

.sw-form-light input:placeholder {
  color: #b5b5b5;
}
/*
input[type=checkbox]:checked, input[type=radio]:checked {
  accent-color: #00f584;
}*/

.sw-form-light label {
  color: #000000;
  /*color: #707070;*/
  padding: 5px;
}

.sw-form-dark input[type=password], .sw-form-dark input[type=text] {
  background-color: black;
  color: #919191;
  border-color: #919191;
  border-style: solid;
  border-radius: 0;
  border-width: 0 0 1px 0;
  outline: none;
  box-shadow: none;
}

.sw-form-dark input[type=password]:focus, .sw-form-dark input[type=text]:focus {
  background-color: black;
  color: #ddd6d6;
  border-color: #e5e5e5;
  border-style: solid;
  border-radius: 0;
  border-width: 0 0 2px 0;
  outline: none;
  box-shadow: none;
}

.sw-form-dark input::placeholder {
  color: #828282;
}

.sw-nav-link {
  text-decoration: none;
  border: 0;
  padding: 4px;
  font-weight: bold;
  color: #000000;
}

.sw-nav-link-active {
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #00f584;
}



.flatpickr-calendar {
    background-color: #d3dded !important;
}


.flatpickr-days {
    background-color: #d3dded !important;
}


.dayContainer {
    background-color: #e7ecf3 !important;
    
}
