.toggle-switch{width:28px;height:16px;background:#fdfdfd;transition:background .1s cubic-bezier(.4,0,.2,1),border .1s cubic-bezier(.4,0,.2,1);position:relative;border-radius:12px;vertical-align:middle;border:2px solid #dfdfdf}.switch-knob{left:0;width:12px;height:12px;background-color:#fff;position:absolute;border-radius:50%;margin-top:1px;border:2px solid #dfdfdf}.toggle-switch.isOn{background:#1772f6!important;border-color:transparent!important}.switch-knob.isOnKnob{left:calc(100% - 15px)!important;border-color:transparent!important}.message-window .message-box{width:25%;display:flex;flex-direction:column;justify-content:center;align-items:center}.message-buttons{width:100%;display:flex;justify-content:center}.account-row-title{display:flex;padding-left:16px;align-items:center}.account-row-title img{margin-right:5px}.message-box .message-buttons .message-continue-btn{margin-left:0;width:30%}.message-continue-btn-two{margin:0 5px}@media (max-width:767px){.message-window .message-box{width:80%;align-items:normal}}