.col-lg-4.qrcode-pullout {
margin-bottom: -40px;
border-radius: 0 0;
}
.dashboard-subheader-area {
padding: 0 15px;
margin-bottom: 30px;
}
.dashboard-subheader-area .profile-tab-pane.listing-tab-pane {
border-radius: 0 0 10px 10px;
font-size: smaller;
color: #000;
background: #eaf1f7;
}
.company_url_redirect-loading {
position: absolute;
top: 8px;
right: 100px;
-webkit-animation: rotatingLoadingIcon 1s linear infinite;
z-index: 10;
}
@-webkit-keyframes rotatingLoadingIcon {
from{ -webkit-transform: rotate(0deg); }
to{-webkit-transform: rotate(-360deg);}
}
.ajax-response-container {
position: absolute;
top: 3px;
left: 10px;
right: 10px;
background: white;
color: #0083a9;
font-size: 1rem;
padding: 5px;
}
.countIcon {
font-weight: bold;
width: 30px;
height: 30px;
background: #00a381;
display: block;
text-align: center;
line-height: 30px;
border-radius: 50%;
color: #fff;
margin: 7px;
}
#product-general-qrcode-only .rwmb-field.rwmb-button-wrapper.rwmb-form-submit {
margin-bottom: 0;
padding-bottom: 2px;
padding-right: 10px;
}
.step-icon {
width: 64px;
height: 64px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem;
}
.icon-success { background-color: rgba(26, 161, 129, 0.1); }
.icon-danger  { background-color: #fee2e2; }
.btn-brand-primary { background-color: #1aa181; color: #fff; border: none; }
.btn-brand-primary:hover { background-color: #158f71; color: #fff; }
.btn-brand-dark { background-color: #144b63; color: #fff; border: none; }
.btn-brand-dark:hover { background-color: #0f3a4d; color: #fff; }
.btn-brand-light { background-color: #d4e0eb; color: #144b63; border: none; }
.btn-brand-light:hover { background-color: #bfcfde; color: #144b63; }
.text-brand { color: #1aa181; }div.rwmb-confirmation,div.rwmb-error,#rwmb-validation-message{padding:.75em 1.25em;margin-top:1em;margin-bottom:1em;border:1px solid transparent;border-radius:.25em}div.rwmb-confirmation p,div.rwmb-error p,#rwmb-validation-message p{margin:0}.rwmb-button.remove-clone i,.rwmb-button.remove-clone i:before{width:20px;height:20px;line-height:20px;font-family:sans-serif;font-weight:bold;font-style:normal;text-align:center;position:relative;display:inline-block;vertical-align:top}div.rwmb-confirmation{border-color:#d0e9c6;background-color:#dff0d8;color:#3c763d}div.rwmb-error,#rwmb-validation-message{border-color:#f5c6cb;background-color:#f8d7da;color:#721c24}.rwmb-button{margin:10px 10px 0 0}.rwmb-button.remove-clone{width:20px;height:20px}.rwmb-button.remove-clone i:before{content:"\2013";top:-2px}.rwmb-loading{margin-left:5px;height:15px;width:15px;color:#fff;position:relative;display:inline-block;border:2px solid;border-radius:50%;border-right-color:#5a5a5a;animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}