/* Toggle Button design */
.dusky-toggle-wrap {
    width: 150px;
    height: 60px;
    background: #475f94;
    display: flex;
    align-items: center;
    justify-content: center;
}
