@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('anime.css');

* {
    font-family: 'Nunito', sans-serif;
}

:root {
    --nedbank: #006442;
    --dgreen: #006442;
    --white: #ecf4ec;
}

body {
    background-color: var(--nedbank);
}

.splash {
    background-image: url('/img/citidash/DSC_3679_1_2.jpg');
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    margin-left: 1em;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    height: 20em;
    margin-top: 2.4em;

}

.hamburger-icon {
    display: none;
}
header nav .links {
    display: none;
}

.citidash-logo {
    display: flex;
    justify-content: center;
}
.citidash-logo img {
    width: 228px;
    height: auto;
}

.logo {
    -webkit-filter: drop-shadow(rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px);
    filter: drop-shadow(rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px);
    animation: fly-in-bounce 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95) both;
}
.left-button{
    float: left;
}
.headline {
    padding: 4.75em 1em;
    margin-top: 0.5em;
    animation: fly-in-left 2.5s ease-out;
}

#countdown {
    font-family: 'Bebas Neue', 'Nunito', sans-serif;
    font-size: 3.5em;
    animation: fly-in-left 1s ease-out;
    animation-delay: 1s;
}

#entry-form {
    background-color: var(--white);
    border-radius: 1em;
    padding: 2.0em;
    margin: 2.4em;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.citi-nav.nav-link.active{
    color: #ffffff;
    background-color: #006442;
    
}
.citi-nav.nav-link{
    color: #000000;
    margin-left: 5px;
    background-color: #08924fbd;
}
.nav.nav-pills.nav-fill.citi{
    border: #000000;
}
.entry-form {
    background-color: var(--white);
    border-radius: 1em;
    padding: 2.0em;
    margin: 2.4em;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
#entry-form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgba(23, 168, 108, 0.15);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #05a03b41;
}

#entry-form .form-check-input:checked {
    background-color: var(--nedbank);
}

.nedbtn {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-top: 1em;
    height: 48px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.nedbtn:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.nedbtn:focus {
    outline: none;
}
.dashhead{
    text-align: center;
    color: #fff;
}
.nedbtn.main {
    background-image: linear-gradient(to right,
            var(--nedbank),
            #3cba92,
            #30dd8a,
            #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.nedsbm.main {
    background-image: linear-gradient(to right,
            var(--nedbank),
            #3cba92,
            #30dd8a,
            #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

.btn-green {
    background-image: linear-gradient(to right,
    var(--nedbank),
    #3cba92,
    #30dd8a,
    #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);

    line-height:35px; 
    padding-left: 20px;
    padding-right:20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-top: 1em;
    height: 48px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-green:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;

}

.btn-some {
    background-color: #ecf4ec;
    box-shadow: 0 4px 15px 0 rgba(138, 192, 131, 0.75);

    line-height:35px; 
    padding-left: 20px;
    padding-right:20px;
    margin-left: 35%;
    margin-right: 35%;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    margin-top: 1em;
    height: 48px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-some:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;

}
.btn-in-table {
    background-color: #04AA6D;
    box-shadow: 0 4px 15px 0 rgba(138, 192, 131, 0.75);
    line-height:35px; 
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-top: 2%;
    margin-bottom: 2%;
    height: 48px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    white-space: nowrap;
}

.btn-in-table:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #000000;

}
.btn-green:focus {
    outline: none;
}

.pay-page .payment-options {
    color: white;
}
.pay-page .payment-options h3 {
    text-align: center;
    margin: 12px 0 20px;
}
.pay-page section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.pay-page section > div {
    padding: 0 20px;
}
.pay-page section h5 {
    display: flex;
    justify-content: center;
}
.pay-page section h5 button {
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 16px;
}
.pay-page section h6 {
    text-align: center;
    margin: 12px 0;
}
.pay-page section ol {
    font-size: 14px;
}

header {
    position: relative;
    background: #006442;
    line-height: 72px;
    color: #fff;
    margin-bottom: 3rem;
    text-align:right;
    height:100px;
    width:auto;
}
header img{
    float: left;
    height:100%;
}
header a[href] {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 6px;
    margin: 18px 18px;
    transition: background-color .4s ease
}
@media screen and (max-width:800px) {
    /* header a[href] {
        background: 0 0;
        padding: 5px 10px;
        margin: 0
    } */
}
header a[href]:hover {
    background-color: rgba(255,255,255,.5)
}
#flashMessage {
    width: 940px;
    margin: 2em auto;
    padding: 1em 0;
    background: #fee;
    text-align: center;
    color: red
}
.confirm-payment-dropdown > a {
    color: white;
    font-weight: bold;
}
.confirm-payment-dropdown > a:focus {
    box-shadow: none;
}
@media (max-width: 500px) {
    img {
        width: 140px;
        height: 100%;
    }

    .splash {
        height: 15em;
        margin: 0em;
        margin-top: 2em;
    }

    .headline {
        margin-bottom: 1em;
    }

    #entry-form {
        margin: 2em 1em;
        padding: 1.5em;
    }
}
@keyframes fly-in-left {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fly-in-bounce {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    30% {
        transform: translateY(0%);
    }

    60% {
        transform: translateY(-30%);
    }

    80% {
        transform: translateY(-10%);
    }

    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

.signup-entry .entry-form {
    margin: 2em 0;
    padding: 1.6em;
}
.signup-entry .entry-form > ul {
    margin-bottom: 14px;
}
.signup-entry .entry-form > .tab-content {
    margin: 0 4px;
}
.signup-entry .entry-form .input {
    margin-bottom: 10px;
}
.signup-entry .entry-form .input label {
    margin: 0;
}
.signup-entry .entry-form .input.radio label {
    margin-left: 4px;
}

@media only screen and (min-width: 769px) {
    header nav .links {
        display: block;
    }
}