.pantone354c{
color: #8dc63f ;
}
.dashboard-header {
color: #8dc63f ;
text-align:left;
}
.sidebar-content{
margin-top: 30%;
}



p, h1, h1, h3, h4, h5, h6, div, span, text, textarea, body, button, input, optgroup, select, textarea {
    font-family: 'Montserrat', sans-serif !important;
}




.news-headline {
color: #000000;
}

.js-btn-next{
color: #8dc63f ;
}

.pantone354cBG, #validateOTP,.swal2-confir{
	background-image: linear-gradient(to right, #009677, #8dc63f) !important;
    border-color: #8dc63f  !important;
	border-radius: 20px

}

.return_back_btn,.previous_button{
	background-color: whitesmoke !important;
	color: #000 !important;
	border: 1px black solid !important;
	padding-top: 0px;
    border-radius: 20px !important;

}
.return_back_btn:hover,.previous_button:hover{
    color: #000;
    background-color: whitesmoke;
}

.add_another_nominee{
	background-color: black !important;
	color: white !important;
	border: 1px black solid !important;
	padding-top: 0px;
    border-radius: 20px !important;

}
.add_another_nominee:hover{
    color: black;
    background-color: gray;
}
.btn-primary,.btn-success{
    background-image: linear-gradient(to right, #009677, #8dc63f) !important;
    border-color: #8dc63f  !important;
	border-radius: 20px
}
.btn-info{
	background-color: whitesmoke !important;
	color: #000 !important;
	border: 1px black solid !important;
	padding-top: 0px;
    border-radius: 20px !important;
}
.color-white{
    color: #ffffff;
}

.active{
    color: #8dc63f !important;
}

.swal2-confirm{
    background-color: #8dc63f  !important;
    border-color: #8dc63f  !important;
}

.pantone354cBorder{
    border-color: #8dc63f  ;
}



.dashboard-header{
    color: #8dc63f ;
}

.side_by_side{
    display: inline-block;
    margin: auto;
}

.width-80{
    max-width: 80%;
}

.width-10{
    max-width: 10%;
}

.width-5{
    max-width: 5%;
}


.white-color {
    color: #ffffff;
}

.borderLess {
    border: none !important;
        border-radius: 0%;
}


.progress-bar{
    background-color: #8dc63f  !important;
}

 .bottom-line {
    border-bottom: 2px solid #8dc63f  !important;
}

 .select2-results__option--highlighted{
     background-color: #8dc63f  !important;
     border-color: #8dc63f  !important;

 }

input[type=radio]:checked {
    background-color: #8dc63f ;
}

input[type=checkbox]:checked {

    background-color: #8dc63f ;

}

input[type=radio] {

    outline: 0.1em solid #8dc63f ;


}

input[type=checkbox] {

    outline: 0.1em solid #8dc63f ;


}

.login_form:focus{
    border-bottom: 1px solid #8dc63f !important;

}
.form-label{
    visibility: hidden;
}
.login_form:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
}
.login_form:focus::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}
.login_form:focus:-ms-input-placeholder { /* IE 10+ */
    color: transparent;
}

.login_form_group:focus-within .form-label {
    color: #8dc63f;
    visibility: visible;
}
.visible {
    visibility: visible;
    color: #000;
}


#add_beneficiary_btn{

}




#add_Beneficiary{

}
.secondary-logo {position: absolute;
top: 0;
z-index: 11;
left: 4%;
width: 5%;
min-width: 50px;
}

.sidebar-icon{
    width: 50%;
    display: inline-block;
    margin: auto;
}

.sidebar-icon-img{

    max-width: 25%;
}

.padding_left_10{
    padding-left: 10%;
}

.padding_left_5{
    padding-left: 5%;
}

.padding_top_5{
    padding-top: 5%;
}


::-moz-selection {
    color: #fff;
    background-color: #8dc63f;
}

::selection {
    color: #fff;
    background-color: #8dc63f;
}

::-moz-selection {
    color: #fff;
    background-color: #8dc63f;
}


.actions li span,
.actions li button {
    /* height: 75px;
    width: 210px; */
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    /* border-radius: 5px; */
    /* line-height: 75px; */
    text-align: center;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.service-check-option span:after {
    left: 3px;
    top: 3px;
    content: '';
    width: 17px;
    height: 17px;
    display: none;
    position: absolute;
    border-radius: 100%;
    background-color: #8dc63f;
}


.form-inner-area input:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
    box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
    border: 2px solid #8dc63f;
}


input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="file"]) {
    height: 50px !important;
}