﻿/* Set padding to keep content from hitting the edges */
/* Add by NicO 
    Overwrite Bootstrap AEclipse
*/
:root {
    --accent: #7c3aed;
    --highlight: #a855f7;
}
.card {
    background-color: #D6C9FF !important; /*add #fff*/
    border: none;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    background-color: #5b2d8e !important; /*add #D6BAFF;*/
}

.top {
    background-color: #2a0b43;
    color: #fff;
}
    .top h1 {
        color: white;
    }

.text-dark {
    color: #2a0b43 !important;
}

.btn-goback {
    color: #fff;
    background-color: #341851;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn-goback:hover {
        background-color: #946FBC;
    }
/* Used by Approved payments on the dashboard*/
.bg-lawn {
    background-color: #7cfc00 !important;
}

a.bg-lawn:hover, a.bg-lawn:focus,
button.bg-lawn:hover,
button.bg-lawn:focus {
    background-color: #7cfc00 !important;
}

.bg-work {
    background-color: #8fc5ff !important;
}

a.bg-work:hover, a.bg-work:focus,
button.bg-work:hover,
button.bg-work:focus {
    background-color: #8fc5ff !important;
}

.bg-transfer {
    background-color: #24d2ee !important;
}
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
a.bg-transfer:hover, a.bg-transfer:focus,
button.bg-transfer:hover,
button.bg-transfer:focus {
    background-color: #24d2ee !important;
}
/*Overwrite primary background colour*/
.bg-primary {
    background-color: #341851 !important;
}
.btn-login {
    background: linear-gradient(135deg,var(--accent),var(--highlight));
    color: #fff;
    box-shadow: 0 4px 16px rgba(124,58,237,0.4)
}

    .btn-login:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 22px rgba(168,85,247,0.55);
        color: #fff
    }