@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    box-sizing: border-box;
}

html {
    overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans';
}

img {
    max-width: 100%;
}

input, select, button, textarea {
    font-family: 'Noto Sans';
}

body, :root {
    background-color: #f3f3f4;
    font-size: 13px;
    color: #231F20;
    overflow-x: hidden;
    outline: none;
}

form, .form-div {
    max-width: 300px;
    margin: 0px auto;
}

.errorText {
    color: red;
}

.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    font-size: 15px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus, .single-line:focus {
    border-color: var(--primary-color) !important;
    transition: ease-in-out 500ms;
}

.form-control::placeholder {
    opacity: 0.5;
}

.form-control,
.form-control:focus {
    box-shadow: none;
}

.form-group label {
    font-size: 14px;
    color: #495760;
    font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #FFFFFF;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-close {
    background: transparent;
    color: #495760;
    border: 2px solid #DBDBDA;
}

.block {
    display: block !important;
}

.form-group.checkbox-form {
    display: flex;
    margin-bottom: 0!important;
    align-items: center;
}

.form-group.checkbox-form label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0!important;
    font-weight: 600;
    word-break: break-all;
}
.form-group.checkbox-form.filter label {
    font-weight: normal;
}
.form-group.checkbox-form input[type=checkbox],
.form-group.checkbox-form input[type=radio] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group.checkbox-form .checkbox-holder:before {
    content:'';
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: .2em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.form-group.checkbox-form input:checked + .checkbox-holder:before {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.form-group.checkbox-form input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 4px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group.checkbox-form input:disabled + .checkbox-holder:before {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.loginscreen.middle-box h3 {
    color: #676a6c;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.middle-box {
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.text-center {
    text-align: center !important;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

@media (max-width: 850px) {
    .logo-name {
        font-size: 150px;
        letter-spacing: -5px;
    }
}

@media (max-width: 550px) {
    .logo-name {
        font-size: 75px;
        letter-spacing: -3px;
    }
}

.m-t {
    margin-top: 15px;
}

.m-b {
    margin-bottom: 15px;
}

div.locale-switcher-dropdown {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10001;
    font-weight: 700;
    color: #647178!important;
}
ul.locale-switcher-dropdown-menu {
    top: 25px!important;
    left: -53px!important;
    min-width: 140px!important;
    padding: 5px 0!important;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    position: absolute;
    will-change: transform;
    transform: translate3d(-44px, 27px, 0px);
}
.locale-switcher-dropdown-link span {
    font-weight: 700;
}
.locale-switcher-dropdown img {
    width: 22px;
}
.locale-switcher-dropdown-toggle {
    cursor: pointer;
    white-space: nowrap;
}
.locale-switcher-dropdown-menu.show {
    display: block!important;
}
.locale-switcher-dropdown-menu.hide {
    display: none;
}
.locale-switcher-dropdown-item {
    display: block;
    margin: 0px auto;
    width: fit-content;
}
.locale-switcher-dropdown-link {
    margin: 4px;
    color: rgb(33, 37, 41);
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    padding: 5px 20px;
}
.locale-switcher-dropdown-link:hover {
    background-color: #f5f5f5;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.position-absolute {
    position: absolute;
}

.move-offscreen {
    left: -9999px;
}
