.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.fileinput-exists img {
  object-fit: contain;
  width: 200px;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

.badge-green{
  background-color: green;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.select-list{
  border: 1px solid gray;
  background: white;
  border-radius: 5px;
  padding:3px
}

.badge-amber{
  background-color: #f7b800;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.badge-red{
  background-color: red;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.badge-black{
  background-color: black;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-line .ct-label, .ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.card .ct-label {
  font-size: 1rem !important;
}

/* offline-doc */

.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.offline-doc .footer {
  z-index: 3 !important;
}

.offline-doc .page-header .container {
  z-index: 3;
}

.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}



#map {
  z-index: 2;
  height: 300px;
  margin-top: 0px;
}

.bg-rose {
  background: linear-gradient(60deg, #ec407a, #d81b60);
}

.btn-primary {
  color: #fff;
  background-color: #de2567 !important;
  border-color: #de2567 !important;
}

.sidebar::after, .sidebar::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 
}

.sidebar::before {
/*  opacity: .77;*/
 /* background: #943bea ;*/
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.card .ct-chart {
  margin: 30px 0 30px;
  height: 245px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.8;
}



.profile {
  position: relative;
  width: 60px;
  margin: 0 1em;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #246df5;
  transition: 0.2s;
}

.profile:hover .contents {

  visibility: visible;
  opacity: 1;
  transform: translateX(-15%) translateY(0px);
}

.contents {
  position: absolute;
  bottom: 75px;
  padding: 20px;
  min-width: 400px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.5s;
}

.contents .headers {
  display: flex;
  align-items: center;
}
.contents .headers img {
  grid-column: 1/2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.contents .headers .infos {
  margin-left: 1em;
}
.contents .headers .infos .name {
  font-size: 1.25em;
  color: #333;
  letter-spacing: 1px;
  font-size: 600;
}

.contents .headers .infos .title {
  font-size: 0.9em;
  color: #969696;
  font-weight: 500;
}

.contents .bodys {
  padding: 1em;
}

.contents .bodys p {
  font-size: 0.95em;
  color: #272727;
}

.profile:hover .contents {
  visibility: visible;
  opacity: 1;
  transform: translateX(-15%) translateY(0px);
}

.contents.post1div {
  right: 50%;
}

.contents.post2div {
  right: 44%;
}

.contents.post3div {
  right: 40%;
}

.contents.post5div {
  bottom: 75px !important;
  right: 260px;
}

.headers i {
  font-size: 60px;
  color: purple;
}

.sidebar-nav a,.sidebar-nav a i{
  color:#fff !important;
}



.sidebar-nav li.active a {
  color: purple !important;
}

.sidebar-nav li.active .nav .active a {
  color: purple !important;
}

.sidebar-nav li.active .nav a {
  color: #fff !important;
}

.sidebar-nav li.active a i {
  color: purple !important;
}
.side-logo{
  width: 50%;
}

.login-logo{
  width: 50%;
  padding: 10px;
}

map{
  display:none;
}

.btn-rose{
  background-color: #de2567;
  border-color: #df2869;
  color:#fff !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-ui-hover-effect {
  width: 35px !important;
  height: 40px !important;
}

.gm-style-iw {
  background: #9026ab !important;
  color: #fff !important;
}

.gm-style .gm-style-iw-t::after {
  background: #9026ab !important;
  color: #9026ab !important;
}

.f-w-700 {
  font-weight:700 !important
}

.potential_Saving {
  background: linear-gradient(30deg, rgba(0, 146, 146, 0.3), rgba(0, 146, 146, 0.3)), url(../images/table.jpg);
  height: 421px;
  margin-top: 29px;
  border-radius: 10px;
  padding: 20px
}



