/*input, label {*/
    /*display: block;*/
    /*float: left;*/
/*}*/
html {
    height: 100%;
}

* {
    font-family: "Roboto" !important;
}

body i {
font-family:'FontAwesome'!important;
}

.content-wrapper {
    min-height: calc( 100vh - 110px);
    background-color: #ecf0f5;
    z-index: 800;
}

.login-wrapper{
    background-color: #878a90 ;
        display: inherit;
        position: relative;
}

.animalBarChart {
    width: 1000px;
    height:400px !important;
}
.gridBarChart {
    width: 1000px;
    height:400px !important;
}

.mousePointer{
    cursor: pointer;
}

.list-group-item.higlightedPaymentStatus {
    background: #dee3ec !important;
}

.list-group-item.activetab {
    background: #dee3ec !important;
}

.thumbnailImage {
    width:100px;
    height:100px;
    border-radius:5px
}

.imagePlace {
    width:500px;
}
.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.search_input{
    color: black;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.list-group-item:hover{
    color: #337ab7;
    text-shadow:  0 0 1em #337ab7;
    cursor: pointer;
}

.searchbar_s:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:dimgrey;
    transition: width 0.4s linear;
}

.searchbar_s:hover > .search_icon{
    background: lightgrey;
    color: dimgrey;
}

.search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:black;
    text-decoration:none;
}

.treeview-menu-visible {
    display: block;
}
.dropdown.dropdown-scroll .dropdown-menu {
    max-height: 200px;
    width: 60px;
    overflow: auto;
}
.search-control {
    padding: 5px 10px;
}

.box_view {
    background: #878a90;
    color: #FFFFFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: block;
    position: relative;
    padding:9px
}

.animal-user-img {
    margin: 0 auto;
    width: 40px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.login-password-box {
    height: 205px;
    width: 450px;
    border-radius: 15px;
    background-color: #2a2c2f3b;
    padding: 10px;
}

.login-password-change-box {
    height: 250px;
    width: 450px;
    border-radius: 15px;
    background-color: #2a2c2f3b;
    padding: 10px;
}

.login-password-box-2 {
    height: 200px;
    width: 450px;
    border-radius: 15px;
    background-color: #2a2c2f3b;
    padding: 10px;
}

.login-password-input {
    background-color: AliceBlue ;
}

#centeredDiv {
  position:absolute;
  top: 50%;
  left: 50%;
  margin-top:-20px ;(half the height of the container)
  margin-left: -100px; (half the width of the container)
}

.box-map {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    /* border-top: 3px solid #d2d6de; */
    /* margin-bottom: 20px; */
    width: 100%;
    margin-right:20px!important;
    padding-right:20px!important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.timeLine-img {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.image-area {
    border: 2px dashed rgba(53, 81, 92, 0.7);
    padding: 1rem;
    position: relative;

}

.image-area::before {
    /*content: 'cover';*/
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.post-img {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.sighting-img {
    margin: 0 auto;
    width: 570px;
    height: 400px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.sidebar1-toggle:before {
    font-family: "FontAwesome" !important;
    font-weight: 900;
    content: "\f0c9";
}

.sighting-img-right-panel {
    /*margin: 0 auto;*/
    width: 100%;
    display: flex;
}

.my-custom-scrollbar {
    position: relative;
    height: 850px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}

#mapDiv{
    height: 100%;
}
#reportMapDiv{
    height: 900px;
    border-radius: 10px;
}

.item-content {
    text-decoration: none !important;
}

.setting-text {
    text-align:center;
}

.content-map {
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#artiststhumbnail {

    width:50%;
    height:200px;
    border-radius: 30%;
    border-color: #0b93d5;
    overflow:hidden;
    border-style:solid;
    border-width:thin;
    background-color:pink;

}

.transparentbutton {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    position: absolute;
    left: 0;
    bottom: 0;
}

.transparentbutton:hover {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

#artiststhumbnail:hover {left:50px }

#genre {
    font-size:12px;
    font-weight:bold;
    color:#2A2A2A
}

#artiststhumbnail  img {
    display : block;
    margin : 65px auto;
}

.orgLogo{
    width:50%;
    height:200px;
    border-radius: 10%;
    border-color: #0b93d5;
    border-color: #0b93d5;
    overflow:hidden;
    border-style:solid;
    border-width:thin;
}

.camIcon{
    width:50%;
    height:50px;
    border-radius: 30%;
    border-color: #0b93d5;
    margin: auto;
    display: block;
}

.orgLogoModal{
    width:100%;
    height:200px;
    border-radius: 30%;
    border-color: #0b93d5;
}

.logoContainer{
    position: relative;
}

.logoButton{
    position: absolute;
    /*padding:100px;*/
}

.btn-default-k {
  color: grey;
  border: 1px solid grey;
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-default-k:hover {
  color: #FFF;
  background: lightgrey;
}

.loader{
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

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

.hiddenInput{
    visibility:hidden;
}

.organization-name {
    float: left;
    padding: 15px 15px;
    font-family: "Roboto" !important;
    font-size: 14px;
}

.btn-display {
    text-align : left !important;
}

#gallery-text-left{
    float:left;
    width:50%
}

div.display_form_right {
    text-align: right !important;
}

div.display_form_left {
    text-align: left !important;
}

.subscribeDiv{
    height: 900px;
    border-radius: 10px;
}
.same-line p {
    /* other styles goes here... */
    display: inline-block;
    vertical-align: top;
}
.post-filter{
    padding: 0 18px;
    background-color: white;
    max-height: 2px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapsible-search-button{
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.kwibi-logo{
    width:100%;
}

.kwibi-logo-header{
    background-color: #878a90 !important;
}

.organization-logo-header{
    background-color: #878a90 !important;
    float: left;
}

.login-form-top {
    line-height: 10;
}

.login-form {
    width: 25%;
    margin: 0 auto;
}

.kwibi-home {
    background-color: #878a90 !important;
    width:100%;
}

.activity_list:hover {
    overflow: visible;
}

.button-divider{
    margin: 5px;
}

.no-bullets{
    list-style-type:none;
}

.settings-section {
    margin-bottom: 5px !important;
    /*background: #fff;*/
    border: 1px solid #999 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    padding: 10px;
    position: relative;
}

.settings-section-header {
    margin-bottom: 5px !important;
    /*background: #fff;*/
    border: 1px solid #999 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    padding: 10px;
    position: relative;
    font-weight: 800 !important;
}

/*.box:hover {*/
    /*background: #D3D3D3;*/
    /*cursor: pointer;*/
/*}*/

.settings-section-header {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}


{box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

.page-titles {
        background: #fff;
        padding: 14px 10px;
        box-shadow: 1px 0 20px rgba(0,0,0,.08);
        margin: 0 -25px 25px;
        margin-top:-25px;
}

.thead-dark{
    background: #878a90;
    color:#FFFFFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.table-borderless thead tr th:first-child {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}

.table-borderless thead tr th:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.table-borderless thead tr{
        height: 40px;
}

.table-borderless tbody {
    border: 1px solid #DDD !important;
}

.table-borderless tr:last-child {
    border-bottom: 1px solid #ddd;
}

.pagination{
    float: right;
    margin-right: 10px !important;
    }

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

.table-no-records{
    background: #f3f0dc;
    text-align: center;
    /* text-decoration: blink; */
    font-style: italic;
    }

    .main-sidebar{
        min-height: calc( 100vh - 100px);
    }

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

.info-box-content {
  padding: 5px 10px;
  margin-left: 0px !important;
}

.bg-injured {
  background-color: #9b00ff !important;
  color:white;
}


.bg-infringements {
  background-color: #37a0eb !important;
  color:white;
}

.bg-poaching {
  background-color: #ff3c69 !important;
  color:white;
}

.bg-sighting {
  background-color: #4bbebe !important;
  color:white;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.btn-no-border {
    border:none !important;
}

.sidebar-kwibi {
    background-color: #878a90;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    z-index:1;
}

/*
.card {
  position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 0 solid rgba(0,0,0,.125);
      border-radius: .25rem;

  hr {
    margin-right: 0;
    margin-left: 0;
  }

  .list-group:first-child {
    .list-group-item:first-child {
      @include border-top-radius($card-border-radius);
    }
  }

  .list-group:last-child {
    .list-group-item:last-child {
      @include border-bottom-radius($card-border-radius);
    }
  }
}

.card-body {
  // Enable `flex-grow: 1` for decks and groups so that card blocks take up
  // as much space as possible, ensuring footers are aligned to the bottom.
      flex: 1 1 auto;
      padding: 1.25rem;
}

.card-title {
  margin-bottom: $card-spacer-y;
}

.card-subtitle {
  margin-top: -$card-spacer-y / 2;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link {
  @include hover {
    text-decoration: none;
  }

  .card-link {
    margin-left: $card-spacer-x;
  }
}

//
// Optional textual caps
//

.card-header {
  background-color: transparent;
      border-bottom: 1px solid rgba(0,0,0,.125);
      padding: .75rem 1.25rem;
      position: relative;
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;

  &:first-child {
    border-radius: calc(.25rem - 0) calc(.25rem - 0) 0 0;
  }

  .list-group {
    .list-group-item:first-child {
      border-top: 0;
    }
  }
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125);
}


//
// Header navs
//

.card-header-tabs {
  margin-right: -$card-spacer-x / 2;
  margin-bottom: -$card-spacer-y;
  margin-left: -$card-spacer-x / 2;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -$card-spacer-x / 2;
  margin-left: -$card-spacer-x / 2;
}

// Card image
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: $card-img-overlay-padding;
}

.card-img {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-radius($card-inner-border-radius);
}

// Card image caps
.card-img-top {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-top-radius($card-inner-border-radius);
}

.card-img-bottom {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-bottom-radius($card-inner-border-radius);
}


// Card deck

.card-deck {
  display: flex;
  flex-direction: column;

  .card {
    margin-bottom: $card-deck-margin;
  }

  @include media-breakpoint-up(sm) {
    flex-flow: row wrap;
    margin-right: -$card-deck-margin;
    margin-left: -$card-deck-margin;

    .card {
      display: flex;
      // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: $card-deck-margin;
      margin-bottom: 0; // Override the default
      margin-left: $card-deck-margin;
    }
  }
}


//
// Card groups
//

.card-group {
  display: flex;
  flex-direction: column;

  // The child selector allows nested `.card` within `.card-group`
  // to display properly.
  > .card {
    margin-bottom: $card-group-margin;
  }

  @include media-breakpoint-up(sm) {
    flex-flow: row wrap;
    // The child selector allows nested `.card` within `.card-group`
    // to display properly.
    > .card {
      // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
      flex: 1 0 0%;
      margin-bottom: 0;

      + .card {
        margin-left: 0;
        border-left: 0;
      }

      // Handle rounded corners
      @if $enable-rounded {
        &:not(:last-child) {
          @include border-right-radius(0);

          .card-img-top,
          .card-header {
            // stylelint-disable-next-line property-blacklist
            border-top-right-radius: 0;
          }
          .card-img-bottom,
          .card-footer {
            // stylelint-disable-next-line property-blacklist
            border-bottom-right-radius: 0;
          }
        }

        &:not(:first-child) {
          @include border-left-radius(0);

          .card-img-top,
          .card-header {
            // stylelint-disable-next-line property-blacklist
            border-top-left-radius: 0;
          }
          .card-img-bottom,
          .card-footer {
            // stylelint-disable-next-line property-blacklist
            border-bottom-left-radius: 0;
          }
        }
      }
    }
  }
}


//
// Columns
//

.card-columns {
  .card {
    margin-bottom: $card-columns-margin;
  }

  @include media-breakpoint-up(sm) {
    column-count: $card-columns-count;
    column-gap: $card-columns-gap;
    orphans: 1;
    widows: 1;

    .card {
      display: inline-block; // Don't let them vertically span multiple columns
      width: 100%; // Don't let their width change
    }
  }
}
*/

.text-muted {
    color: #6c757d!important;
}

.text-sm {
    font-size: .875rem!important;
}

.pt-0, .py-0 {
    padding-top: 0!important;
}

.bg-light, .bg-light>a {
    color: #1f2d3d!important;
}

.bg-light {
    background-color: #f8f9fa!important;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-sm {
    font-size: .875rem!important;
}

.rcorners {
    border-radius: 10px;
    padding: 20px;
    width: 200px;
    height: 150px;
}


#animal-list tbody {
    display:block;
    height:500px;
    overflow:auto;
}
#animal-list thead, #animal-list tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}

#animal-list table {
    width:400px;
}

.subscription {
    .height: inherit;
}

.subscription-box{
    border-left: 1px solid #226e8c;
    border-right: 1px solid #226e8c;
    padding: 0 !important;
    height: auto;
    border-bottom:1px solid #226e8c;
}

.subscription-box-heading{
     text-transform: uppercase;
     font-size: 20px
}

.subscription-feature-box{
    border-top: 1px solid #CCC;
    margin-top: 10px;
    padding-top: 10px;
    height:inherit;
}

.background-radius{
    background: #cccccc61;
    border-radius: 10px;
    box-shadow: inset 0 -0.6em 1em -0.35em rgb(0 0 0 / 17%), inset 0 0.6em 2em -0.3em rgb(255 255 255 / 15%), inset 0 0 0em 0.05em rgb(255 255 255 / 12%);

}

.product-title {
        height: 148px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 148px;
        background: #fff;
        border: 2px solid #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px rgb(166 171 189 / 30%);
        box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px rgb(166 171 189 / 30%);
        border-radius: 20px;
}

.product-upgrade{
    background-color: #ff742e;
    color:#FFFFFF;
    border-radius: 6px;
    height: 24px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 16px;
    border: none;
}

.product-upgrade-additional{
    background-color: #5bafd5;
    color:#FFFFFF;
    border-radius: 6px;
    height: 24px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 16px;
    border: none;
}

.first-package {
    background: rgba(246,247,249,0.6);
    border-radius: 12px 0 0 12px;
    border: 1px solid #ededf4;
    padding-top: 20px;
    border-right: 1px solid rgba(246,247,249,0.6);
}

.second-package {
    border-top: 1px solid #ededf4;
    padding-top: 20px;
    border-right: 1px solid rgba(246,247,249,0.6);
    border-bottom: 1px solid #ededf4;
    border-left: 1px solid rgba(246,247,249,0.6);
}

.third-package {
    padding-top: 20px;
    border-top: 1px solid #ededf4;
    background: rgba(246,247,249,0.6);
    border-right: 1px solid #ededf4;
    border-bottom: 1px solid #ededf4;
    border-left: 1px solid rgba(246,247,249,0.6);
    border-radius: 0 12px 12px 0;
}

.my-plan{
    border: 1px solid #CCC;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    width:100%
}

.my-plan-header{
    background: #7f7f7f36;
    margin-top: 10px !important;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    font-weight:bold;
    margin-bottom:0 !important;
}

.details-panel{
    border:1px;border-radius:10px;
    padding-right: 0 !important;
    padding-left: 0px !important;
    display:none;
}

.plan-title{
    background: #878a90;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.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: 26px;
  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);
}

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

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

.highlight-roles{
 font-weight:bold;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #d9534f !important;
}


img {
    display: block;
    margin: 20px auto;

    border: 1px solid rgba(255,255,255,0.2);
    -webkit-transition: -webkit-filter 500ms;
}

#zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin: -125px 0 0 -125px;
 /*   background-repeat: no-repeat;*/
    background-size: cover;
    box-shadow: 0 0 0 2px rgba(255,0,0,0.5),
    5px 5px 10px 5px rgba(0,0,0,0.2);
    /*border-radius: 50%;*/
    border-radius: 30%;
    opacity: 0;
    -webkit-transform: scale(0);
    -webkit-transition: opacity 500ms, -webkit-transform 500ms;
    pointer-events: none;
    margin-left:-330px;
    z-index: 9999;
}

.active #zoom {
    opacity: 1;
    /*-webkit-transform: scale(2.0);*/
    -webkit-transform: scale(2.3);
}
body {
    overflow: hidden;
    margin: 0;

    background: #222;
}

body.active img {
    -webkit-filter: grayscale(1);
}


.responsive-scroll {
    overflow-y: scroll;
    max-height: 100vh;
}

@media (max-width: 767px) {
    .responsive-scroll {

    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .responsive-scroll {

    }
}

@media (min-width: 992px) {
    .responsive-scroll {
        max-height: calc(100vh - 100px);

    }

    .error-text {
        color: red;
    }

    .active-subscription-status {
        color: #fff;
        background-color: #5bc0de;
    }

    .inactive-subscription-status {
        color: #fff;
        background-color: #ee2b53;
    }

    .spinner {
        border: 4px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        border-top: 4px solid #3498db;
        width: 45px;
        height: 45px;
        animation: spin 1s linear infinite;
        margin: 20px auto;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .loading-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table {
        width: 100%;
    }

    .animal-image {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 5px;
    }

    /*------------------------------------------------------------------------------*/
    .spinner-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
    }

    .spinner {
        width: 40px;
        height: 40px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3498db;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

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


    .spinner-container::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
    }

    .reportContainer {
        max-height: 80vh;
        overflow-y: auto;
    }

    @media (max-width: 768px) {
        .reportContainer {
            max-height: 900px;
        }
    }

    .userContainer {
        max-height: 80vh;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: auto;
        padding: 10px;
        border: 1px solid #ddd;
        background: #fff;
    }

    @media (max-width: 768px) {
        .userContainer {
            max-height: 90vh;
            width: 100%;
        }
    }
    .wideContent {
        min-width: 1200px;
    }

    .treeview-menu {
        display: none;
        padding-left: 15px;
    }

    .treeview-menu.menu-open {
        display: block;
    }

    .treeview {
        position: relative;
    }


    /* Style for the arrow */
    .pull-right-container {
        float: right;
        margin-right: 10px;
    }

    #pdfViewer {
        width: 100%;
        height: 700px;
        overflow-x: auto;
        overflow-y: auto;
        border: 1px solid #ddd;
        position: relative;
    }

    #pdfViewer canvas {
        display: block;
        margin: 0 auto;
        min-width: 100%;
        max-width: none;
    }

    /* Medium screens (tablets, small laptops) */
    @media (min-width: 768px) {
        #pdfViewer {
            height: 60vh;
        }
    }

    /* Larger screens (desktops) */
    @media (min-width: 1200px) {
        #pdfViewer {
            height: 70vh;
            max-width: 1000px;
            margin: 0 auto;
        }

        #pdfViewer canvas {
            max-width: 100%;
        }
    }
}
