/*Write your custom style or CSS code here*/
html[data-bs-theme="light"] img.logo-img.light{
    display: inherit;
}
html[data-bs-theme="light"] img.logo-img.dark{
    display: none;
}
html[data-bs-theme="dark"] img.logo-img.light{
    display: none;
}
html[data-bs-theme="dark"] img.logo-img.dark{
    display: inherit;
}

.bootstrap-switch {
    display: inline-block !important;
    vertical-align: middle !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    min-width: 115px !important;
    width: 115px !important;
    max-width: 115px !important;
    height: 38px !important;
    line-height: 38px !important;
}

.bootstrap-switch-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 115px !important;
    min-width: 115px !important;
    height: 38px !important;
    transition: margin-left 0.2s ease !important;
}

.bootstrap-switch-handle-on,
.bootstrap-switch-label,
.bootstrap-switch-handle-off {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    box-sizing: border-box !important;
    height: 38px !important;
    line-height: 38px !important;
    white-space: nowrap !important;
    float: none !important;
}

.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off {
    width: 38px !important;
    min-width: 38px !important;
    padding: 0 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    overflow: hidden !important;
}

.bootstrap-switch-label {
    width: 39px !important;
    min-width: 39px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #dfe5ff !important;
}