/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/


/* code for faq */

.ray-container {
    display: flex; 
    align-items: center; /* Vertically center the items */
    padding-left: 20px;  /* Left padding */
    padding-right: 5px;  /* Right padding */
}

.ray-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #EFE9DC !important;
    display: flex;
    align-items: center; /* Vertically center the content inside the circle */
    justify-content: center; /* Horizontally center the content inside the circle */
    border: 2px solid  #9a7a51;
    font-size: 24px;
    font-weight: bold;
    color:  #9a7a51;
    margin-right: 10px; /* Space between the circle and the text */
}

.ray-container h3 {
    margin: 0; /* Removing default margin */
}

.nasa-icon-box .box-text {
    color: #5B6B55;
}

.nasa-icon-box .box-desc {
    opacity: .8;
    color: black;
}


/* Removing default margin for faq*/




.no-space-columns {
    padding-left: 0px;  
    padding-right: 0px;
}

/* code for deposit plugin */


.awcdp-deposits-wrapper .awcdp-deposits-option .pay-deposit.awcdp-radio {
background: #f76b6a;
color: #fff;
padding: 10px;
text-align: left;
margin: 5px;
border: 0;
display: flex;
}

.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio+.awcdp-radio-label {
color: red;

}

.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description {
color: #fff;
padding-left: 6px;
line-height: 20px;
}

.awcdp-deposits-wrapper .awcdp-deposits-option {
border: 0;
}

.awcdp-deposits-wrapper .awcdp-deposits-option {
width: 250px;
}