/* customer specific styling */

.header-logo {
    width: 100px;
}

.btn-primary {
    border-width: 1px;
    color: white;
    border-radius: 3px;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(180deg, #261C73 0%, #7770A9 100%);
  }
  .btn-primary:hover {
    background: linear-gradient(180deg, #18124b 0%, #5f5a88 100%);
    color: rgb(238, 238, 238);
  }

  .bordered-wrapper {
    border-radius: 4px;
    border: 1px rgb(231, 231, 231) solid;
    
    padding: 20px 20px 20px 20px;
    margin-top: 10px;
  }

.a-link {
    color: #FF6146;;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline !important;
}

.sidebar-nav {
    background: rgb(241, 241, 241);
}


.sidebar-nav .nav-link {
    color: #0A0D1B;
    font-size: 1.1rem;
    border-bottom: rgb(69, 70, 69) 1px solid;
    background-color: white;
}

.sidebar-nav .nav-link:hover {
    color: #FF6146;
    background-color: white;
}

.sidebar-nav .nav-link.active {
    color: #FF6146;
    background-color: white;
}

.sidebar-nav .viewing-unit {
    color: #0A0D1B;
}

.sidebar-nav .my-3 {
    color: white;
}

#select_units {
    font-weight: 500;
    color: #0A0D1B;
    font-size: 1.1rem;
}
#select_units:hover {
    color: #FF6146;
}

.payment-section {
    border: 1px rgb(231, 231, 231) solid;
    border-radius: 10px;
    margin-top: 10px;
}

