html {
  font-size: 15px !important;
}
.border-3 {
    border-width:3px !important;
}
.notification {
    position: absolute;
    top: -6px;
    border: 1px solid #fff;
    right: -8px;
    font-size: 9px;
    background: #e83e8c;
    color: #fff;
    z-index: 1;
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block;
}
.navbar-nav {
  font-size: 1.1rem;
}
.nav-link {
  padding: 1rem 1rem;
}
.btn {
  border-radius: 2px;
}

.btn-primary {
  background: linear-gradient(135deg, #33C3F0, #2b74fe);
}

.btn-lg {
  padding: 0.5rem 2rem;
  border-radius: .2rem;
}

.shadow {
    box-shadow: 4px 4px 5px rgb(0 0 0 / 20%);
}
.strike {
    text-decoration: line-through;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 576px) {
  .form-group label,
  .form-group legend {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .form-group label,
  .form-group legend{
    text-align: right;
  }
  bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.form-check-label {
    text-align: left !important;
}
.clear {
  clear: both;
}
.form-group label.col-form-label,
.form-group legend.col-form-label{
  font-weight: bold;
}
.form-group label.col-form-label .invalid-feedback {
  display: none !important;
}
.form-group label.required:after {
  content: ' *';
  color: red;
}
.form-control option[selected=selected] {
  color: blue;
  font-weight: bold;
}
.custom-file-input{
  padding: 4px;
  opacity: 1;
  background-color: white;
}
.custom-file-label {
  display: none;
}
.myform {
  background-color: #e8e9ea;
  padding: 15px 15px 1px 10px;
}
.card-text {
  margin-bottom: 7px;
}
.visible {
  display: block;
  opacity: 1;
}
#mapdiv {
  height: 500px;
  width: 100%;
}
#issue_create_description,
#issue_create_bug_description {
    height: 150px;
}
.issue-item-hover:hover {
    background: rgba(0,0,0,.1);
    opacity: 0.9 !important;
}

.navbar-dark .nav-item .nav-link {
    color: darkgray;
}
.navbar-dark .nav-item .nav-link:hover {
    color: whitesmoke;
}
.dropdown-item:hover {
    color: black;
    background-color: lightgray;
}
@media (min-width: 576px) {
    .form-group label,
    .form-group legend {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .form-group label,
    .form-group legend{
        text-align: right;
    }
}
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}
.clear {
    clear: both;
}
.form-group label.col-form-label,
.form-group legend.col-form-label{
    font-weight: bold;
}
.form-group label.col-form-label .invalid-feedback {
    display: none !important;
}
.form-group label.required:after {
    content: ' *';
    color: red;
}
.form-control option[selected=selected] {
    color: blue;
    font-weight: bold;
}
.custom-file-input{
    padding: 4px;
    opacity: 1;
    background-color: white;
}
.custom-file-label {
    display: none;
}
.nav .nav-item .nav-link:hover {
    /*background-color: #e8e9ea;*/
}
.myform {
    background-color: #e8e9ea;
    padding: 15px 15px 1px 10px;
}
.card-text {
    margin-bottom: 7px;
}
.visible {
    display: block;
    opacity: 1;
}
#mapdiv {
    height: 500px;
    width: 100%;
}
