/**************************************************************************/
/*                                                                        */
/*  This file is part of TrustInSoft as a Service.                        */
/*                                                                        */
/*    Copyright (C) 2016-2022 TrustInSoft                                 */
/*                                                                        */
/*  All rights reserved.                                                  */
/*                                                                        */
/**************************************************************************/

html,
body {
    height: 100%;
}

body {
    background-color: rgb(65, 72, 77);
    margin: 0;
    padding: 0;
    color: white;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a:hover,
a:focus,
a:visited,
a {
    color: #f26623;
    cursor: pointer;
    text-decoration: none;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.flex-v {
    display: flex;
    flex-direction: column;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

#version {
    color: rgb(58 58 58);
    margin-bottom: 10px;
}
