
#childcares-main-wrapper .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

#childcares-main-wrapper ul {
  margin-left: 0.5rem !important;
}

#childcares-main-wrapper .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

#childcares-main-wrapper .nav {
  display: -ms-flexbox;   
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#childcares-main-wrapper .nav-tabs .nav-item {
  margin-bottom: -1px;
}

#childcares-main-wrapper .cursor-pointer {
  cursor: pointer !important;
}

#childcares-main-wrapper link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

#childcares-main-wrapper ul li .nav-link.active {
  background-color: #6197b1 !important;
  color: #fff !important;
}

#childcares-main-wrapper ul li {
  padding-left: 0 !important;
}

#childcares-main-wrapper .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

#childcares-main-wrapper .nav-link {
  display: block;
  padding: .5rem 1rem;
}

#childcares-main-wrapper .d-none {
  display: none !important;
}

#childcares-main-wrapper .text-center {
  text-align: center !important;
}

#childcares-main-wrapper .w-100 {
  width: 100% !important;
}

#childcares-main-wrapper .d-flex {
  display: flex !important;
}

#childcares-main-wrapper .align-items-center {
 align-items: center !important;
}

#childcares-main-wrapper .justify-content-center {
  justify-content: center !important;
}

#childcares-main-wrapper .mt-3 {
  margin-top: 1rem !important;
}

#childcares-main-wrapper .btn {
  margin-top: 0.75rem !important;
}

#childcares-main-wrapper .btn-info {
  margin-top: 0.75rem !important;
}

#childcares-main-wrapper .p-3 {
  padding: 1rem !important;
}

#childcares-main-wrapper .m-2 {
  margin: 0.5rem !important;
}

#childcares-main-wrapper .mt-5 {
  margin-top: 1.5rem !important;
}

#childcares-main-wrapper .pl-4 {
  padding-left: 1.25rem !important;
}

#childcares-main-wrapper .d-flex .flex-1 {
  flex: 1;
}

#childcares-main-wrapper .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#childcares-main-wrapper .btn.btn-info {
  color: white !important;
  background: #47667b !important;
}

#childcares-main-wrapper .btn.btn-green {
  color: white !important;
  background: #6da05b !important;
}

#childcares-main-wrapper .btn.btn-pink {
  color: white !important;
  background: #a07090 !important;
}

#childcares-main-wrapper .rounded {
  border-radius: .25rem !important;
}

#childcares-main-wrapper .border {
  border: 1px solid #dee2e6 !important;
}

#childcares-main-wrapper .border-bottom {
 border-bottom: 1px solid #dee2e6 !important;
}

#childcares-main-wrapper .d-inline-block {
  display: inline-block !important;
}

#childcares-main-wrapper .flex-column {
  flex-direction: column !important;
}

#childcares-main-wrapper .flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}

#childcares-main-wrapper .font-weight-bold {
  font-weight: 700!important;
}

#childcares-main-wrapper .m-2 {
  margin: .5rem!important;
}

#childcares-main-wrapper .pl-1 {
  padding-left: .25rem!important;
}

#childcares-main-wrapper .mb-0, #childcares-main-wrapper .my-0 {
  margin-bottom: 0!important;
}

#childcares-main-wrapper .h4, #childcares-main-wrapper  h4 {
 font-size: 1.5rem;
}

#childcares-main-wrapper .h5, #childcares-main-wrapper  h5 {
  font-size: 1.25rem;
}

#childcares-main-wrapper ul li::before {
  background-image: none !important;
}


