.login {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.login-logo {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 200px;
    z-index: 9;
}

.login .bg-color {
    background-color: rgba(255, 255, 255, .8);
}

.login .row {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.login-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 3;
    width: 50%;
    border-radius: 18px;
    padding: 40px 100px;
}

.login-left h3 {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 800;
    line-height: 52px;
    color: #001C5B;
}

.login-left label {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px;
}

.login-desc {
    font-size: 14px;
    font-weight: 400;
    color: #4C5C6A;
}

.login-left h3 span {
    color: #FC6E27;
}

.login-form {
    margin-top: 32px;
}

.login-form input {
    height: 70px;
    border-radius: 8px;
    background-color: transparent;
    padding: 25px;
    margin-bottom: 25px;
}

.login-form .read-more {
    width: 100%;
    height: 60px;
    background: #134270;
    color: #fff;
    box-shadow: 0px 6px 16px 0px rgba(52, 123, 179, 0.2);
}

.login-form .read-more:hover {
    color: #001C5B;
}

.pass-input {
    position: relative;
}

.pass-input img {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.login-right {
    width: 710px;
    height: 800px;
}

.login-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exams .single-tranings-item-left-info p:not(:last-child) {
    border-right: 1px solid gray;
    padding-right: 15px;
}

.single-tranings-item-left-info p:not(:first-child) {
    padding-left: 15px;
}

.profile {
    background-color: #f9f9f9;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    cursor: pointer;
    width: 250px;
    margin-left: 10px;
}

.profile .profile-toggle {
    display: flex;
    align-items: center;
}

.profile .profile-toggle span {
    display: inline-block;
    margin-right: 5px;
    color: #347BB3;
    font-size: 17px;
    font-weight: 600;
}

.profile .profile-img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-top: 10px;
}

.profile .profile-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.profile .dropdown-menu {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #f9f9f9;
    width: 100%;
    min-width: 0;
    margin-top: 0;
}

.profile .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: #001C5B;
}

.profile .dropdown-menu li:nth-child(3) {
    /*border-bottom: 1px solid gray;*/
}

.profile .dropdown-menu li:last-child .dropdown-item {
    color: red;
}

.sidebar-nav .profile {
    display: none;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 50em !important;
}

/* single Exam */
.exam-container {
    margin: 100px 0;
}

.exam-container-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    color: #001C5B;
    width: 913px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.exam-container-text {
    width: 860px;
    font-size: 19px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    color: #263238;
    margin-bottom: 50px;
}

.exam-container-step {
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.exam-container-progress {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 80px;
    height: 32px !important;
    border-radius: 16px;
}

.exam-container-progress .progress-bar {
    background-color: var(--main-color);
}

.time-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border: 1px solid gray;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 75px;
}

.time-container img {
    margin-right: 33px;
    width: 30px;
    height: 30px;
}

.time-show {
    font-size: 40px;
    font-weight: 400;
    color: #001C5B;
}

.quiz-questions {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.quiz-questions-number {
    margin-right: 32px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #D9D9D94D;
}

.quiz-questions-text {
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.15000000596046448px;
    color: #001C5B;

}

.radio-div {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #001C5B;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}

input[type="radio"]:checked {
    -webkit-appearance: none;
    appearance: none;
    background-color: #347BB3;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.quiz-container-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 70px;
    border: 1px solid #97979780;
    margin-bottom: 15px;
    padding: 0 60px;
    position: relative;
    border-radius: 5px;
}

.quiz-container-item label {
    font-size: 20px;
    font-weight: 400;
    color: #001C5B;
    width: 100%;
}

.quiz-container-item span {
    position: absolute;
    left: 2%;
    font-size: 25px;
    font-weight: 500;
    color: #001C5B;
}

#finishTest {
    display: none;
}

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

.quiz-buttons button {
    width: 183px;
    height: 55px;
}

.quiz-result {
    border-radius: 17px;
    border: 1px solid #54545442;
    padding: 15px;
}

.quiz-result .quiz-result-percent {
    font-size: 45px;
    font-weight: 700;
    color: #509E2F;
    text-align: center;
    margin-bottom: 15px;
}

.quiz-result .result-right-wrong span {
    font-size: 20px;
    font-weight: 500;
}

.quiz-result .result-right-wrong .right-quiz {
    color: #509E2F;
    margin-right: 5px;
}

.quiz-result .result-right-wrong .wrong-quiz {
    color: #FA3E3E;
}

.exams .pagination {
    justify-content: center;
}

.profil-info {
    text-align: center;
    margin-bottom: 80px;
}

.profil-form input {
    background-color: transparent;
    width: 640px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 8px;
}

.profil-img {
    width: 350px;
    height: 350px;
    border-radius: 140px;
    margin: 20px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profil-img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #347BB3;
    opacity: 0;
    border-radius: 140px;
    transition: .5s all ease-in-out;
}

.profil-img label {
    opacity: 0;
    transition: .5s all ease-in-out;
    cursor: pointer;
}

.profil-img:hover > div {
    opacity: .4;
}

.profil-img:hover > label {
    opacity: 1;
    z-index: 99;
}

@media only screen and (max-width: 1400px) {
    .profile .profile-toggle span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1200px) {
    .login-left {
        width: 60%;
    }

    .login-right {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .profile {
        width: 320px;
    }
}


@media only screen and (max-width: 991px) {
    .quiz-result {
        margin-top: 20px;
    }

    .login-left {
        width: 60%;
    }

    .exams .single-tranings-item-left-info p:not(:last-child) {
        border: 0;
    }

    .profil-form input {
        width: 100%;
    }

    .profile {
        border-radius: 15px;
        width: 100%;
        margin-left: 0;
        background-color: transparent;
    }

    .profile .dropdown-menu {
        background-color: transparent;
        text-align: center;
    }

    .profile .dropdown-menu li:first-child {
        border: none;
    }

    .login .row {
        flex-direction: column-reverse;
    }

    .login-left {
        padding: 30px;
    }

    .login-right {
        width: 500px;
        margin: 30px auto;
    }

    .login-logo {
        display: block;
        margin: 0 auto;
    }

    .login-left h3 {
        text-align: center;
    }

    .login-desc {
        text-align: center;
        display: block;
    }

    .profile {
        display: none;
    }

    .sidebar-nav .profile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .login-left h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 576px) {
    .login-right {
        width: 100%;
        height: 400px;
    }

    .login-left {
        width: 90%;
    }

    .profil-img {
        width: 300px;
        height: 300px;
    }

    .quiz-result {
        margin-top: 10px;
        margin-left: 0;
        margin-right: auto;
    }

    .quiz-result .quiz-result-percent {
        font-size: 18px;
    }

    .quiz-result .result-right-wrong span {
        font-size: 16px;
    }

    .exams .single-tranings-item-left-info {
        align-items: flex-start;
        flex-direction: column;
    }

    .login-left h3 {
        font-size: 24px;
    }

    .login-desc {
        font-size: 12px;
    }

    .login-left {
        padding: 20px;
    }

    .exams .single-tranings-item-left-info p:not(:last-child) {
        border-right: none;
        padding-right: 0;
    }

    .single-tranings-item-left-info p:not(:first-child) {
        padding-left: 0;
    }

    .login-logo {
        top: 40px;
        left: 50px;
        width: 240px;
    }
}
