.onoffswitch {
    margin-top: 80px;
    padding-right: 50px;
    float: right;
    position: relative; width: 90px; !important;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; !important;
}
.onoffswitch-checkbox {
    display: none; !important;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer; !important;
    border: 2px solid #999999; border-radius: 20px; !important;
    pointer-events: auto;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%; !important;
    transition: margin 0.3s ease-in 0s; !important;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px; !important;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; !important;
    box-sizing: border-box; !important;
}
.onoffswitch-inner:before {
    content: "\f186"; !important;
    padding-left: 29px; !important;
    background-color: #34A7C1; color: #FFFFFF; !important;
}
.onoffswitch-inner:after {
    content: "OFF"; !important;
    padding-right: 10px; !important;
    background-color: #EEEEEE; color: #999999; !important;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 30px; margin: 0px; !important;
    background: #FFFFFF; !important;
    position: absolute; top: 0; bottom: 0; !important;
    right: 56px; !important;
    border: 2px solid #999999; border-radius: 20px; !important;
    transition: all 0.3s ease-in 0s; !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0; !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; !important;
}

.nightmodeIcon{
    margin-top: 15px;
    margin-left: 29px;
    width: 2.5em;
    height: 2.5em;
    border-radius: 10px;
    display: inline-block;
}