/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 20px 0;
  margin: 0;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

span.ellipse.clickable {
  cursor: pointer;
}

.ellipse input {
  width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme span {
  cursor: pointer;
}

.compact-theme a, .compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 11px;
}

.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #bbbbbb;
  /* Chrome10+,Safari5.1+ */
  color: #000;
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;
}

.compact-theme .current {
  background: #bbbbbb !important;
  /* Chrome10+,Safari5.1+ */
  cursor: default;
  border-color: #aaa !important;
  color: #333 !important;
}

.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
  cursor: pointer;
}

.light-theme a, .light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #FCFCFC;
}

.light-theme .current {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 white, 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme span {
  cursor: pointer;
}

.dark-theme a, .dark-theme span {
  float: left;
  color: #CCC;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
}

.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #444;
}

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

.Camera-slider-date {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(18, 18, 18, 0.55);
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 0px;
  box-shadow: rgba(18, 18, 18, 0.55) 0 -7px 9px 3px;
}

.splide__slide img {
  width: 100%;
  max-height: 330px;
  -o-object-fit: fill;
     object-fit: fill;
}

#thumbnail-camera-carousel {
  padding: 2em 3em 1em 3em;
}
#thumbnail-camera-carousel .splide__arrows--rtl .splide__arrow--next {
  left: 0em;
  right: auto;
}
#thumbnail-camera-carousel .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 0em;
}
#thumbnail-camera-carousel .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #053B4A;
}
#thumbnail-camera-carousel .splide__arrow svg {
  fill: #053B4A;
  height: 1.2em;
  width: 1.2em;
}
#thumbnail-camera-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.camera-main-content {
  font-size: 14px;
}
.camera-main-content .camera-find-city {
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #0B6078;
  border-radius: 3px;
  background: #fff;
  color: #fff;
  padding: 1px;
}
.camera-main-content .camera-find-city .inner-btn {
  background: #0B6078;
  border-radius: 3px;
  padding: 5px 10px;
}
.camera-main-content .active-camera-routes {
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #F56B39;
  border-radius: 3px;
  background: #fff;
  color: #fff;
  padding: 1px;
}
.camera-main-content .active-camera-routes .inner-btn {
  background: #F56B39;
  border-radius: 3px;
  padding: 5px 10px;
}
.camera-main-content .deactive-camera-routes {
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #F56B39;
  border-radius: 3px;
  background: #F56B39;
  color: #fff;
  padding: 1px;
}
.camera-main-content .deactive-camera-routes .inner-btn {
  background: #F56B39;
  border-radius: 3px;
  padding: 5px 10px;
}
.camera-main-content .camera-details-route {
  border: 2px dashed #F56B39;
  background-color: rgba(242, 237, 236, 0.6);
}
.camera-main-content .camera-details-route .bi-info-circle-fill {
  color: #F56B39;
}
.camera-main-content .camera-details-route .camera-label-routes {
  color: #F56B39;
}
.camera-main-content .show-card-details {
  border: none;
  background: none;
  font-size: x-large;
  color: #4E4E4E;
}
.camera-main-content .show-card-details:hover {
  color: #4E4E4E;
}
.camera-main-content .map-input-location {
  position: relative;
  display: flex;
  align-items: center;
}
.camera-main-content .map-input-location .input-location-check {
  font-size: 14px;
  box-shadow: #0776959d 1px 1px 3px;
}
.camera-main-content .map-input-location .map-routing-city-list {
  width: 100%;
  max-height: 150px;
  overflow-y: scroll;
  position: absolute;
  z-index: 99;
  top: 100%;
  background-color: #ffff;
  font-size: 14px;
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-color: #C5C2C2;
  scrollbar-width: thin;
}
.camera-main-content .map-input-location .map-routing-city-list::-webkit-scrollbar {
  width: 5px;
}
.camera-main-content .map-input-location .map-routing-city-list::-webkit-scrollbar-track {
  background: transparent;
}
.camera-main-content .map-input-location .map-routing-city-list::-webkit-scrollbar-thumb {
  background: #A2A2A2;
}
.camera-main-content .map-input-location .map-routing-city-list .suggestion-each-item {
  border: 1px solid #ced4da;
}
.camera-main-content .map-input-location .map-routing-city-list .suggestion-each-item:hover {
  background-color: #077695;
  cursor: pointer;
  color: #ffffff;
}
.camera-main-content .map-input-location .map-routing-city-list .selected {
  background-color: #077695;
  color: #ffffff;
}
.camera-main-content .map-input-location span {
  position: absolute;
  display: block;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #F56B39;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}
.camera-main-content .parent-province-btn {
  border: 2px solid #0B6078;
  background: #fff;
  padding: 1px;
  border-radius: 3px;
}
.camera-main-content .province-list {
  background-color: #0B6078;
  background-image: none;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  width: 209px;
  outline: 0;
  border: 1px solid #0B6078;
  border-radius: 3px;
  color: white;
}
.camera-main-content .province-list::after {
  content: "";
  background-color: #0B6078;
  width: 97%;
  z-index: -1;
  height: 90%;
  border-radius: 2px;
}
.camera-main-content .camera-list .card {
  height: 320px;
  font-size: 13px;
  border: none;
  box-shadow: 0 5px 15px 0 rgba(43, 42, 42, 0.1);
  cursor: pointer;
}
.camera-main-content .camera-list .card img {
  height: 202px;
}
.camera-main-content .camera-list .card img {
  width: 95%;
  border: 1px solid #9c9c9c;
  margin: 0 auto;
  border-radius: 5px;
}
.camera-main-content .camera-list .card .camera-name {
  color: #4E4E4E;
}
.camera-main-content .camera-list .not-found-data img {
  width: 300px;
}

#map-camera {
  width: 100%;
  height: 300px;
}

.pagination {
  justify-content: center;
}
.pagination .page-link {
  background: #0b627a;
  color: #fff !important;
}
.pagination .page-link:last-child {
  border-left: 1px solid #aaa;
}
.pagination .page-item.disabled .page-link {
  background: #838383 !important;
  color: #fff !important;
}
.pagination .page-item.active .page-link {
  background: #838383 !important;
  color: #fff !important;
}
.pagination span.ellipse.clickable {
  background: #0b627a !important;
  color: #fff;
}

.show-card-details {
  cursor: pointer;
}

.show-camera-on-map {
  bottom: 50px !important;
  left: 23px !important;
  border: 1px solid #077695 !important;
  background-color: #ffffff !important;
  box-shadow: 0 5px 15px 0 rgba(43, 42, 42, 0.1) !important;
  cursor: pointer;
}
.show-camera-on-map .show-icon {
  width: 7px !important;
  height: 10px !important;
  border: none !important;
}
