Current File : /home/resuelf/www/wp-content/plugins/nitropack/view/stylesheet/np_safemode.css |
.np-safemode-title {
position: relative;
background-color: #674399;
padding: 15px;
margin: 0;
font-size: 17px;
padding: 15px;
color: #fff;
font-weight: 600;
text-align: center;
letter-spacing: 0.5px;
border-top-left-radius: 30px;
}
.np-safemode-msg {
position: relative;
background-color: #1b004e;
padding: 20px;
font-size: 15px;
color: #fff;
font-weight: 400;
text-align: center;
letter-spacing: 0.5px;
}
.np-safemode-controls {
display: flex;
flex-wrap: wrap;
width: 100%;
padding-top: 20px;
padding-bottom: 10px;
background-color: #1b004e;
border-bottom-right-radius: 30px;
}
.btn {
display: flex;
margin: auto;
padding: 0 15px 0 15px;
font-weight: 400;
cursor: pointer;
text-align: center;
align-items: center;
user-select: none;
border: 0px solid transparent;
height: 40px;
border-radius: 30px;
}
.btn-sec {
color: #fff;
background-color: #4600cc;
}
a.btn-sec:hover{
color: #fff;
}
.btn-main {
color: #212529;
background-color: #0addb5;
}
a.btn-main:hover{
color: #212529;
}
#nitropack-safemode-popup {
display: none;
position: absolute;
white-space: normal;
max-width: 400px;
width: 400px;
background: #1b004e;
z-index: 10001;
border: 0px solid #1b004e;
border-radius: 30px 0;
box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
left: 0;
text-align: center;
}
@media (max-width: 768px) {
#nitropack-safemode-popup {
position: absolute;
max-width: 100%;
left: 0;
}
}
#nitropack-safemode-veil {
display: none;
position: fixed;
content: "";
background-color: rgba(0, 0, 0, 0.5);
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 10000;
}
i.np-safemode-loader-icon {
font-size: 40px;
position: relative;
top:50%;
}