* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color:rgb(45, 51, 58);
    font-size: 14px;
}

h1, h2 {
    color: rgb(45, 51, 58);
}

h1 {
    font-size: 1.55rem;
}

h2 {
    font-size: 1.4rem;
}

.logos-panel {
    display: none;
}

.wrapper {
    display: flex;
    flex-direction: column;
}

header {
    font-size: 1em;
    font-weight: 400;
    user-select: none;
}


@media only screen and (min-width: 760px) {
    body {
        background-color: #2a2a2a;
    }

    .wrapper {
        min-height: 100vh;
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    header {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .body-container {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .logos-panel {
        border-radius: 9px 0px 0px 9px;
        background-color: #383838;
        border-color: #383838;
        min-height: 521px;
        max-height: 677px;
        height: 100%;
        padding: 41px 47px;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        color: white;
    }

    .main-panel {
        border-radius: 0px 9px 9px 0px;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        min-height: 521px;
        max-height: 677px;
        height: 100%;
        padding: 70px 47px;
        margin-bottom: auto;
        margin-top: auto;
        width: 100%;

    }

    .nav-logo {
        display: none;
    }

    .logo {
        height: 52px;
        user-select: none;
    }

    .slogan {
        font-size: 12px;
        padding-top: 0.8rem;
        margin-bottom: 1rem;
        user-select: none;
        white-space: nowrap;
    }

    .app-icons {
        height: 26px;
        margin-top: 60px;
    }

    .main-content {
        margin-top: auto;
        margin-bottom: auto;
    }
}


@media (max-width: 760px) {
    .nav-logo {
        height: 30px;
        margin-bottom: 10px;
    }

    header {
        background-color: #383838;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        padding: 0px 15px;
    }
    
    .main-panel {
        padding: 20px;
        margin-top: 30px;
    }
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

nav a {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

nav a:hover {
    color: white;
}

main {
    font-size: 16px;
    color: #7d7c83;
}

.lead {
    text-align: center;
    margin-bottom: 30px;
}

.main-panel {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main-content {
    display: flex;
    align-items: center;
}

.divider {
    height: 1px;
    width: 100%;
    display: inline-block;
    background-color: #747487;
    margin: calc(1rem + 12px) 0px;
}

.divider-with-text {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .divider-with-text::before {
        content: '';
        height: 1px;
        position: absolute;
        top: 1.8rem;
        left: 15px;
        right: 15px;
        background-color: #747487;
    }

    .divider-with-text span {
        background-color: #fff;
        padding-left: 12px;
        padding-right: 12px;
        display: inline-block;
        line-height: 24px;
        position: relative;
        z-index: 1;
        color: #747487;
        font-size: 0.8rem;
    }

.btn-inline {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    display: inline;
    vertical-align: inherit;
    text-align: inherit;
    font-size: inherit;
    line-height: inherit;
}

.lang-select {
    border: none;
    background: none;
    color: white;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    padding: 10px;
}

.lang-select-options {
    position: absolute;
    background-color: white;
    z-index: 100;
    padding: 10px 0px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
    visibility: hidden;
}

.lang-select-options.show {
    visibility: visible;
}

.lang-select-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
}

.lang-select-item:hover {
    text-decoration: none;
}

.lang-select-current .lang-select-item {
    color: #646464;
}

.lang-select-options .lang-select-item {
    color: #4D4D4D;
    padding: 5px 10px;
}

    .lang-select-options .lang-select-item:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

.lang-select-icon {
    display: inline-block;
    width: 1.333em;
    height: 1em;
}

.error-detail-label {
    font-weight: 500;
}

.error-detail-label::after {
    content: ":"
}

.focus {
    font-size: 1.25rem;
    color: #444;
}

.action-buttons {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* Loading animation */

.loader {
  color: grey;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.login-page {
    text-align: center;
}

.error:not(:has(:not(:blank))) {
    display: none;
}

.error-issue {
    color: #A22;
    margin-top: 20px;
}

.error-support {
    margin-top: 20px;
    opacity: 0.8;
}

.actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.compare .value {
    color:  #052c65;
}