@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

/* ---------------------------------
    Login CSS
--------------------------------- */
.middle-prnt {
    position: relative;
    display: table;
    min-height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.ln-page {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: relative;
}

.login-img {
    border-radius: 10px;
}

.ln-form-box {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #f2f2f2;
}

.ln-logo {
    text-align: center;
    margin-bottom: 12px;
}

.ln-logo img {
    height: 70px;
}

.form-label {
    font-size: 13px;
    margin-bottom: 0;
}

.ln-create-btn a {
    font-size: 14px;
    color: blue;
}

/* -Login Responsive- */
@media(max-width: 991px) {
    .ln-form-box {
        width: 300px;
    }
}

@media(max-width: 767px) {
    .login-img {
        display: none;
    }

    .main-logo {
        margin-bottom: 5px;
    }
}

/* ---------------------------------
    End Login CSS
--------------------------------- */
.confirm-button-ok,
.confirm-button-cancel{
    text-decoration: none;
}
.form-label {
    margin-bottom: 2px;
    font-size: 14px;
}

.nav-pills {
    background: #f2f2f2;
    border-radius: 1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #241274;
    border-radius: 1rem;
}

.nav-link {
    border-radius: 1rem;
    padding: .5rem 2rem;
    color: #0a0a0a;
    text-transform: uppercase;
}

.card {
    border: 2px solid rgb(167 167 167 / 13%);
    border-radius: 1rem;
}

.page-heding {
    background: #f2f2f2;
    padding: 6px 0;
    margin-bottom: 24px;
}

.page-heding h2 {
    position: relative;
    z-index: 1;
    color: #181818;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.symptoms-img,
.mouth-img {
    position: relative;
    cursor: pointer;
}

.symptoms-img img,
.mouth-img img {
    border-radius: 10px;
}

.symptoms-img.active .active-overflow,
.mouth-img.active .active-overflow {
    display: block;
}

.active-overflow {
    display: none;
    position: absolute;
    top: 0;
    left: 12px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 8px 10px;
    background: #0d6efd;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 100%;
    transition: all 0.5s ease;
}

.footer {
    background: #f2f2f2;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.footer p {
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
}

.m-show {
    display: none;
}

.m-show h2 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
}

.form-check {
    border: 2px solid #198754;
    padding: 4px 10px;
    border-radius: 50px;
}

.form-check .form-check-input {
    margin-left: 0;
}

label.form-check-label {
    margin-left: 8px;
}

.oral-cancer .nav-pills .nav-item .nav-link {
    padding: .5rem 1rem;
}

/* --- /\ --- */

.image-radio .radio-label img {
    border-radius: 6px;
}

.image-radio [type="radio"]:checked,
.image-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.image-radio [type="radio"]:checked+label,
.image-radio [type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    width: 100%;
    color: #666;
}

.image-radio [type="radio"]:checked+label {
    border: 1px solid #0d6efd;
    border-radius: 6px;
}

.image-radio [type="radio"]:checked+label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 35px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 6px;
    background: #0d6efd;
}

.image-radio [type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 10px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.image-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.image-radio [type="radio"]:checked+label:after {
    opacity: 1;
}

input.form-control.form-control.border-0:focus {
    box-shadow: none;
    outline: 0;
}
/* --- Check Box --- */

.image-radio [type="checkbox"]:checked,
.image-radio [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.image-radio [type="checkbox"]:checked+label,
.image-radio [type="checkbox"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    width: 100%;
    color: #666;
}

.image-radio [type="checkbox"]:checked+label {
    border: 1px solid #0d6efd;
    border-radius: 6px;
}

.image-radio [type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 35px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 6px;
    background: #0d6efd;
}

.image-radio [type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 10px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.image-radio [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
}

.image-radio [type="checkbox"]:checked+label:after {
    opacity: 1;
}

/* --- Media --- */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ---------------------------------- */
@media(max-width: 767px) {
    .m-show {
        display: block;
    }

    .nav-pills .nav-link span,
    .login-img {
        display: none;
    }

    .nav-pills .nav-link i {
        font-size: 20px;
    }
}