/*
Developer:      Muhammad Salam and Awais Goraya
Developer URL:  https://www.linkedin.com/in/salamaslamofficial/ | https://www.linkedin.com/in/awais-goraya-867228235/
Company:        ICTechnology, Australia
Company URL:    ictechnology.com.au
Descriptipon:   This file contains the base rooting of the whole website theme, colors and font styles are defined here, update colors here instead of whole files.
*/

@import url(theme-root.css);

.automate-page{
    width: 780px;
    padding: 50px 0px;
}
.automate-page-form{
    width: 100%;
    border-radius: 12px;
    background-color: var(--Background-Light-Grey);
}
.donate-banner{
    width: 100%;
    height: 512px;
    /* height: 350px; */
    background: url(../images/recurring-donation.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* border-radius: 12px 12px 0px 0px; */
    position: relative;
}
.donate-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.7); */
    /* border-radius: 12px 12px 0px 0px; */
}
.banner-text{
    position: absolute;
    left: 33px;
    right: 110px;
    bottom: 30px;
}
.banner-text h2{
    color: var( --off-text);
}
.banner-text p{
    color: var(--off-text);
    margin: 0px;
    font-size: 16px;
}
.automate-form{
    padding: 58px 33px;
}
.choose-automate-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}
.choose-automate-amount-buttons {
    width: 150px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: var(--primary-text);
    padding: 18px 20px;
    border-radius: 12px;
    text-align: center;
    background-color: var(--off-text);
    cursor: pointer;
}
.choose-automate-amount-radio:checked + .choose-automate-amount-buttons {
    background-color: var(--primary-bg);
    color: white;
}
.choose-automate-amount-radio {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}
.custom-amount-donate{
    width: 100%;
}
.custom-amount-donate-heading{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: var(--primary-text);
}
.custom-amount-donate-amount input{
    width: 150px;
    padding: 16px 13px 16px 33px;
    border-radius: 12px;
    border: 2px solid var(--Background-Grey);
    background-color: var(--off-bg);
    color: var(--primary-text);
}
.custom-amount-donate-amount label{
    color: var(--primary-text) !important;
}
.custom-amount-donate-amount input:focus-visible{
    outline: none !important;
}
.custom-amount-donate-amount label{
    position: absolute;
    left: 20px;
    top: 18px;
}
.automate-project-select {
    position: relative;
}
.automate-project-select select {
    display: none;
}
.automate-select-selected {
    background-color: var(--off-bg);
}
.automate-select-selected:after {
    position: absolute;
    content: "";
    top: 30px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.automate-select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 22px;
}
.automate-select-selected {
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 17.785px 22px 17.215px 22px;
    border-radius: 12px;
    border: 1px solid var(--Background-Grey);
    cursor: pointer;
    user-select: none;
}
.automate-select-items div {
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 17.785px 22px 17.215px 22px;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid var(--Background-Grey);
    cursor: pointer;
    user-select: none;
}
.automate-select-items {
    position: absolute;
    background-color: var(--off-bg);
    border-radius: 0px;
    margin-top: 7px;
    border: 1px solid var(--Background-Grey);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 320px;
    overflow-y: scroll;
}
.automate-select-hide {
    display: none;
}
.automate-select-items div:hover, .automate-same-as-selected {
    background-color: var(--Background-Light-Grey);
}
.donation-schedule-select {
    position: relative;
}
.donation-schedule-select select {
    display: none;
}
.schedule-selected {
    background-color: var(--off-bg);
}
.schedule-selected:after {
    position: absolute;
    content: "";
    top: 30px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.schedule-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 22px;
}
.schedule-selected {
    width: 118px;
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 17.785px 22px 17.215px 22px;
    border-radius: 12px;
    border: 1px solid var(--Background-Grey);
    cursor: pointer;
    user-select: none;
    margin: 0px 10px;
}
.schedule-select-items div {
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 17.785px 22px 17.215px 22px;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid var(--Background-Grey);
    cursor: pointer;
    user-select: none;
}
.schedule-select-items {
    position: absolute;
    background-color: var(--off-bg);
    border-radius: 0px;
    margin-top: 7px;
    border: 1px solid var(--Background-Grey);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.schedule-select-hide {
    display: none;
}
.schedule-select-items div:hover, .schedule-same-as-selected {
    background-color: var(--Background-Light-Grey);
}
.schedule-box p{
    margin: 0px;
    font-size: 18px;
    color: var(--primary-text);
}
.schedule-box input{
    width: 110px;
    padding: 16px 13px 16px 33px;
    border-radius: 12px;
    border: 2px solid var(--Background-Grey);
    background-color: var(--off-bg);
    color: var(--primary-text);
    margin: 0px 10px;
}
.schedule-box input::placeholder{
    color: var(--primary-text);
}
.schedule-box input:focus-visible{
    outline: none !important;
}
.donation-footer{
    width: 100%;
    background-color: var(--primary-bg);
    border-radius: 0px 0px 12px 12px;
    padding: 30px 33px;
}
.donation-footer h2{
    color: var(--off-text);
    font-size: 22px;
    font-weight: 500;
}
.donation-footer p{
    margin: 0px;
    color: white;
    font-size: 18px;
}
.donation-footer button{
    background-color: var(--prominent-bg);
    color: var(--Primary-Navy);
    padding: 10px 30px;
    border-radius: 80px;
    border: 0px;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}
.donation-footer button:hover{
    color: var(--prominent-bg);
    background-color: var(--Primary-Navy);
}

@media only screen and (max-width: 990px) {
    .banner-text{
        right: 45px;
    }
  }
 @media only screen and (max-width: 425px) {
      .recuring-text{
        font-size:32px;
        font-weight:500;
    }
 }
  @media only screen and (max-width: 480px) {
   
    .automate-page-container{
        height: 100% !important;
    }
    .automate-page{
        width: 330px;
    }
    .automate-page-title{
        font-size: 32px;
        font-weight: 500;
        line-height: 38.4px;
    }
    .automate-page-form{
        border-radius: 8px;
    }
    .choose-automate-amount-buttons {
        width: 120px;
    }
    .choose-automate-amount-item{
        margin-top: 20px !important;
    }
    .schedule-box input{
        width: 100px;
    padding: 16px 13px 16px 15px;
    }
    .schedule-selected{
        width: 295px;
        margin: 10px 0px;
    }
    .schedule-box{
        flex-wrap: wrap;
    }
    .schedule-box p:first-child{
        margin-bottom: 10px;
    }
    .automate-select-items{
        height: 210px;
        overflow: scroll;
    }
    .automate-form{
        padding: 58px 18px;
    }
    .donation-footer{
        padding: 30px 18px;
    }
    .banner-text {
        right: 20px;
        left: 18px;
    }
    .custom-amount-donate-amount input{
        width: 100%;
    }
}