@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap");
body {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.login-page {
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    background: url(../images/login.jpg);
    background-size: cover;
    background-position: center center;
}
.login-page .form-right {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    background-color: transparent;
}
.login-page .logo img {
    height: 80px;
}
.login-page .form-section {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding: 20px 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 7px;
}
.login-page .form-section .logo {
    text-align: center;
    margin-bottom: 5px;
}
.login-page .form-section .logo p {
    font-weight: 500;
    font-size: 15px;
    color: #053d94;
    margin-top: 5px;
}
.login-page .form-section h4 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}
.login-page .form-section .login-inner-form {
    position: relative;
    width: 100%;
}
.login-page .form-section .login-inner-form .form-group {
    margin-bottom: 11px;
}
.login-page .form-section .login-inner-form .form-group .form-box {
    position: relative;
    display: block;
}
.login-page
    .form-section
    .login-inner-form
    .form-group
    .form-box
    .form-control {
    width: 100%;
    padding: 13px 45px 13px 20px !important;
    border: 0;
    border-radius: 25px !important;
    color: #333 !important;
    font-weight: 400;
    box-shadow: none;
    position: relative;
    border: 1px solid #a1a1a1;
}
.login-page .form-section .login-inner-form .form-group .form-box i {
    position: absolute;
    right: 0;
    width: 45px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 0;
    top: 0;
    font-size: 15px;
    color: #908c9f;
    cursor: pointer;
}
.login-page .form-section .login-inner-form .submit-btn {
    background: #333;
    padding: 0;
    line-height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    border-radius: 25px;
    margin: 0 0 12px;
}
.login-page .form-section .login-inner-form .error {
    background-color: #cc0000;
    padding: 2px 10px;
    font-size: 11px;
    margin-left: 15px;
    border-radius: 15px 0 0 15px;
    width: fit-content;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.login-page .form-section .login-inner-form .register {
    text-decoration: none;
    margin-left: 5px;
    color: #000;
    font-weight: 500;
}
.login-page .form-section .login-inner-form .forget {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .login-page .form-section {
        padding: 25px;
    }
    .topbar .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.btn:focus {
    box-shadow: none !important;
}
.dashboard.countdown {
    display: flex;
    align-items: center;
    height: auto;
    row-gap: 15px;
    margin-top: 20px;
}
.dashboard.countdown .countdown-item {
    background-color: #001b4c;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}
.dashboard.countdown .countdown-item span {
    font-size: 2em;
    display: block;
}
.dashboard.countdown .countdown-item .label {
    font-size: 1em;
    margin-top: 5px;
}
@media (max-width: 991px) {
    .headerid {
        margin-left: 1.5rem;
    }
}
.table th {
    font-weight: 500 !important;
    font-size: 13px !important;
    padding: 12px !important;
    text-transform: uppercase !important;
}
.table td {
    padding: 10px 15px !important;
}
.dash-card {
    min-height: 110px;
}
.form-control,
.form-select {
    border-radius: 4px !important;
    font-size: 14.5px !important;
    color: #6b6d72 !important;
}
.form-label {
    margin-bottom: 5px !important;
    font-weight: 400;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #e68538;
}
.form-control::placeholder,
.form-select::placeholder {
    font-size: 15px !important;
}
.item-content .form-item {
    margin-bottom: 10px;
}
.card {
    margin-bottom: 1rem !important;
}
.item-content .form-separater {
    position: relative;
    margin: 15px 0;
    font-weight: 500;
}
.item-content .form-separater p::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 2px;
    background-color: #008cff;
    margin-left: 10px;
}
.form-card {
    max-height: 580px;
    overflow-y: scroll;
}
.form-card::-webkit-scrollbar {
    width: 10px;
}
.form-card::-webkit-scrollbar-track {
    border-radius: 0;
}
.form-card::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 0;
}
.form-card::-webkit-scrollbar-thumb:hover {
    background: #a2a0a0;
}
.form-card::-webkit-scrollbar {
    width: 10px;
}
.form-footer {
    background-color: #fff;
}
.form-footer .form-button-group {
    display: flex;
}
.form-footer .form-button-group .action {
    flex: 1;
    border: 0;
    padding: 8px;
    font-size: 15px;
    border-radius: 2px;
}
.form-footer .form-button-group .save-btn {
    background-color: #ffdf00;
    margin-right: 5px;
}
.form-footer .form-button-group .submit-btn {
    background-color: #28a745;
    color: #fff;
    margin-right: 5px;
}
.skip-resume {
    border: 0;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 2px;
    background-color: #cc0000;
    color: #fff;
}
.skip-resume:hover {
    color: #fff;
}
.profile-card {
    padding: 18px;
    border-radius: 4px;
    text-align: center;
    background-color: aliceblue;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.profile-card .user-image {
    text-align: center;
}
.profile-card .user-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #adb5bd;
    padding: 2px;
    object-fit: cover;
    margin-bottom: 7px;
}
.profile-card .name {
    font-size: 18px;
    font-weight: 500;
}
.profile-card .stats {
    text-align: center;
}
.profile-card .stats .id {
    background-color: #d5e638;
    margin-right: 4px;
    padding: 4px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
}
.profile-card .stats .date {
    background-color: #cc0000;
    padding: 4px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}
.profile-card .stats .status {
    background-color: green;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 2px;
    width: fit-content;
    margin-bottom: 0;
    margin-top: 4px;
}
.profile-card .edit-profile {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 18px;
}
.profile-info .title {
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-weight: 500;
}
.profile-info .tag {
    font-size: 14px;
    font-weight: 400;
    color: #4780b6;
}
.profile-info .ans {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}
.profile-nav .nav-link.active {
    background-color: #047adb;
    color: #fff;
}
.slot-card .tag {
    font-size: 14px;
    font-weight: 400;
    color: #4780b6;
}
.form-control {
    padding: 8px !important;
}
.dash-card.card1 {
    background: #8e2de2;
    background: linear-gradient(to right, #4a00e0, #8e2de2);
}
.dash-card.card2 {
    background-color: #0c5aa8;
    background-image: linear-gradient(to right, #0c5aa8, #1d82e7);
}
.dash-card.card3 {
    background: #970965;
    background: linear-gradient(to right, #970965, #f118a5);
}
.dash-card.card4 {
    background: #ee0979;
    background: linear-gradient(to right, #bf045e, #ff6a00);
}
.progress-step {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.progress-step .step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.progress-step .step:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #dcdcdc;
    top: 22%;
    left: 78%;
}
.progress-step .step .step-circle {
    width: 45px;
    height: 45px;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555;
}
.progress-step .step p {
    margin-top: 8px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    text-wrap: nowrap;
}
.sidebar-header .logo-title {
    margin-bottom: 0;
    margin-left: 7px;
    font-weight: bold;
    font-size: 18px;
    color: #006ebf;
}
.accuracy-table .tag {
    font-size: 14px;
    font-weight: 400;
    color: #4780b6 !important;
}
.accuracy-table td {
    padding: 2px 7px !important;
    border: 0 !important;
    color: #333 !important;
}
@media (max-width: 576px) {
    .progress-step .step {
        flex-direction: row;
        justify-content: start;
        margin-bottom: 15px;
    }

    .progress-step .step p {
        margin-left: 10px;
        margin-top: 0;
        text-align: start;
    }

    .progress-step .step::after {
        content: none !important;
    }
    #myChart {
        height: 350px !important;
    }
}
@media screen and (min-width: 1025px) {
    .wrapper.toggled:not(.sidebar-hovered)
        .sidebar-wrapper
        .sidebar-header
        .logo-title {
        display: none;
    }
}
.qc_description{
    position: relative;
}
.qc_description p {
    color: #cc0000;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.qc_description .description {
    background-color: #fff;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    position: absolute;
    top: 30px;
    border-radius: 4px;
    transform: translateY(40px);
    transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
    visibility: hidden;
    width: 210px;
    z-index: 9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.qc_description:hover .description{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.text-justify{
    text-align: justify !important;
}
.f-500{
    font-weight: 500;
    color: #006ebf;
}
@media (max-width: 1024px){
    .back-to-top{
        left: 7px;
    }
}
