

.alert_fuel_banner{
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;


background-color: rgba(1, 48, 120,0.65);
z-index: 50000;


}

.fc_banner_inner{
position: relative;
top: 15%;
left: 0;
margin:0 auto;
width: 60%;



background-color: #ffd700;
border-top: 2px solid #013078;
border-left: 2px solid #013078;
border-right: 2px solid #013078;
border-radius: 12px 12px 0 0;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

}
.fc_banner_conf{
position: relative;
top: 15%;
left: 0;
margin:0 auto;
width: 60%;
height: 10%;
background-color: #013078;
border-radius: 0 0 12px 12px;

border-bottom: 2px solid #013078;
border-left: 2px solid #013078;
border-right: 2px solid #013078;
}
.fc_banner_conf:hover{

background-color: #000;
cursor:pointer;
}
.fc_banner_conf:hover .txt_gen_btn_acc{
color: #ffd700;
background-color: #000;
cursor:pointer;
}


.fc_banner_main{

color: #013078;
font-family: font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
/* border: 1px solid #000; */
padding: 10px;

}
.tx_box{
/* overflow-y: scroll; */

/* border: 1px solid green; */
}

.txt_gen_sen{
letter-spacing: 1.3px;
line-height: 1.2;
}
.txt_gen_sen_aster{
font-size: 80%;
}
.txt_gen_btn_acc{
position: absolute;
top: 0;
left: 0;
width: 99%;
letter-spacing:1.6px;
font-size: 150%;
color: #ffd700;
text-align: center;


/* border: 1px solid blue; */
}
.closex{
font-size: 120%;
font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
cursor:pointer;
}