.theme-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 50px;
}
.theme-switch input {
    display: none;
}
input:checked + .slider {
    background-color: #66bb6a;
}

.slider.round {
    border-radius: 34px;
}
.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 400ms;
}
input:checked + .slider::before {
    transform: translateX(26px);
}
.slider.round::before {
    border-radius: 50%;
}
.slider::before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: 400ms;
    width: 16px;
}
.img-size-25 {
    width: 25px;
}

.img-size-25 {
    height: auto;
}
.dropdown-footer, .dropdown-header {
    display: block;
    font-size: .875rem;
    padding: 0.5rem 0.5rem 2.5rem 0.5rem;
    text-align: center;
}
body {
    background: #dedede;
}
.page-wrap {
    min-height: 100vh;
}
.alert {
    position: relative;
    padding: 2px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-dismissible .close, .alert-dismissible .mailbox-attachment-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 2px;
    color: inherit;
}
.inputError {
    display: none;
}
