Current File : //var/webuzo-data/roundcube/public_html/plugins/webuzo/soft2fa/css/soft2fa_legacy.css |
.text-center{
text-align: center;
}
.text-right{
text-align: right;
}
.p-4 {
padding: 26px !important;
}
.mt-3,
.mt-2{
margin-top: 14px;
}
.mt-4{
margin-top: 16px;
}
.whitelist-table td,
.whitelist-table th {
padding: 12px !important;
}
.whitelist-table thead {
background: #cecece;
color: #3a4046;
}
.modal {
display: none;
position: fixed;
z-index: 1050;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.5);
}
.modal-dialog {
margin: 10% auto;
width: 90%;
max-width: 500px;
}
.modal-content {
background-color: #fff;
border-radius: 4px;
padding: 0;
box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
.modal-header {
padding: 10px 15px;
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
align-items: center;
}
.modal-title {
margin: 0;
font-size: 18px;
font-weight: bold;
}
.btn-close {
background: none;
border: none;
font-size: 20px;
cursor: pointer;
}
.modal-body {
padding: 15px;
}
.modal-footer {
padding: 10px 15px;
border-top: 1px solid #ddd;
display: flex;
justify-content: flex-end;
gap: 10px;
}
.btn {
padding: 6px 12px;
cursor: pointer;
border: none;
border-radius: 3px;
font-size: 14px;
height: auto;
}
.soft-btn,
.btn-primary,
a.btn-primary {
background: #007bff;
color: white;
text-decoration: none;
height: auto;
}
.btn-danger {
background: #dc3545;
color: white;
text-decoration: none;
}
.btn-danger.btn-sm {
font-size: 12px;
}
.pref-main-title {
font-size: 14px;
}
/* .option_preference {
grid-template-columns: 75% auto;
} */
.pref-icon,
.btn-close{
display: none;
}
.pref-title {
font-size: 14px;
}
.soft-btn {
padding: 14px;
font-size: 12px;
}
.soft-btn:hover,
.soft-btn:focus{
background: #3a7bd1;
border: none;
cursor: pointer;
}
.otp-wrapper {
display: grid;
grid-template-columns: 13% 13% 13% 13% 13% 13%;
grid-column-gap: 18px;
}
.form-control {
width: 100%;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
color: #495057;
margin-top: 8px !important;
padding: 8px 0 !important;
text-indent: 10px;
}
.reload-icon::before {
content: "click here";
width: auto;
color: #007bff;
}
.copy-icon::before {
content: "copy code";
text-shadow: none;
color: #007bff;
display: block;
width: 100%;
font-size: 14px;
}
.ui-dialog-title {
font-size: 14px;
margin: 16px 0 6px 10px;
}
.ui-button.ui-dialog-titlebar-close {
position: absolute;
right: 10px;
top: 10px;
}
.ui-dialog .ui-dialog-content {
min-height: auto !important;
font-size: 12px;
}
.ui-dialog .ui-dialog-buttonpane button {
font-size: 12px;
}