.confirmo-backdrop {
font-family: 'Mukta', sans-serif;
position:fixed;
background-color:rgba(0,0,0,0.7);
top:0px;
left:0px;
z-index:2000;
width:100vw;
height:100vh;
padding:10px;
padding-top:7vh;
/*padding-top:15vh;*/
box-sizing:border-box;
animation:confirmo-come-up 0.5s forwards ease-in-out;
display:none;
}
.confirmo-modal {
font-family: 'Mukta', sans-serif;
width: 400px;
max-width: 100%;
background-color: white;
box-sizing: border-box;
box-shadow: 0px 2px 4px #2a2b2d;
animation: confirmo-fade-in 0.5s forwards ease-in-out;
position: relative;
}
.confirmo-modal {padding: 20px 15px 10px 15px;border-radius: 5px;}
.confirmo-modal #confirmo-content {line-height: 25.6px;}
.confirmo-modal #confirmo-content .sft {
padding: 0 0 10px 0;
margin: 0 0 10px 0;
border-bottom: solid;
border-width: 1px;
border-color: #b5b5b5;
}
.confirmo-modal #confirmo-content .stt {
font-weight: bold;
color: #4c4c4c;
}
.confirmo-controls {margin:0;}
.confirmo-controls #confirmo-right {display: none !important;}
.confirmo-controls #confirmo-left {
cursor: pointer !important;
background-color: #c1c1c1 !important;
float: none;
border: 0px;
padding: 2px 8px 0px 8px;
margin: 20px 0 0 0;
border-radius: 3px;
font-weight: normal;
color: #fff;
font-size: 12px;
}