/*  Styles Overrides and Custom additions */

/* Utilities */

.body{
    line-height: 1.5;
}
.text-size-12{
    font-size: 12px;
}

.font-weight-500{
    font-weight: 500;
}

.text-size-22{
    font-size: 22px;
}

.text-size-14{
    font-size: 14px;
}

.text-size-18{
    font-size: 18px;
}

.bg-brand{
    background: #B6D7F8;
}

.breadcrumbs{
    background-image: url('../images/hero/std-background.jpg');

}

.breadcrumbs::before{
    content: none;
}

.breadcrumbs-2{
    background-image: url('../images/books_corridor.png');
    padding: 175px 0;
    height: 578px;
}

.breadcrumbs-2::before{
    content: none;
}

.breadcrumbs-3{
    background-image: url('../images/hero/std-background.jpg');
    padding: 175px 0;
    height: 200px !important;
}

.breadcrumbs-3::before{
    content: none;
}

.blog-list{
    background-color: #EEF2F8;
}

.single-job{
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 3px rgba(153, 167, 179, 0.2);
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 24px;
}

.link-hover:hover{
    color: #0d6efd;
}

.link-hover{
    color: black;
}

.badge-custom{
    color: black;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin:5px;
}

.bg-secondary-custom{
    background-color: #CED4DA;
}

.form-check-custom{
    height: 20px;
    width: 20px;
}

.other-actions .single-action{
    padding: 16px;
    background-color: #CED4DA;
    margin-bottom: 4px;
    font-size: 16px;
}

/* alerts */
.alert {
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ecedee;
    background-color: white;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    border-radius: 16px;
    max-width: 484px; }
    .alert.alert-black {
      background-color: #171A1C;
      color: white; }
      .alert.alert-black i {
        font-size: 32px; }
      .alert.alert-black.alert-fxed {
        position: fixed;
        bottom: 50px;
        right: 0;
        top: auto;
        left: calc(calc(100% - 290px) * 50 /100);
        z-index: 1030; }
  
  .alert-icon {
    padding: 24px;
    border-right: solid 1px #ecedee; }
    .alert-icon i {
      height: 24px;
      width: 24px;
      font-size: 24px; }
  
  .alert-fxed {
    position: fixed;
    top: 50px;
    right: 0;
    left: calc(calc(100% - 290px) * 50 /100);
    z-index: 1030; }
  
  .alert-fxed-2 {
    top: 170px; }
  
  .alert-content {
    padding: 16px 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .alert-content .alert-header p {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 4px; }
    .alert-content .alert-header .alert-subtitle {
      font-size: 14px;
      font-weight: normal; }
  
  .alert-heading {
    color: inherit; }
  
  .alert-link {
    font-weight: 700; }
  
  .alert-primary .alert-icon, .alert-primary .alert-header p {
    color: #078942; }
  
  .alert-danger .alert-icon, .alert-danger .alert-header p {
    color: #dc3545; }
  
  .alert-secondary .alert-icon, .alert-secondary .alert-header p {
    color: #036ED9; }
  
  .alert-dark .alert-icon, .alert-dark .alert-header p {
    color: #5E5E5E; }
  
  .alert-light .alert-icon, .alert-light .alert-header p {
    color: #fff; }

  .select_menu{
    font-size: 12px;
    outline: none;
    border: thin #ddd solid;
    background-color: #F7F7F7;
  }

.username-option {
  float: right; 
  background-color: white;
  color: black;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  border: none;
}

/* Apply the same styles for the click and hover events