.iq-sidebar-logo {
  width: auto;
}

.iq-sidebar-logo img {
  height: auto;
  width: 116px;
}

.iq-sidebar-logo a span {
  font-size: 20px;
  font-weight: 600;
}

.navbar-list li img {
  height: auto;
  width: 76px;
  border: none;
}

@media (min-width: 1300px) {
  .tab-menu-horizontal {
    background: #d73525;
  }
}

.iq-card .iq-card-body .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  right: 50px;
  top: 25px;
}

.dashboard-count-box:hover .icon {
  transform: scale(1.2);
}

.dashboard-count-box .icon .box-icons {
  color: #ffffff4a;
}

.iq-card-footer.p-1.text-center {
  background-color: #00000029;
}

.bg-blue {
  background-color: #008ad2;
}

.bg-dark-blue {
  background-color: #635cba;
}

.bg-yellow {
  background-color: #f39c12;
}

.bg-cobalt-dark {
  background-color: #525252;
}

.bg-red {
  background-color: #dd4b39 !important;
}

.bg-green {
  background-color: #006400;
}

.dashboard-count-box .iq-card-body .inner {
  color: #fff;
}

.dashboard-count-box .iq-card-body .inner .count-data {
  color: #fff;
}

.content-page {
  min-height: calc(100vh - 137px);
}

.p-title span {
  font-size: 20px;
  font-weight: 600;
}

.iq-graph-box .iq-card-body {
  border: 1px solid #00000021;
}

.iq-footer ul li a {
  color: #fff;
}


#gp1,
#gp2,
#gp3,
#gp4,
#gp5,
#gp6,
#gp7,
#gp8,
#gp9 {
  height: 300px;
}




#sys {
  height: 422px;
}

#mapdemo1 {
  height: 350px;
}

#mapdemo2 {
  height: 350px;
}

#mapdemo3 {
  height: 350px;
}

#mapdemo4 {
  height: 350px;
}
#mapdemo5 {
  height: 350px;
}

.iq-card {
  margin-bottom: 15px;
}

@media (min-width: 1300px) {
  .iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu>li {
    padding: 4px 0;
  }

  .top-tab-horizontal .content-page {
    padding: 68px 15px 0;
  }
}

.form-control {
  border: 1px solid #00000021;
}

.filter-button {
  min-width: 100%;
}

.iq-sidebar-menu .iq-menu li a {
  padding: 10px;
}

.pulsating-circle {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 17px;
  margin-right: 15px;
}

.pulsating-circle.success:before {
  background-color: #4cff52;
}

.pulsating-circle.success:after {
  background-color: #36d60e;
}

.pulsating-circle.danger:before {
  background-color: #e64141;
}

.pulsating-circle.danger:after {
  background-color: #e31e1e;
}

.pulsating-circle.warning:before {
  background-color: #ffd400;
}

.pulsating-circle.warning:after {
  background-color: #dfbe1e;
}

.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #46c6f2;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 1020px) {}


.image-opacity-box {
  opacity: .5;
}

.bg-warning {
  background-color: #f39c12 !important;
}

.btn-warning {
  background-color: #f39c12 !important;
  border: 1px solid #f39c12 !important;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.card-header span {
  font-size: 18px;
  font-weight: 600;
}

/* .iq-sidebar-menu .iq-menu li a:hover,
.iq-sidebar-menu .iq-menu li.active>a,
.iq-sidebar-menu .iq-menu li.menu-open>a {
  background: unset !important;
} */

@media (min-width: 1020px) {
  .iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu>li:hover>a {
    color: #fff;
    background: unset;
    transition: all 0.5s ease-out 0s;
  }
}

.table-scroll {
  overflow-y: auto;
  height: 151px;
}

.table-scroll .table thead tr th {
  position: sticky;
  top: 0;
  background-color: #fff;
}

.table-scroll-2 {
  overflow-y: auto;
  height: 203px;
}

.table-scroll-2 .table thead tr th {
  position: sticky;
  top: 0;
  background-color: #fff;
}

.carousel-gallery {
  .swiper-slide {
    a {
      display: block;
      width: 100%;
      height: 200px;
      border-radius: 4px;
      overflow: hidden;
      position: relative;

      -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
      -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
      box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);

      &:hover {
        .image {
          .overlay {
            opacity: 1
          }
        }
      }

      .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;

        .overlay {
          width: 100%;
          height: 100%;
          background-color: rgba(20, 20, 20, .8);
          text-align: center;
          opacity: 0;

          -webkit-transition: all .2s linear;
          -o-transition: all .2s linear;
          transition: all .2s linear;

          em {
            color: #fff;
            font-size: 26px;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
          }
        }
      }
    }
  }

  .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;

    .swiper-pagination-bullet {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;

      &:hover {
        opacity: .7;
      }

      &.swiper-pagination-bullet-active {
        background-color: #d63031;
        transform: scale(1.1, 1.1)
      }
    }
  }
}

.breadcrumb {
  padding: 0px;

  a{
    color: #1c1c1c;
  }

  a:hover {
    color: var(--primary);
  }

  .breadcrumb-item.active a {
    color: var(--primary) !important;
  }
}

