html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
}

.otus {
    background-color: #02a093 !important;
    color: white !important;
}

.select-wrapper * {
    transition: none !important;
    transform: none !important;
}