.wrapper-widget {
  margin-bottom: 30px;
}

.wrapper-widget .header {
  padding: 0 25px;
}

.wrapper-widget .header .title {
  text-transform: capitalize;
  color: #4a4a4a;
  font: 300 16px/14px "Roboto", sans-serif;
  align-self: center;
}

.wrapper-widget .header .wrap-filter {
  display: none;
}

.wrapper-widget .header .wrap-filter form {
  margin-bottom: 0;
}

.wrapper-widget .header .form-group {
  display: flex;
  margin-bottom: 0 !important;
}

.wrapper-widget .header .form-group .form-control {
  margin-right: 10px;
  padding: 0;
}

.wrapper-widget .header .form-group .form-control .select2-container {
  width: 100% !important;
}

.wrapper-widget .header .form-group .form-control .select2-container .select2-selection--single {
  height: 35px !important;
  border: 0 !important;
}

.wrapper-widget .header .form-group .form-control .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}

.wrapper-widget .wrap-content {
  overflow-x: scroll;
}

.wrapper-widget .wrap-content .content {
  padding: 10px;
}

.wrapper-widget .wrap-content .content .wrap-chart h3 {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 300;
  margin-bottom: 0;
}

.wrapper-widget .wrap-content .content .wrap-chart,
.wrapper-widget .wrap-content .content .wrap-chart-compare {
  position: relative;
}

.wrapper-widget .wrap-content .content .wrap-chart-compare {
  display: none;
}

.wrapper-widget .wrap-content .content .fa-angle-up {
  color: #2AA261;
}

.wrapper-widget .wrap-content .content .fa-angle-down {
  color: red;
}

.wrapper-widget .wrap-content .content .font-size-70 {
  font-size: 70%;
}

.wrapper-widget .wrap-content .content .align-center {
  text-align: center;
}

.wrapper-widget .wrap-content .content .table th,
.wrapper-widget .wrap-content .content .table td {
  font-size: 13px;
  font-weight: 400;
  padding: 0.4rem;
}

.wrapper-widget .wrap-content .content .table thead th {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 16px;
  border-bottom: 0;
  border-top: 0;
}

.wrapper-widget .wrap-content .content .table-bordered thead th,
.wrapper-widget .wrap-content .content .table-bordered thead td {
  vertical-align: middle;
}

.wrap-chart .legend,
.wrap-chart-compare .legend {
  display: flex;
  margin: auto;
  width: 25%;
  margin-top: 20px;
}

.wrap-chart .legend .item,
.wrap-chart-compare .legend .item {
  margin-right: 40px;
}

.wrap-chart .legend .item span,
.wrap-chart-compare .legend .item span {
  height: 10px;
  margin-right: 10px;
  border: 1px solid;
  padding: 0 10px;
}

.date-range,
.date-range-compare {
  min-width: 185px !important;
}

.clear-date-range-compare {
  position: relative;
  right: 30px;
  top: 9px;
  cursor: pointer;
  font-size: 17px;
}

.btn-more-insights,
.btn-more-insights-joined-trail,
.btn-more-insights-compare {
  text-align: center;
  width: 90px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}

.btn-print-pdf {
  text-align: center;
  width: 150px;
  position: absolute;
  text-transform: capitalize;
  top: 40px;
  z-index: 1;
  right: 262px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn-print-pdf svg {
  width: 25px;
  display: none;
  height: 25px;
  margin-left: 5px;
}

.btn-print-pdf svg path {
  fill: white;
}

.btn-print-excel {
  text-align: center;
  width: 152px;
  position: absolute;
  text-transform: capitalize;
  top: 40px;
  z-index: 1;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn-print-excel a {
  color: white;
}

.btn-print-excel a:hover {
  text-decoration: none;
}

.btn-print-excel svg {
  width: 25px;
  display: none;
  height: 25px;
  margin-left: 5px;
}

.btn-print-excel svg path {
  fill: white;
}

.pagination nav {
  margin: auto;
}

#wrap-online-offline-col-compare {
  display: none;
}

.modal-lg,
.modal-xl {
  max-width: 1000px !important;
}

.wrap-select-same-property,
.wrap-select-same-trail,
.wrap-select-same-poi {
  display: none;
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
}

.btn-clear-compare {
  position: absolute;
  cursor: pointer;
  right: 7px;
  top: 9px;
  font-size: 17px;
}

/* ///////////HOANG////////// */

#users-visited-property-wrapper {
  position: relative;
}

.users-visited-property-chart-left {
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  width: 37px;
  background-color: white;
  align-items: center;
}

.users-visited-property-chart-left span {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  display: block;
  color: #757575;
  line-height: 53px;
}

.wrapper-bg {
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.wrapper-bg.pd {
  padding: 24px;
}

.nav {
  margin-bottom: 15px;
}

.nav > .nav-item {
  width: calc(100% / 6);
}

.nav-link {
  border-top: 4px solid transparent;
  color: rgba(0, 0, 0, 0.54);
  min-width: 130px;
  min-height: 135px;
  padding: 20px 16px;
}

.nav-link p {
  font: 400 14px/10px "Roboto", sans-serif;
}

.nav-link p.large {
  font: 400 26px/20px "Roboto", sans-serif;
}

.nav-link p:nth-child(2) {
  margin-bottom: 5px;
}

.nav-link small {
  color: #db4437;
}

.nav-link.active {
  border-color: #4285f4;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

.nav-link.active .peaktimes small {
  color: rgba(0, 0, 0, 0.87);
}

.nav-link:hover {
  color: inherit;
  background-color: #f5f5f5;
}

.nav-link:hover .peaktimes small {
  color: rgba(0, 0, 0, 0.87);
}

.peaktimes > * {
  display: block;
}

.peaktimes small {
  color: rgba(0, 0, 0, 0.54);
  margin-right: 5px;
}

.tab-content > .tab-pane {
  height: 1px;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

.tab-content > .active {
  height: auto;
  overflow: auto;
  visibility: visible;
}

.loader-chart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.date-range.form-control:disabled,
.date-range.form-control[readonly],
.date-range-compare.form-control:disabled,
.date-range-compare.form-control[readonly] {
  background-color: white;
}

