﻿* {
    font-family: 'Lato', sans-serif !important;
}

.ant-btn {
    border-radius: 8px !important;
}

.ant-switch {
    background-color: transparent !important;
}

.ant-switch .ant-switch-inner {
    background: rgba(0, 0, 0, 0.45);
    height: 50%;
}

.ant-switch .ant-switch-handle {
    scale: 1.2;
}

.ant-alert-success {
    background-color: rgba(246, 255, 237, .2);
}

.ant-alert-info {
    background-color: rgba(230, 244, 255, .2);
}

.ant-alert-warning {
    background-color: rgba(255, 251, 230, .2);
}

.ant-alert-error {
    background-color: rgba(255, 242, 240, .2);
}
