/*intlTelInput css start*/
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 100%;
}

.iti__selected-flag {
    background: none !important;
    border-right: 1px solid rgba(0,0,0,.125) !important;
}
/*intlTelInput css end*/

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f96332;
    color: white;
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    z-index: 99;
    height:60px;
}
.header_bg img {
    margin: 0 auto;
    margin-top: 10px !important;
}
.header_bg {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
    background: linear-gradient(to right, #0c2646 0%, #204065 60%, #2a5788 100%) !important;
}
.header_bg:after {
    content: '\00a0';
    background-image: radial-gradient(at 50% 0, #f96332 0%, #f96332 50%, transparent 75%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    margin-top: 7px;
}
.myButton {
    background-color: #6F9B3A; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
}
.myButton:hover {
    background-color:#6F9B3A;
}
.myButton:active {
    position:relative;
    top:1px;
}
.font-20 {
    font-size: 20px;
}
.font-30 {
    font-size: 30px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
#paynow_button, #start_button, #previous_button, #next_button, #done_button {
    font-size: 16px;
    font-weight: 800;
}
.overflow-auto {
    overflow:auto
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.scroll-touch {
  -webkit-overflow-scrolling: touch !important;
}
.w-49 {
    border-radius: 0px;
    width: 49.9%;
    background-color:#f96332;
    color: #fff;
}
.w-100 {
    width: 100%;
    background-color:#f96332;
    color: #fff;
    border-radius: 0px;
    line-height:40px;
}
h5 {
    font-size: 1.57em;
    line-height: 1.4em;
    margin-bottom: 0px;
}
.info-text {
    text-align: center;/*margin: 10px 0 30px;*/
        }
.p-t-b-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.m-t-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.m-t-100 {
    margin-top: 100px;
    margin-bottom: 50px;
}
.p-t-5 {
    padding-top: 5px;
}
.p-l-0 {
    padding-left: 0px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-5 {
    padding: 5px !important;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: #f96332;*/
           background-color: #fff;
    color: white;/*text-align: center;*/
           /*font-family: Arial;*/
           /*font-size: 15px;*/
        }
button {
    border-color: #f96332 !important;
    line-height:40px !important;
}
a.btn {
    border-color: #f96332 !important;
}
.b-r {
    /*border: 1px solid #ccc;
          border-radius: 30px;*/
          border-bottom: 1px solid #ccc;
    padding-bottom: 5px !important;
}
.checkbox-lable {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
button, button:focus {
    text-decoration: none !important;
    outline:none !important;
    border: none !important;
    box-shadow: none !important;
}
input:focus {
    border-bottom: 1px solid #f96332 !important;
    box-shadow: none !important;
}
input.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    /*background-color: #fefaf1;*/
          background-color: #fff;
}
input.form-control:focus {
    /*background-color: #fefaf1;*/
          background-color: #fff;
}
.control-checkbox {
    font-size: 15px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 40px;
    cursor: pointer;
    font-weight: bold;
}
.control-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px;
    /*background: #fefaf1;*/
          background: #fff;
    border: 1px solid #808080;
}


        /* Hover and focus states */
        /*.control-checkbox:hover input ~ .control-indicator,
        .control-checkbox input:focus ~ .control-indicator {
          background: #f96332;
        }*/

        /* Checked State */
        .control-checkbox input:checked ~ .control-indicator {
 background: #f96332;
}
/* Hover State whilst checked */
        /*.control-checkbox:hover input:not([disabled]):checked ~ .control-indicator {
          background: #f96332;
        }*/

        /*.control input:checked:focus ~ .control-indicator {
          background: #fff;
        }*/

        /* Check mark */
        .control-indicator:after {
    position: absolute;
    display: none;
    content: '';
}

        /* Show check mark */
        .control-checkbox input:checked ~ .control-indicator:after {
 display: block;
}
/* Checkbox tick */
        .control-checkbox .control-indicator:after {
    top: 6px;
    left: 10px;
    width: 8px;
    height: 15px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 3px 5px 0;
}
#next_button {
    float: right;
}
#paynow_button {
    background-color: #00a8fb;
    margin-bottom: 5px;
}
.cvv_date_div {
    width: 49%;
    display: inline-block;
}
#divLoading.show {
    display : block;
    position : fixed;
    z-index: 99999;
    background-color:#666;
    opacity : 0.9;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
    background-size: 75px !important;
}
#divLoadingPayment.showpaymantmsg {
    display : block;
    position : fixed;
    z-index: 100;
    background-color:#666;
    opacity : 0.9;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
    background-size: 75px !important;
}
#divLoadingPayment{
    display: none;
}
#divLoadingPayment p {
    color: #fff !important;
    position: relative;
    left: 0;
    bottom: 7px;
    right: 0;
    top: 40%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
/* #divLoading::after{          
         display : block;
          position : relative;    
          left : 0;
          bottom : 0;
          right : 0;
          top : 50%;
          content:" \Please wait while we authorize your payment...";
          white-space: pre-wrap; color: #FFFFFF; font-size: 25px; text-align: center;}*/

        /* The container_radio */
        .container_radio {
    font-size: 15px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-left: 40px;
    cursor: pointer;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
        .container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
        .checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    /*background-color: #fefaf1;*/
          background-color: #fff;
    border-radius: 50%;
    border: 1px solid #808080;
}

        /* On mouse-over, add a grey background color */
        .container_radio:hover input ~ .checkmark_radio {
          /*background-color: #fefaf1;*/
          background-color: #fff;
}

        /* When the radio button is checked, add a blue background */
        .container_radio input:checked ~ .checkmark_radio {
 background-color: #f96332;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
        .checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}

        /* Show the indicator (dot/circle) when checked */
        .container_radio input:checked ~ .checkmark_radio:after {
 display: block;
}
/* Style the indicator (dot/circle) */
        .container_radio .checkmark_radio:after {
    top: 9px;
    left: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.p-l-r-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.m-bottom-0 {
    margin-bottom: 0px !important;
}
.p-l-75rem {
 padding-left: .75rem;
}
.withoutalert {
    color: #212529 !important;
}
.withalert {
    color: red !important;
}
input.ui-widget-content, textarea.ui-widget-content {
    background: none;
}
.ui-keyboard-preview-wrapper > input.ui-keyboard-preview, .ui-keyboard-preview-wrapper > textarea.ui-keyboard-preview {
    color: #fff !important;
    background: #000;
}
 @media only screen and (max-device-width: 768px) {
 .ui-widget button {
 font-size: 2em;
}
}
.table_th_td_p {
    padding: 5px !important;
    line-height: 30px !important;
    text-align: left !important;
    color: #000;
}
#view_sponsorship_tbody td.table_th_td_p {
    font-size: 14px !important;
}
.ui-keyboard {
    /*left: 0;*/
          top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
    width: auto !important;
}
.caption-donations {
    padding: 5px;
    background: #f96332;
    height: 75px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.div_donation_qty {
    display: none;
}
.div_donation_amt {
    display: none;
}
.div_donation_reason {
    display: none;
}
.div_donation_reason_date {
    display: none;
}
.enter_mobile_text {
    font-size: 16px;
}
 @media only screen and (max-width: 767px) {
 .m-t-50 {
 margin-top: 20px;
}
 .enter_mobile_text {
 font-size: 14px;
}
}
#add_comment_btn {
    background-color:  #2a5788 !important;
}
#add_sponsorship, #view_sponsorship {
    background-color:  #2a5788 !important;
}

.span_credit_bank{
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.active_span_credit_bank{
    background: #f96332;
    color: #fff;
}
.display_none{
    display: none;
}

.campaign_div{
    padding: 10px 8px;
    border: 1px solid #ccc;
    margin: 15px 0px;
    cursor: pointer;
    background: #1b5382;
    color: #fff;
    margin-bottom: 0px;
}

.campaign_donation_div{
    border: 1px solid #ccc;
    border-top: none;
}

.guest_member_title_div{
    text-align: center;
    font-size: 26px;
}

.member_type_title{
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    /*border-bottom: 1px solid #1b5382*/
}

.active_type_title{
    border-bottom: 1px solid #f96332;
}

/* The Modal (background) */
.modal-email-otp {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-email-otp {
  margin: auto;
  display: block;
  /*width: 80%;*/
  width: 100%;
  max-width: 700px;
}


/* Add Animation */
.modal-content-email-otp, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.content-email-otp, .content-email-otp strong, .content-email-otp b, .content-email-otp h4 {
  color: #000 !important;
  font-size: 22px !important;
}

.content-email-otp p{
  color: #000 !important;
  font-size: 16px !important;

}

.border-solid{
    border: 1px solid #ced4da !important;
}

.my-donation-lable{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.6;
    letter-spacing: 1px;
    margin-bottom: 4px;
    color: #666;
}

.input-symbol-dollar:before {
    position: absolute;
    top: 9px;

        /* Changes for global pay start */
        /* CSS changes for dynamic CAD symbol */
    content: "$"; 
        /* content: "{{$symbol}}"; */ /* Removed as per chat message of Purvesh Patel on 28/06/23 */
        /* Changes for global pay end */

    left: 12px;
    color: #000;
    font-size: 14px;
    z-index: 9;
}

.input-symbol-dollar {
    position: relative;
}

.input-symbol-dollar input.form-control:focus{
    /*background: transparent;*/
}

.color-666-gray{
    color: #666
}

.add_new_donation_btn {
    font-size: 18px;
    margin-top: 3%;
    color: #343434;
    text-transform: uppercase;
}

.add_new_donation_btn:hover {
    font-size: 18px;
    margin-top: 3%;
    color: #343434;
    text-decoration: none;
}

.add_new_donation_btn i:hover {
    /*text-decoration: underline;*/
}

.p_add_new_donation_btn{
    width: 83%;
}

.p_add_new_donation_btn:hover{
    border-bottom: 1px solid #343434;
}

.sponsorshippurposeeventdate_icon, .purposeeventdate_icon, .purposeeventyear_icon{
    font-size: 34px;
    color: #f96332;
    cursor: pointer;
    position: absolute;
}

#ui-datepicker-div{
    top: 145px !important;
}

.selectedEventDateInput{
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    width: 120px;
}

.h-auto{
    height: auto !important;
}

.spo_event_date_list_div{
    /*height: 350px;*/
    overflow-y: auto
}

.font-16{
    font-size: 16px !important;
}

.m-top-10{
    margin-top: 10px !important;
}

#paylater_btn{
    padding: 2px 30px;
    border: 1px solid #f96332 !important;
    border-radius: 50px;
    background: #f96332;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

textarea {
  resize: none;
}

.swal-overlay{
    z-index: 99999999999;
}

/* Changes for security changes for VK and Campaign start */
/* Added new CSS class for information icon besides BAPS Login tab */
#showLoginDescPopupLink {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -25px;
    top: 7px
}

.memberTypeTitleImg {
    position: relative;
    padding-right: 0;
}

.popupIframe {
    width: 100%;
    height: 100%;
}

#myModalBAPSLoginDesc {
    z-index: 9999 !important;
}

.noGuestMsg {
    text-align: center;
    font-size: 16px;
}
/* Changes for security changes for VK and Campaign end */

.btn-primary-submit{
    padding: 2px 30px;
    border: 1px solid #f96332 !important;
    border-radius: 50px;
    background: #f96332;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.footer_img{
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 90px
}
@media only screen and (max-width: 767px) {
    .footer_img{
        width: 100%;
    }
}

.campaignmessage table,.campaignmessage thead,.campaignmessage th, .campaignmessage tbody,.campaignmessage td,.campaignmessage tr,.campaignmessage p, .campaignmessage h1, .campaignmessage h2, .campaignmessage h3,.campaignmessage h4, .campaignmessage h5, .campaignmessage h6,.campaignmessage b,.campaignmessage span, .campaignmessage a, .campaignmessage strong{
    color: #fff !important;
}