
*{
    box-sizing: border-box;
    color: #cacdd4;
}
.wrapper{
    min-height: calc(100vh - 59px);
}
.place-for-form form{
    max-width: 450px;
    padding:16px;
    margin: auto;
}
.desriptionForCandidate p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

label {
    margin-top: 20px;
    margin-bottom: 5px;
    color:#90949c;
    font-size: 12px;
}

input {
    margin-top: 5px;
}

form:has(input:invalid) button[type="submit"]{
    background:#2C2D30;
    color:rgb(107, 110, 117);
}
input,select{
    background: #2C2D30;
    color: #cacdd4;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #61656B;
    font-size: 14px;
    padding: 0 8px;
    height: 24px;
    border-radius: 4px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}

select option{
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

#headcont {
    display:none !important;
}
.footer-wrap {
    display: block;
    overflow: hidden;
    background: #1f2021;
    bottom: 0px !important;
}
@media (min-width: 2000px) {
    .header-nav {
        margin-top: 30px;
        text-align: center;
        position: relative;
        width: 100%;
        right: 12%;
    }


    #addCandidate {
        margin-top: 15px;
    }
    label {
        font-size: 20px;
    }
    .desriptionForCandidate p {
        font-size: 20px;
    }
    #submitForm {
        font-size: 20px;
    }
    .place-for-form form {
        max-width: 30%;
    }

    .header-nav > ul > li > a, .nav-submenu > ul > li > a {
        font-size:21px;
    }
    select, input {
        height: 34px;
    }
}


/* after all */

@keyframes circletimer {
    0% {
        stroke-dashoffset: 500;
        stroke-dasharray: 500;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 500;
    }
}

svg {
    background-color: transparent;
    position: absolute;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-90deg);
}

svg .circle {
    stroke: #007bff;
    stroke-width: 16;
    fill: transparent;
    stroke-dashoffset: 500;
    stroke-dasharray: 0;
    animation: 10s circletimer linear;
}

.timer {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #bc0054;
    font-size: 42px;
    font-weight: 700;
}

a.test-button {
    margin-left: auto !important;
    margin-right: auto !important;
}

.timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.progress-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer {
    position: absolute;
    font-size: 36px;
    font-weight: 100;
    color: #fff;
}

.progress-status {
    margin-top: 20px;
    font-size: 18px;
    color: #d1d1d1;
    text-align: center;
}