.toggle-wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.toggle-wrap.half-w{width:50%}.toggle-wrap .label-wrap{width:calc(100% - 140px)}.toggle-wrap .label-wrap.full{width:100%}.toggle-wrap .custom-switch{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;width:80px;min-width:80px}[dir] .toggle-wrap .custom-switch{padding-top:5px}[dir=ltr] .toggle-wrap .custom-switch{float:left;padding-right:20px}[dir=rtl] .toggle-wrap .custom-switch{float:right;padding-left:20px}[dir=ltr] .toggle-wrap .custom-switch.float-r{float:right}[dir=rtl] .toggle-wrap .custom-switch.float-r{float:left}.toggle-wrap .custom-switch.w-auto{width:auto}[dir] .toggle-wrap .custom-switch .switch-label{padding-top:2px}[dir=ltr] .toggle-wrap .custom-switch .switch-label{padding-left:14px}[dir=rtl] .toggle-wrap .custom-switch .switch-label{padding-right:14px}.toggle-wrap .custom-switch input[type=checkbox]{height:0;width:0;visibility:hidden}.toggle-wrap .custom-switch .toggle{text-indent:-9999px;width:60px;height:30px;display:block;position:relative;color:#000}[dir] .toggle-wrap .custom-switch .toggle{cursor:pointer;background:#e5e4df;border-radius:100px}.toggle-wrap .custom-switch .toggle:after{content:"";position:absolute;top:5px;width:20px;height:20px;transition:.3s}[dir] .toggle-wrap .custom-switch .toggle:after{background:#fff;border-radius:50%;-webkit-transition:.3s}[dir=ltr] .toggle-wrap .custom-switch .toggle:after{left:5px}[dir=rtl] .toggle-wrap .custom-switch .toggle:after{right:5px}.toggle-wrap .custom-switch input:checked+.toggle{color:#fff}[dir] .toggle-wrap .custom-switch input:checked+.toggle{background:#0f4c81}[dir=ltr] .toggle-wrap .custom-switch input:checked+.toggle:after{left:calc(100% - 5px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}[dir=rtl] .toggle-wrap .custom-switch input:checked+.toggle:after{right:calc(100% - 5px);-webkit-transform:translateX(100%);transform:translateX(100%)}.toggle-wrap .custom-switch .toggle:active:after{width:130px}.text-center .ag-header-cell-label{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}