@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Aptos','Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background: url(../assets/images/paper-1.png);
    background-size: auto;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    background: url(../assets/images/paper-1.png);
    background-size: auto;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: white;
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .navbar-flex {
        flex-direction: column !important
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

/*        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }
*/
/*        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }
*/

@media (min-width: 320px) {
    .sidebar .nav-item a {
        color: #30363D;
        height: 3rem;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 14px;
    }
}


@media (min-width: 992px) {
    .sidebar .nav-item a {
        color: #30363D;
        height: 3rem;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 11px;
    }

    .logout-btn {
        text-transform: uppercase;
        font-weight: 700;
        color: #30363D;
        font-size: 11px;
    }
}

@media (min-width: 1024px) {
    .sidebar .nav-item a {
        color: #30363D;
        height: 3rem;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 14px;
    }

    .logout-btn {
        text-transform: uppercase;
        font-weight: 700;
        color: #30363D;
        font-size: 14px;
    }
}

@media (min-width: 1440px) {
    .sidebar .nav-item a {
        color: #30363D;
        height: 3rem;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 16px;
    }

    .logout-btn {
        text-transform: uppercase;
        font-weight: 700;
        color: #30363D;
        font-size: 16px;
    }
}
.sidebar .nav-item a.active {
    background-color: #D1DA40;
    color: #30363D;
}

.sidebar .nav-item a:hover {
    background-color: #D1DA40;
    color: #30363D;
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    app {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        height: auto;
        position: static;
        top: 0;
    }

    .sidebar .navbar-flex {
        flex-direction: row !important
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


@media (min-width: 992px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-md .navbar-collapse-custom {
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.navbar-collapse-custom {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: static;
        top: 0;
    }

    .navbar-expand-md {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .navbar-expand-md .navbar-toggler {
            display: block;
        }

        .navbar-expand-md > .collapse {
            display: none !important;
        }

        .navbar-expand-md .navbar-collapse-custom {
            display: block;
            -ms-flex-preferred-size: auto;
            flex-basis: 100%;
        }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .order-md-0 {
        -ms-flex-order: 1;
        order: 1;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}


.wrapper {
    width: 100%;
    height: 100%;
}

@media (min-width: 1320px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1580px;
    }
}

.table-skills {
    border: 1px solid darkgray;
}

    .table-skills ul {
        padding: 0;
        list-style: none;
        margin: 0;
        background: white;
    }

.table-skills-group {
    padding: 8px 145px 8px 8px;
    color: black;
    background: #e6ecef;    
    width: 100%;
    border-top: 1px solid darkgray;
}

.table-skills-subgroup {
    padding: 8px 145px 8px 8px;
    color: white;
    background: white;
    width: 100%;
    border-top: 1px solid darkgray;
}

    .table-skills-subgroup input {
        margin-left: 20px;
        width: calc(100% - 20px);
    }

.table-skills-skill {
    border-top: 1px solid darkgray;
    padding: 8px 145px 8px 8px;
}

.border-top-skill {
    border-top: 1px solid darkgray;
}

.btn-border-radius {
    border-radius: 30px;
}

.bubble {
    height: 38px;
    width: 37px;
    padding: 3px;
}

.form-control-custom {
    height: 50px;
    color: black;
    background-color: #bfc0c1;
}

table {
    width: 100%;
}

    table th {
        padding: .75rem;
        border: none;
        vertical-align: bottom;
    }

    table td {
        padding: .75rem;
        border: none;
        vertical-align: top;
    }

hr {
    border: 1px solid #fce406;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-style {
    color: white;
    padding: 5px 15px 5px 15px;
    background: #0173bc;
    width: 100%;
    border: 1px solid #0173bc;
    border-radius: 25px;
}

    .btn-style:hover {
        color: white;
        padding: 5px 15px 5px 15px;
        background: #0173bc;
        width: 100%;
        border: 1px solid #0173bc;
        border-radius: 25px;
    }

.btn-style-danger {
    color: white;
    padding: 5px 15px 5px 15px;
    background: red;
    width: 100%;
    border: 1px solid red;
    border-radius: 25px;
}

    .btn-style-danger :hover {
        color: white;
        padding: 5px 15px 5px 15px;
        background: red;
        width: 100%;
        border: 1px solid red;
        border-radius: 25px;
    }


.btn-style-support {
    color: black;
    padding: 5px 30px 5px 30px;
    background: white;
    border: 1px solid black;
    border-radius: 25px;
    text-align: center;
}

.score {
    margin-right: 10px;
    background: grey;
    border-radius: 25px;
    padding: 4px 10px;
    width: auto;
}

.score-color-acquired {
    color: #D1DA40;
}

.score-color-not-acquired {
    color: white;
}

.logo-bjorg {
    width: 100px;
}
.yellow {
    color: #FFCC00;
}
.position-relative-grid {
    position: relative;
}

.grid-expander {
    position: absolute;
    top: 8px;
    right: 5px;
}

.sticky-position {
    position: sticky;
    top: 30px;
}

.btn-round {
    padding: 6px 9px 6px 12px;
    border-radius: 30px;
}

.btn-remove {
    position: absolute;
    right: 95px;
    top: 8px;
    padding: 6px 9px 6px 12px;
    border-radius: 30px;
}
.btn-add {
    position: absolute;
    right: 50px;
    top: 8px;
    padding: 6px 9px 6px 10px;
    border-radius: 30px;
}

.oi {
    top: 2px;
    right: 0px;
}

.column-blue {
    background: blue;
}


.logo-bjorg-login {
    width: 250px;
}

.img-logo{
    text-align: center;
}

.login {
    margin-top: 10%;
}

.container {
    max-width: 960px;
}

.checkbox-style {
    height: 20px;
    width: 20px;
}

.label-bold {
    font-weight: 700;
}


.loading-display {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.support-list {
    margin-top: 0.5em !important;
}

.support-list-item {
    margin-bottom: 0.5em;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #FFCC00;
    }

    25% {
        stroke: #D1DA40;
    }

    50% {
        stroke: #0074bc;
    }

    75% {
        stroke: #D1DA40;
    }

    100% {
        stroke: #FFCC00;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}