.title_dark_text{
    color: #444;
    font-size: 1.5em;
    font-weight: bold;
}
label{
    color: #444;
}
.main-headng {
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    color: #ffffff;
    font-size: 28px;
}
label.section_heading {
    color: #333;
    font-weight: 500;
    line-height: 1.3;
    font-size: clamp(1.25rem,.8397435897rem + 1.2820512821vw,1.5rem);
    margin-top: 15px;
    font-family: 'DupletSemibold', sans-serif !important;
}
input.form-input-others{
    width: 48%;
    outline: none;
    font-weight: bold;
    font-size: 21px;
    background-color: #fff;
    border: 0.078rem solid #666;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.08em 0.4em rgb(0 0 0 / 15%);
    color: #828382;
    height: 48px;
    padding: 5px 5px;
    margin-right: 14px;
    text-align: center;
}
ul.donation-payment-type {
    padding: 0px;
    list-style-type: none;
}
ul.donation-payment-type > li {
    display: block;
    background-color: white;
    /*padding: 12px 15px;*/
    font-weight: 600;
    position:relative;
    margin-bottom: 15px;
}
.donation-payment-type-list {
    padding: 12px 15px;
    border: 1px solid #ddd;
}
 ul.donation-payment-type li input[type="radio"]{

 }

ul.donation-payment-type li input[type="radio"]:before,.donation-payment-type li input[type="radio"]:after {

}
.offlineDonationDetails {
    padding: 30px 15px;
    border: 1px solid #ddd;
    display: none;
}
.offlineDonationDetails p, .offlineDonationDetails li {
    font-size: .9375rem;
    color: #444;
    font-weight: 400;
}
.offlineDonationDetails pre {
    color: #444;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
}
.offlineDonationDetails hr {
    color: #444;
}
.text-form-new{
    width:100%;
}
.form-group label {
    width: 100%;
}
.form-group.phone-code-select input {
    width: 70%;
    display: inline-block;
}

.form-group.phone-code-select select {
    width: 30%;
    height: 45px;
}

.donation-form-container select {
    width: 100%;
    height: 50px;
    outline: none;
    box-shadow: none;
    background-color: #fff;
    border: 0.078rem solid #666;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.08em 0.4em rgb(0 0 0 / 15%);
    color: #828382;
    padding: 5px 5px;
}
.donation-form-container select:focus{
    outline: none;
}
.select2-container.country-code-select .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    background-color: white;
    padding: 8px 0px;
    top: -12px;
    background-color: #fff;
    border: 0.078rem solid #666;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.08em 0.4em rgb(0 0 0 / 15%);
    color: #828382;
    position: relative;
} 


.text-form-new {
    outline: none;
    height: 45px;
    background-color: #fff;
    border: 0.078rem solid #666;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.08em 0.4em rgb(0 0 0 / 15%);
    color: #828382;
}
.text-form-new:hover, .text-form-new:focus {
    outline: none;
    box-shadow: none;
}

::placeholder {
    color: #e5ac00 !important;
    opacity: 0.6 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e5ac00 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #e5ac00 !important;
}
.support_one input{
  width: 100%;
  height: 50px;
  outline: none;
  font-weight: bold;
  font-size: 36px;
  color: #556325;
    background-color: #fff;
    border: 0.078rem solid #666;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.08em 0.4em rgb(0 0 0 / 15%);
    color: #828382;
}
.support_one .support-child{
  font-size: 36px;
  font-weight: bold;
}
.support_one .currency-child {
    font-size: 27px;
    color: #002d2395;
    font-weight: bold;
}
/*.donation-form-containe select{*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    outline: none;*/
/*    box-shadow: none;*/
/*}*/
.donation-form-container select {
    width: 100%;
    height: 45px;
    outline: none;
    box-shadow: none;
    background-color: #fff;
    border: 0.078rem solid #666;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.08em 0.4em rgb(0 0 0 / 15%);
    color: #828382;
    padding: 5px 5px;
}
.donation-form-container select:focus{
    outline: none;
}

.donation-form input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}
.donation-form {
 display: flex;
 height: 50px;
 width: 100%;
}


.donation-form label.radio-label {
  display: flex;
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 2px solid #444;
  background-color:#ffba00;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  transition: color --transition-fast ease-out,
              background-color --transition-fast ease-in;
  user-select: none;
  margin-right: 8px;
  font-weight: 600;
  font-size: 1.375rem;
  
}

h4.section_heading {
    color: #333;
    font-weight: 500;
    line-height: 1.3;
    font-size: clamp(1.25rem,.8397435897rem + 1.2820512821vw,1.5rem);
    margin-top: 15px;
    
}

/*.donation-form  input[type="radio"]:checked + label.radio-label{*/
/*    background-color: #ffffff;*/
/*    color: #ffba00;*/
/*    border: 2px solid #ffba00;*/
/*}*/

.radio-img:checked + label{
    transform: scale(1.2);
   /* border: dashed 2px #ffc106!important;    */
    border: dashed 4px #ff0654!important; 
}


.header-text-select {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
}
.description-text-select {
    margin-bottom: 0px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single{
  border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  white-space: normal;
  background-color: white;
}
.select2-container.currency-container .select2-selection--single .select2-selection__rendered ,.location-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    background-color: white;
    min-height: 40px;
    padding: 5px 15px;
    border: 0.078rem solid #666;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.08em 0.4em rgb(0 0 0 / 15%);
    color: #828382;
    padding: 5px 5px;
}
.select2.select2-container.select2-container--default.location-container.select2-container--focus .select2-selection--single{
    background: transparent !important;
}
.select2-container--default .select2-selection--single{
    background: transparent !important;
}
.select2-container.program-container-option{
  min-height: 90px;
}
.program-container-option.select2-container--default .select2-selection--single .select2-selection__arrow,
.location-container.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 38%;
}
.currency-container.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 29%;
  right: 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #ff007b;
  color: white;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .header-text-select{
  color: white;
}
#otherMonth label,#otherMonth small,#chooseChildren small{
  width: 100%;
}
#otherMonth small,#chooseChildren small{
  color: #64691e !important;
}
#otherMonth input,#chooseChildren input {
    display: block;
    height: 45px;
    color: black;
    text-align: center;
    font-weight: 700;
    outline: none;
    background-color: #fff;
    border: 0.078rem solid #666;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.08em 0.4em rgb(0 0 0 / 15%);
    color: #828382;
}

#currencySelected{
  text-transform: uppercase;
}

.required {
    color: red;
    padding-left: 5px;
}

@media only screen and (max-width:600px){
    .support_one input{
        height:auto;
        font-size: 24px;
    }
  
    .support_one .support-child {
        font-size: 27px !important;
    }
    .heading-title{
        margin-top: 15px !important;
        margin-left: 13px !important;
    }
    .bold-text{
        padding-left: 0 !important;
    }
    .image {
        width: 100% !important;
        margin: 5px;
    }
    .donation-form{
        height:auto;
        flex-wrap: wrap;
    }
    .donation-form label.radio-label{
        margin-right: 8px;
        margin-bottom: 8px;
        width: 100% !important;
    }
    input.form-input-others{
        width: 98%;
        margin-bottom: 10px;
        margin-right:0px;
    }
}

.donation-form.children-selection-input label {
    width: 14%;
    margin-bottom: 10px;
}
.donation-form {
    display: flex;
    /* height: 50px; */
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}
    .donation-form.payment_choosen label {
        width: 48%;
        margin: 0;
        border-radius: 0px;
        border: none;
}

.radio-img-input:checked[type=radio]+label {
    border: 2px dashed #ffc107;
    transform: scale(1.1);
}

#cause_campaign:focus {
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    
    border:2px solid blue;
}
#cause_campaign {
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    border-color: black;
}

.radio-label-img {
    cursor: pointer;
}

.iti__country{
    color:black;
}
.iti{
    width:100%;
}

i {
    margin: 5px 5px;
}

i.trash {
    color: red;
}

i.edit {
    color: blue;
}

i.view{
    color: green;
}

i.chart {
    color: green;
}

i.pause{
    color: orange;
}

 @media (max-width: 992px) {
        .dt-button span{
          font-size: 0; /* Set font size to 0 to hide text */
          }
        }

        .dt-button{
            width:165px;
        }
        @media (max-width: 768px) {
          .dt-button {
            padding: 5px; /* Add padding to button */
            background: none; /* Remove button background */
            border: none; /* Remove button border */
            width: 45px;
            height: 45px;
          }
          
          .dt-button.buttons-select-all:before {
            content: "\f560"; /* Add icon using Font Awesome */
            font-family: 'DupletSemibold', sans-serif !important;
            font-size: 20px; /* Set icon size */
            color: #000; /* Set icon color */
            width: 45px;
            height: 45px;
          }

          .dt-button.buttons-select-none:before {
            content: "\f146"; /* Add icon using Font Awesome */
            font-family: 'DupletSemibold', sans-serif !important;
            font-size: 20px; /* Set icon size */
            color: #000; /* Set icon color */
            width: 45px;
            height: 45px;
          }

          
          .dt-button.buttons-csv:before {
            content: "\f6dd"; /* Add icon using Font Awesome */
            font-family: 'DupletSemibold', sans-serif !important;
            font-size: 20px; /* Set icon size */
            color: #000; /* Set icon color */
            width: 45px;
            height: 45px;
          }

          
          .dt-button.dt-addnew:before {
            content: "\f055"; /* Add icon using Font Awesome */
            font-family: 'DupletSemibold', sans-serif !important;
            font-size: 20px; /* Set icon size */
            color: #000; /* Set icon color */
            width: 45px;
            height: 45px;
          }
        }