﻿.form-label {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding-bottom: 5px;
}

.card-title label {
    font-weight: 600;
    padding-bottom: 5px;
}

.form-control {
    height: 38px !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem !important;
}

.btn-secondary-NA {
    color: #fff;
    background: #58b6a5;
    border: 1px solid #58b6a5;
    text-decoration: none;
}

    .btn-secondary-NA:hover {
        color: #58b6a5;
        background: #edf0f4;
        border: 1px solid #58b6a5;
        text-decoration: none;
    }

.btn-secondary {
    color: #fff;
    background: #58b6a5;
    border: 1px solid #58b6a5;
    text-decoration: none;
}

    .btn-secondary:hover {
        color: #58b6a5;
        background: #edf0f4;
        border: 1px solid #58b6a5;
        text-decoration: none;
    }

    .btn-secondary::after {
        content: "\1F865";
        width: 11px;
        height: 11px;
        margin-left: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

.card {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #bcc7d2;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem !important;
}

    .card-body h6 {
        font-size: 20px;
        font-weight: 500;
        color: #4babe5;
        text-transform: uppercase;
        line-height: 1rem !important;
        margin-top: 0.5rem;
    }

.row img {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
}

