.breadcrumb-div {
  background: #000;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  padding: 0.3rem 0rem;
}

.breadcrumb a,
.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb a:hover,
.nav-pills .nav-link.active {
  color: #7f7f7f;
  background: none;
}

.account .col-3 {
  /*flex: 0 0 20%;*/
}

.ac-nav {
  /*box-shadow: 9px 0 20px #eee;*/
  box-shadow: 7px -16px 15px 0px #eee;
  padding: 3rem 0;
}

.tab-content {
  padding: 3rem 0 3rem 2rem;
}

/*ac-contain*/

.account .title {
  font-size: 22px;
  padding-top: 25px;
  line-height: 1;
}

.account .msg {
  color: #666;
  padding-bottom: 1rem;
}

.form-control,
.custom-select {
  border-radius: 0px;
  height: calc(1.875rem + 2px);
  font-size: 0.875rem;
}

option,
label {
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
}

.custom-select {
  background: #fff;
}

.custom-select:focus {
  box-shadow: none;
}

.tab-content .btn {
  width: 100%;
  font-size: 0.875rem;
  padding: 0.35rem 0.75rem;
}

.check-group a {
  font-size: 0.75rem;
  color: #7f7f7f;
}

.was-validated .form-check-input:valid~.form-check-label,
.was-validated .check-group .form-check-input:invalid~.form-check-label {
  color: #333;
}

.invalid-feedback {
  font-size: 0.75rem;
}

.switch-text {
  font-size: 0.875rem;
  color: #7f7f7f;
  cursor: pointer;
}

.dropdown-menu {
  min-width: 12rem;
}

#updatesCheck+label {
  font-size: 0.75rem;
}

/*invalid-again*/

.invalid-again .form-control,
.was-validated .invalid-again .form-control {
  border-color: #dc3545;
}

.invalid-again .form-control~.invalid-feedback,
.was-validated .invalid-again .form-control~.invalid-feedback {
  display: block;
}

/*datetimepicker*/

.datetimepicker table {
  width: 100%;
}

.datetimepicker td,
.datetimepicker th,
.datetimepicker table tr td span {
  font-size: 0.75rem;
}

.datetimepicker .glyphicon-arrow-left {
  height: 15px;
  background: url("../images/next.png") no-repeat;
  display: block;
  background-position: 50%;
  transform: rotate(180deg)
}

.datetimepicker .glyphicon-arrow-right {
  height: 15px;
  background: url("../images/next.png") no-repeat;
  display: block;
  background-position: 50%;
}

@media screen and (max-width:980px) {
  .ac-nav {
    padding: 0rem 0;
    background: #efefef;
    box-shadow: 5px 0 6px #eee;
    text-align: center;
  }
  .ac-nav .row {
    display: initial;
  }
  option,
  label {
    font-size: 1rem;
  }
  #updatesCheck+label {
    font-size: 0.875rem;
  }
  .form-control,
  .custom-select {
    height: calc(2.25rem + 2px);
    font-size: 1rem;
  }
  .tab-content {
    padding: 2rem 0 0 0;
  }
  .nav-pills .nav-link {
    line-height: 1.2;
  }
  .tab-content .btn {
    padding: 0.4rem 0.75rem;
    font-size: 1rem;
  }
  .needs-validation .form-group {
    padding-right: 0;
  }
  .breadcrumb-div{
    display: none;
  }
}