/* customer specific styling */
.logo-text {
    font-size: 22px;
    color: rgba(34, 32, 38, .88);
    line-height: 1;
    text-align: center;
    font-weight: 900;
    padding-bottom: 10px;
    padding-top: 8px;
}

.btn-primary {
    border: 1px solid #A73338;
    color: #14101e;
    border-radius: 3px;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(180deg, #ffb400 0%, #ffd36c 100%);
  }
  .btn-primary:hover {
    background: linear-gradient(180deg, #d49500 0%, #cca855 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: #d32323;;
    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: #d32323;
    background-color: white;
}

.sidebar-nav .nav-link.active {
    color: #d32323;
    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: #d32323;
}

.payment-section {
    border: 1px rgb(231, 231, 231) solid;
    border-radius: 10px;
    margin-top: 10px;
}

.select-unit-row {
    color: #0A0D1B;
    font-size: 1.1rem;
    border-bottom: rgb(69, 70, 69) 1px solid;
    background-color: white;
}

.select-unit-row:hover {
    color: #d32323;
    background-color: rgb(226, 226, 226);
}