File: //home/cafsindia/public_html/wp-content/plugins/newsletter/admin/flows.css
.tnp-flow {
display: flex;
flex-direction: column;
align-items: center;
max-width: 1024px;
margin-bottom: 30px;
}
.tnp-flow.tnp-flow-row {
flex-direction: row;
width: 100%;
}
.tnp-flow>div {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tnp-flow>div.sources {
/*padding: 20px;*/
margin-bottom: 15px;
/*border: 1px dashed #999;*/
}
.tnp-flow-item {
display: block;
border: 1px solid #ddd;
border-radius: 20px;
width: 150px;
xmin-height: 70px;
color: #444 !important;
text-decoration: none;
text-align: center;
font-size: 16px;
padding: 15px;
padding-top: 10px;
margin: 7px;
cursor: pointer;
background-color: #fff;
box-shadow: 0 0 3px #fff;
font-size: 13px;
font-weight: normal;
line-height: normal;
}
.tnp-flow-item.wide {
width: 250px;
}
.tnp-flow-item.inactive {
border: 1px dashed #ccc;
background-color: #f4f4f4;
}
.tnp-flow-arrow {
color: #666 !important;
font-size: 20px;
margin: 7px;
}
.tnp-flow-item.source {
xmin-height: 55px;
height: auto;
min-height: fit-content;
}
.tnp-flow-item.compact {
xmin-height: 55px;
}
/* Settings popup */
.tnp-flow-fieldset {
display: none;
justify-content: center;
position: fixed;
xdisplay: none;
max-width: 100%;
height: 100%;
padding-bottom: 50px;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000aa;
z-index: 1000;
}
.tnp-flow-fieldset>div {
position: relative;
max-width: 100%;
width: 1024px;
/*overflow-y: auto;*/
height: fit-content;
max-height: 80%;
background-color: #fff;
margin-top: 60px;
padding: 15px;
padding-top: 30px;
padding-right: 0;
border-radius: 5px;
box-shadow: 0 0 5px #999;
display: flex;
flex-direction: column;
}
.tnp-flow-fieldset>div>section {
overflow-y: auto;
}
.tnp-flow-fieldset>div>footer {
height: fit-content;
text-align: right;
padding-top: 20px;
flex-grow: 0;
padding-right: 15px;
}
.tnp-flow-fieldset i.fas.fa-times {
display: block;
position: absolute;
right: -10px;
top: -10px;
font-size: 20px;
color: #fff;
background-color: #444;
padding: 5px;
border-radius: 50%;
width: 32px;
line-height: normal;
height: 32px;
text-align: center;
border: 1px solid #fff;
}
.tnp-flow-fieldset>div>p {
color: #000 !important;
}