 /* ----- common CSS ----- */

* {
    font-size: 14px;
}

a {
    color:  #89817f;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

label {
    margin-top: .5rem;
}

.required {
    color: red;
}

.form-control {
    background-color: #f9f9f9;
}

.btn .dropdown-toggle{
    border: 1px solid #ced4da;
}

.display-none {
    display: none;
}

.centered-x {
    margin: 0 auto;
}

.margin-y-5pc {
    margin: 5% 0;
}

.bg-white {
    background-color: #FFF;
}

.bg-secondary {
    background: linear-gradient(180deg, #C9DDFD 55%, #FFF 45%);
}

.font-primary {
    font-family: 'Karla', sans-serif !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

/* ----- Header CSS ----- */

.bg-index {
    background-color:  #fafafa;
}

nav.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background-color: #0B2344; 
}

nav.navbar .container-fluid {
    max-width: 1500px;
}

.nav-link {
    color: #FFF; 
    font-size: 18px; 
    text-align: center;
}

.nav-link:hover {
    color: #ebbb05;
}

.org-logo {
    max-width: 300px;
}

.org-logo img {
    width: 100%;
    padding: 5px 0;
}

/* ----- index.php CSS ----- */

.index-content {
    background-image: url('/donate/anargyroi/assets/images/sample-banner.png');
    background-repeat: no-repeat;
    height: 500px;
}

.index-content .container-fluid {
    padding-top: 8%; 
    width: 95%;
}

.banner-text {
    max-width: 230px;
    margin-bottom: 20px;
}

.banner-text h1 {
    padding:0 10px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
    color: #fff;
    background: #dbb00b;
}

.banner-text h5 {
    padding: 3px 10px 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #dbb00b;
    background: #fff;
}

.donation-container {
    border-radius: 10px;
}

.donation-container-inner h5{
    font-weight: bold;
}

.donation-container-inner h5 span {
    font-style: italic; 
    font-weight: normal;
}

.btn-ph,
.btn-outside-ph {
    margin-top: 15px;
}

.btn-ph {
    background: #C9DDFD;
}

.btn-outside-ph {
    background: #f0f0f0;
}

.btn-ph img,
.btn-outside-ph img {
    width: 25px;
}

.btn-ph span,
.btn-outside-ph img {
    margin-left: 5px;
}

#outside-ph-button-container {
    margin-bottom: 30px;
}

#outside-ph-button-container a {
    margin-top: 15px;
    margin-bottom: 15px;
}

#outside-ph-button-container > div {
    padding-left: 5%;
    padding-right: 5%;
}

.donation-amount {
    display: flex;
    max-width: 600px;
    padding: 2.5% 5%;
    margin: 0 auto;
    flex-direction: column;
}

.donation-amount button {
    height: 50px;
    border-radius: 10px;
    margin: 0 auto 10px auto;
}

.donation-amount button span {
    font-size: 20px;
    line-height: 30px;
}

.payment-method-container {
    margin-top: 15px;
}

.donation-amount button {
    border: 2px solid rgb(34, 14, 14);
    font-family: 'Karla', sans-serif;
}

.form-check-label {
    margin-left: 25px;
}

.zip-tip {
    cursor: pointer;
}

a.payment-method {
    height: 48px;
    text-indent: 30px;
}

a.payment-method .pay-rdo {
    top: 13px;
}

.payment-method {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    line-height: 36px;
}

.payment-method:hover {
    border: 1px solid #1f92d4;
    color: #1f92d4;
    cursor: pointer;
}

.method-name {
    position: relative;
    display: flex;
    text-indent: 30px;
    line-height: 36px;
}

.pay-rdo {
    position: absolute;
    top: 7px;
    width: 20px;
    height: 20px;
}

.pay-rdo:hover {
    cursor: pointer
}

.method-image-wrapper {
    max-width: 100px;
    margin: 0 auto;
}

.ob {
    max-width: 150px;
}

.method-image-wrapper img {
    width: 100%;
}

.onlinebanking-info {
    padding: 10px;
    margin: 15px auto;
    border: 1px solid #1e92d4;
    background: #d1e1fa;
    font-family: 'Karla', sans-serif;
}

.onlinebanking-info div {
    display: flex;
}

.onlinebanking-info i {
    font-size: 20px;
    line-height: 20px;
}

.onlinebanking-info p{
    margin: 0 0 0 10px;
}

.policy-text-wrapper {
    color: grey; 
    text-align: center;
}

.policy-text-wrapper label {
    display: inline;
}

.policy-text-wrapper label:hover,
.policy-text-wrapper input:hover  {
    color: #555;
    cursor: pointer;
}

.policy-text-wrapper a {
    font-weight: bold; 
    cursor: pointer;
}
.policy-text-wrapper a:hover{
    color: #0B2344 !important;
}

.continue-btn-wrapper button {
    background: #1A9CD7; 
    border-radius: 10px; 
    max-width: 50%;
    color: #fff;
}

.continue-btn-wrapper button:hover,
.continue-btn-wrapper button:focus {
    background: #197cb7;
    color: #fff;
}

.campaign-sidebar {
    margin: 5%; 
    border: 0; 
    background: #fafafa
}

.campaign-container {
    padding: 0;
}

.campaign-container .text {
    line-height: 2;
}

.campaign-container span {
    font-size: 16px;
    font-family: 'Karla', sans-serif;
}

.campaign-container img {
    width: 100%;
}

/* ------ billing_information.php CSS -----*/

.billing-container-main {
    max-width: 90%;
}

.billing-container-inner {
    background: #fff;
    margin: 50px auto;
    max-width: 100%;
}

.billing-container-inner .card-body {
    padding: 5%;
}

.your-donation {
    background-color: #C9DDFD;
    border: 0;
}

.your-donation .card-body {
    margin: 5%;
}

.your-donation .card-body h5 {
    font-weight: bold;
}

.your-donation .card-body hr {
    border: 1px solid #75A2EA;
}

.total-amount {
    font-weight: bold; 
    font-size: 150%; 
    float: right;
}

.payment-inner-container {
    max-width: 426px;
    margin: 0 auto; 
    border: 0;
}

.payment-header {
    max-width: 384px; 
    margin: 0 auto;
}

.payment-header h5 {
    text-align: center; 
    font-weight: bold;
}

.we-accept {
    margin: 0 auto; 
    max-width: 162px
}

.we-accept span {
    font-size: 12px;
}

.we-accept img{
    margin-left: 10px;
}

.card-number {
    margin-bottom: 15px; 
}

.billing-buttons-container input {
    width: 100%;  
}

.back-btn {
    display: block;
    width: 100%;
    margin: 15px auto 0 auto;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
}

.back-btn:hover {
    background-color: #e0e0e0;
}

.billing-buttons-container input,
.billing-buttons-container input:disabled:hover,
.submit-donation {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    margin: 0 auto;
    background: #1A9CD7;
    font-size: 16px;
    color: #fff;
}

.billing-buttons-container input:enabled:hover,
.billing-buttons-container input:focus,
.submit-donation:hover,
.submit-donation:focus {
    background: #197cb7;
    color: #fff;
}

.submit-donation {
    width: 100%;
    color: #fff;
}

.banks {
    max-width: 400px;
    margin: 0 auto;
}

.banks ul {
    padding: 0;
    margin: 0;
    text-align: justify;
}

.banks ul:after {
    width: 100%; 
    display: inline-block; 
    content: "."; 
    visibility: hidden}

.banks ul li {
    display: inline-block;
    list-style: none;
    padding: 5px;
}

.banks ul li img {
    height: 22px;
}

.banks h4,
.gcash_logo h4 {
    margin:15px 0;
    font-weight: bold;
    text-align: center;
}

.gcash_logo {
    max-width: 190px; 
    margin: 0 auto;
}

.gcash_logo img {
    width: 100%;
}

/* ----- receipt.php & thank_you.php CSS ----- */

.receipt-page .container-fluid,
.thankyou-page .container-fluid {
    width: 100%;
}

.receipt-container {
    margin: 8% 5%; 
}

.receipt-container h1 {
    max-width: 718px;
    margin: 2.5rem auto;
    padding: 0 15px;
    font-weight: bold;
    font-size: 1.5rem;
}

.receipt-container .card-body {
    padding: 5%; 
    text-align: center; 
    color: #172D50;
}

.receipt-container hr {
    border: 2px solid #172D50;
}

.contact-information h5 {
    max-width: 472px;
    margin: 5% auto; 
    font-size: 18px;
    font-weight: bold; 
}

.receipt-contact {
    max-width: 540px;
    margin: 0 auto;
}

.receipt-contact h5 {
    margin-bottom: 1rem;;
}

.receipt-contact h5,
.receipt-contact p {
    color: #a9a9a9;
}

.receipt-contact h5 {
    font-size: 16px;
}

.receipt-contact p {
    font-size: 16px;
}

.back-to-home {
    background-color: #c9ddfd; 
    width: 175px; 
    font-weight: bold;
}

.back-to-home:hover {
    filter: brightness(90%);
}

.thankyou-wrapper h5 {
    font-weight: bold;
    color: #a9a9a9;
}

.thankyou-wrapper h5:not(:first-child) {
    margin-bottom: 5%;
}

.thankyou-wrapper span {
    color: #172D50; 
    font-size: 115%;
}

.thankyou-wrapper a {
    color: #f00;
}

.thankyou-page .contact-information {
    padding: 1% 5% 1%; 
    text-align: left;
}

.thankyou-contact h5,
.thankyou-contact p {
    color: #686767; 
    font-weight: bold;
}

.thankyou-contact h5 {
    margin-bottom: 1rem;
}

.thankyou-contact h5 + p {
    font-weight: normal;
}


/* ----- Responsive CSS ----- */

@media (min-width: 420px) {
    .payment-method {
        flex-direction: row;
    }

    .method-image-wrapper {
        margin: 0 0 0 auto;
    }
}
@media (min-width: 550px) {
    .banner-text {
        max-width: 330px;
    }

    .banner-text h1 {
        font-size: 35px;
    }
}

@media (min-width: 550px) {
    .donation-container,
    .donation-container-inner {
        margin: 5%;
    }

    .banner-text {
        margin: 5%;
    }

    .payment-method-container {
        padding: 2.5% 5%;
    }
}

@media (min-width: 600px) {

    .banner-text {
        max-width: 460px;
    }

    .banner-text h1 {
        font-size: 50px;
    }

    .banner-text h5 {
        font-size: 20px;
    }
}

@media (min-width: 700px) {
    .donation-amount {
        flex-direction: row;
    }

    .donation-amount button {
        max-width: 130px;
    }

    .banner-text {
        margin-left: calc(5% + 30px);
    }
}

@media (min-width: 800px) {
    .receipt-container h1 {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-left: 15px;
    }

    .btn-ph {
        margin-right: 15px;
    }

    .your-donation {
        margin-left: 15%;
    }

    .payment-inner-container {
        max-width: 550px;
    }

    .contact-information h5 {
        font-size: 20px;
    }

    .receipt-container h1 {
        font-size: 2.5rem;
    }

    .receipt-contact h5 {
        font-size: 20px;
    }
    
    .receipt-contact p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .index-content .container-fluid {
        width: 100%;
        max-width: 1600px;
    }

    .billing-container-main,
    .billing-container-inner,
    .receipt-page .container-fluid,
    .thankyou-page .container-fluid {
        width: 80%;
    }

    .pc-margin-top {
        margin-top: 30em;
        margin-left: -30px;
    }

    .campaign-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}


