/* Resellers Center - payment gateway status switch */

.bootstrap-switch {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    min-width: 105px !important;
    height: 32px !important;
}

.bootstrap-switch .bootstrap-switch-container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    height: 30px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 72px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 10px !important;
    white-space: nowrap !important;
}

.bootstrap-switch .bootstrap-switch-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 30px !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
}