﻿.card {
    border-radius: 6px;
}

.input-group-text {
    border-radius: .25rem 0 0 .25rem;
}

.btn {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%)
}

.btn-link, .btn-link:visited {
    color: #424242ff;
    box-shadow: none;
    text-decoration: none;
}

    .btn-link:hover, .btn-link:active {
        color: #402E73 !important;
        text-decoration: none;
    }

.nav-link, .nav-link:visited {
    color: #424242ff;
    text-decoration: none;
}

    .nav-link:hover, .nav-link:active {
        color: #402E73 !important;
        text-decoration: none;
    }

a, a:visited {
    color: #424242ff;
    text-decoration: none;
}

    a:hover, a:active {
        color: #402E73 !important;
        text-decoration: none !important;
    }

.alert-primary {
    color: #09394c;
    background-color: #afa7db;
    border-color: #95d7f2;
}

    .alert-primary hr {
        border-top-color: #7ecfef;
    }

    .alert-primary .alert-link {
        color: #03171e;
    }

.badge-primary {
    color: #fff;
    background-color: #402E73;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        background-color: #352560;
    }

.bg-primary {
    background-color: #402E73 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #352560 !important;
}

.border-primary {
    border-color: #402E73 !important;
}

.btn-primary {
    color: #fff;
    background-color: #402E73;
    border-color: #402E73;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #352560;
        border-color: #352560;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #352560;
        box-shadow: 0 0 0 0.2rem rgba(22, 139, 186, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #402E73;
        border-color: #402E73;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #352560;
        border-color: #0e5e7e;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(22, 139, 186, 0.5);
        }

.btn-outline-primary {
    color: #402E73;
    background-color: transparent;
    border-color: #402E73;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #402E73;
        border-color: #402E73;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(22, 139, 186, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #402E73;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #402E73;
        border-color: #402E73;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(22, 139, 186, 0.5);
        }

.list-group-item-primary {
    color: #09394c;
    background-color: #95d7f2;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #09394c;
        background-color: #7ecfef;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #09394c;
        border-color: #09394c;
    }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #95d7f2;
}

.table-hover .table-primary:hover {
    background-color: #7ecfef;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #7ecfef;
    }

.text-primary {
    color: #402E73 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #352560 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #402E73;
    color: #fff !important;
}