:root {
  --green: #258900;
  --white: #ffffff;
  --grey: #f8f8f8;
  --black: #000;
  --darkgrey: #a0a0a0;
  --grey200:#c9c9cb;
  --darkred:#c82222;
  --blue:#4187f1; 
  --bs-navbar-menu-icon-bg: url(../img/menu.svg);
}
.color-white {
  color: var(--white);
}
.color-green {
  color: var(--green) !important;
}
.color-darkred {
  color: var(--darkred) !important;
}
.color-gray-200 {
  color: var(--grey200)
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-40 {
  font-size: 40px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fr{
  float: right;
}
.min-h-screen {
    min-height: 100vh;
}
.mt-16 {
  margin-top: 4rem;
}
.margin-10 {
  margin: 10px 10px;
}
.padding-12 {
  padding: 12px;
}
.padding-40 {
  padding: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-0 {
  margin-top: 0;
}
.mt-20 {
  margin-top: 20px;
}
.ml-5{
  margin-left: 5%;
}
.ml-290{
  margin-left: 290px;
}
.mr-10{
  margin-right: 10px;
}
.top-0 {
    top: 0;
}
.top-70 {
    top: 70px;
}
.pl-1-25 {
    padding-left: 1.25rem;
}
.pr-1-25 {
    padding-right: 1.25rem;
}
.pt-10{
  padding-top: 10px;
}
.pt-15{
  padding-top: 15px;
}
.pt-30{
  padding-top: 30px;
}
.pt-50{
  padding-top: 50px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-20{
  padding-bottom: 20px;
}
.pl-24{
  padding-left: 24px;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.left-0 {
    left: 0;
}
.left-4 {
    left: 1rem
}
.top-1\/2 {
    top: 50%
}
.h-11 {
    height: 2.75rem
}
.m-top-2 {
  margin-top: 1rem !important;
}
.m-bottom-50 {
  margin-bottom: 50px !important;
}
.bg-white {
    background-color: var(--white);
}
.bg-grey {
  background-color: rgb(249 250 251 / 1) !important;
}
.bg-green {
    background-color: var(--green);
}
.h-screen {
  height: 100vh;
}
.z-50 {
  z-index: 50;
}
.z-999 {
    z-index: 999
}
.z-99999 {
    z-index: 99999
}
.border-0W{
  border: 0 solid var(--white);
}
.border-r {
  border-right-width: 1px;
}
.border-gray-200 {
  border-color: rgb(228 231 236 / 1);
}
.rounded-full {
    border-radius: 9999px
}
.h-11 {
    height: 2.75rem;
}
.h-150 {
  height: 150px;
}
.w-11 {
    width: 2.75rem
}
.w-30px{
  width: 30px;
}
.w-90px{
  width: 90px;
}
.w-100px{
  width: 100px;
}
.w-120px{
  width: 120px;
}
.w-250px{
  width: 250px;
}
.border {
    border-width: 1px
}
.bg-transparent {
    background-color: transparent
}
.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}
.text-gray-400 {
    color: rgb(152 162 179 / 1);
}
.w-290{
  width: 290px;
}
.w-100{
  width: 100%;
}
.w-50px{
  width: 50px;
}
.h-50px{
  height: 50px;
}
.w-400{
  width: 400px;
}
.flex-1 {
    flex: 1 1 0%
}
.overflow-y-auto {
    overflow-y: auto;
}
.no-scrollbar {
    scrollbar-width: none;
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-6 {
    margin-bottom: 1.5rem
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.gap-4 {
    gap: 1rem !important;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.gap-2 {
    gap: .5rem
}
.text-gray-500 {
    color: rgb(102 112 133 / 1)
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem
}
.text-justify{
  text-align: justify;;
}
.uppercase {
    text-transform: uppercase
}
.lh-20 {
    line-height: 20px
}
.cursor-pointer {
    cursor: pointer
}
.active{
  display: block !important;
}
.noactive{
  display: none !important;
}
#btnapriincident:hover{
  background-color: var(--green);
  color: rgb(242 244 247 / 1);
}

.menu-item {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: .75rem;
    border-radius: .5rem;
    padding: .5rem .75rem;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}
.menu-item-inactive {
    --tw-text-opacity: 1;
    color: rgb(52 64 84 / var(--tw-text-opacity, 1))
}

.menu-item-inactive:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1))
}

.menu-item-icon-inactive {
    color: rgb(102 112 133 / 1);
}

ol,ul,menu {
    list-style: none;
    margin: 0;
    padding: 0
}
header {
  background-color: var(--green) !important;
}

.footerfix {
  position: fixed;
  bottom: 0;
  right: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

p{
  margin: 0;
}

#loader-div {
  position: fixed;
  margin: 0px;
  padding: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 30001;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader-div.notactive {
  display: none;
  overflow: hidden;
}

#loader-div.active {
  display: block;
}

#loader-div.notactive {
  display: none;
}

#addincident a {
  text-transform: uppercase;
}

.leftside i {
  margin-right: 15px;
}

.leftside ul {
  margin-top: 25px;
  max-width: 90%;
  border-radius: 0;
}

.list-group-item {
  border: 0;
  min-height: 40px;
}

.navbar {
  height: 70px;
  color: #fff;
  display: block;
}

.bg-success {
  background-color: var(--green) !important;
}

.btn-secondary {
  background-color: #bdbdbd !important;
  border-color: #b5b5b5 !important;
}

#mainsection {
  margin-top: 70px;
}

.navbar .fa {
  font-size: 14px;
  color: var(--black);
}

.fa-big {
  font-size: 50px;
  color: black;
}

.fa-default {
  font-size: 14px !important;
}

.userinfo {
  background-color: var(--white);
  width: 50px;
  height: 50px;
  margin-left: auto;
}

span.username {
  font-size: 25px;
  color: var(--green);
}

p.smalltitle {
  font-size: 14px;
  font-weight: 400;
}

hr {
  opacity: 0.1;
}

.ininome {
  text-transform: uppercase;
}

.ininome span {
  background-color: #ada6a6;
  color: var(--white);
  width: 20px;
  height: 20px;
  margin-right: 10px;
}


#area {
  background-color: #f3f4f6;
  padding-bottom: 100px;
}

.highborderleft {
  border-left: 3px solid var(--green);
}

.hideelm {
  display: none;
}

.nodisplayArea {
  display: none;
}

.displayArea {
  display: block;
}

.navbar-toggler-icon {
  background-image: var(--bs-navbar-menu-icon-bg);
  width: 40px;
  height: 40px;
}

#navbarheight {
  padding: 0 30px;
}

.navbar-toggler {
  border: 0;
  color: var(--white);
  padding-left: 20px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-collapse {
  margin-top: 140px;
}

#bckmenu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
}

.letterspace-2 {
  letter-spacing: 2px;
}

.sticky {
  position: sticky;
}
.fixed {
  position: fixed;
}
.w-full {
  width: 100%
}
.w-full-calc{
  width: calc(100% - 290px);
}
.border {
    border-width: 1px
}
.border-b {
  border-bottom-width: 1px
}
.border-l {
  border-left-width: 2px
}
.border-rad-10{
  border-radius: 10px;
}
.pointer-events-none {
    pointer-events: none
}
.rounded-lg {
    border-radius: .5rem
}
.pl-12 {
    padding-left: 3rem
}
.pr-14 {
    padding-right: 3.5rem
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}
.text-gray-800 {
    color: rgb(29 41 57 / 1);
}
.shadow-theme-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, .05);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.h-77{
  height: 77px;
}

::placeholder {
  color: var(--grey200);
  opacity: 1; /* Firefox */
}

input:focus-visible {
   outline: 1px solid var(--green) !important;
}

#btn-bell:hover{
  border-color: var(--green) !important;
}

.pad-4 {
    padding: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.max-w-screen-2xl {
    max-width: 1536px
}
.grid {
    display: grid
}
.grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr))
}
.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}
.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}
.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-6 {
    grid-column: span 6 / span 6;
}
.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}
.rounded-2xl {
    border-radius: 1rem
}
.pad-5 {
    padding: 1.25rem
}
.w-12 {
    width: 3rem
}
.h-12 {
    height: 3rem
}
.bg-gray-100 {
    background-color: rgb(242 244 247 / 1);
}
.rounded-xl {
    border-radius: .75rem
}
.mt-125 {
    margin-top: 1.25rem
}
.mt-150 {
    margin-top: 150px;
}
.mt-2 {
    margin-top: .5rem
}
.text-title-sm {
    font-size: 45px;
    line-height: 38px
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.font-semibold {
    font-weight: 600
}
.max-w-full {
  max-width: 100%
}
.overflow-x-auto {
    overflow-x: auto
}
.min-w-full {
    min-width: 100%;
}
.min-w-150 {
    min-width: 150px;
}
.border-gray-100 {
  border-color: rgb(242 244 247 / 1)
}
.border-green {
  border-color: var(--green) !important;
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}
.py-75rem {
    padding-top: .75rem;
    padding-bottom: .75rem
}
.font-medium {
    font-weight: 500
}
.font-light {
    font-weight: 100;
}
.text-theme-xs {
    font-size: 12px;
    line-height: 18px
}
.gap-3 {
    gap: .75rem
}
.overflow-hidden {
    overflow: hidden
}
.rounded-md {
    border-radius: .375rem
}
.text-theme-sm {
    font-size: 14px;
    line-height: 20px
}
.inline-flex {
    display: inline-flex
}
.gap-1 {
    gap: .25rem
}
.px-2_5 {
    padding-left: .625rem;
    padding-right: .625rem
}
.py-0_5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}
.bg-warning-50 {
  background-color: rgb(255 250 235 / 1)
}
.text-warning-600 {
  color: rgb(220 104 3 / 1)
}
.text-success-600 {
    color: rgb(3 152 85 / 1)
}
.bg-success-50 {
  background-color: rgb(236 253 243 / 1)
}
.bg-error-50 {
  background-color: rgb(254 243 242 / 1);
}
.text-error-600 {
   color: rgb(217 45 32 / 1)
}
.highlight{
  background-color: rgb(242 244 247 / 1);
}
.manage.fa-pencil:hover{
  color: var(--green);
  cursor: pointer;
}
.manage.fa-trash:hover{
  color: var(--darkred);
  cursor: pointer;
}
.manage.fa-cogs:hover{
  color: var(--blue);
  cursor: pointer;
}
.dropdown-toggle::after{
  display: none;
}
.fa-ellipsis-v{
  cursor: pointer;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: var(--white);
  color: rgb(102 112 133 / 1);
}
.switch {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 16px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--green);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--green);
}

input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.shadowgrey{
  box-shadow: 5px 5px 10px 1px rgba(138,131,131,0.75);
  -webkit-box-shadow: 5px 5px 10px 1px rgba(138,131,131,0.75);
  -moz-box-shadow: 5px 5px 10px 1px rgba(138,131,131,0.75);
}
/* 
.btn-sm{

} */
.btn-sm:hover{
  background-color: var(--green);
  color: var(--white); 
}





/* 


@media (min-width: 1201px) {
  .leftside i {
    margin-right: 0;
  }
}


@media (max-width: 1200px) {
  .leftside ul {
    max-width: 100%;
  }
}


@media (max-width: 992px) {
  .fa-default {
    color: var(--white) !important;
  }
} */



@media (min-width: 993px) and (max-width: 1200px) {
  button.btn.btn-success.bg-success.addincident {
    padding-left: 5px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  
}

@media (min-width: 576px) and (max-width: 768px) {
  
}

@media (max-width: 575) {
  
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  #navbarheight {
    padding-right: 100px;
  }
}

@media (max-width: 768px) {
  footer {
    justify-content: center !important;
  }

}

@media (min-width: 769px) {
  footer {
    justify-content: space-between !important;
  }
}

@media (max-width: 575px) {
  #logoheader {
    width: 200px;
  }

  #navbarheight {
    margin-top: 5px;
  }

  .ml-290{
    margin-left:0;
  }

  .w-full-calc {
    width: 100%;
  }

  .col-span-6 {
    grid-column: span 12 / span 12;
  }

  .fr-none{
    float:none !important;
  }

  .pl-0{
    padding-left: 0 !important;
  }
  
  .pr-0{
    padding-right: 0 !important;
  }

  .w-400{
    width: 350px;
  }
} 