* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Circular Std';
}


.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1390px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*=== login page ===*/
section.loginPage {
    min-height: 100vh;
    padding: 60px 0;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.mobileNoInput span {
    position: absolute;
    top: 14px;
    left: 38px;
}

.loginOuter form .mobileNoInput input {
    padding-left: 70px;
}

.user_role li input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    right: 0;
    opacity: 0;
}

.user_role li input:checked~span,
.user_role li input:hover~span {
    border: 1px solid #E42424;
    transition: 0.3s;
    box-shadow: 0px 0px 20px -8px #E42424;
}

.user_role li span {
    border: 1px solid #cdcdcd;
    padding: 9px 35px;
    display: block;
    border-radius: 8px;
    box-shadow: none;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
}

.mobileNoInput span {
    position: absolute;
    top: 14px;
    left: 38px;
    font-size: 14px;
    font-weight: 500;
}

.dashboardCount .icon svg {
    width: 45px;
    fill: #fff;
    height: 45px;
}


.dashboardCount .content h3 {
    font-size: 45px;
    line-height: 54px;
    font-weight: bold;
}

.UserTable .table tr td input[type="checkbox"] {
    height: 17px;
    width: 17px;
}

.dashboardCount .content h6 {
    font-size: 16px;
    color: #5b5b5b;
}

.DetailForm.loginOuter.dashboardCount {
    background: #ffe7e7;
}

.dashboardCount .icon {
    background: red;
    padding: 15px;
    flex: 0 0 auto;
    border-radius: 9px;
}

.DetailForm.loginOuter.dashboardCount.dashboardCountGreen {
    background-color: #d4ffe7;
}

.DetailForm.loginOuter.dashboardCount.dashboardCountGreen .icon {
    background: #00ff71;
}

.DetailForm.loginOuter.dashboardCount.dashboardCountGreen .icon svg {
    fill: #000;
}

.DetailForm.loginOuter.dashboardCount.dashboardCountYellow {
    background: #ffffe7;
}


.DetailForm.loginOuter.dashboardCount.dashboardCountYellow .icon {
    background: #ffff00;
}

.DetailForm.loginOuter.dashboardCount.dashboardCountYellow .icon svg {
    fill: #000;
}


.DetailForm.loginOuter.dashboardCount.dashboardCountBlue {
    background: #dbdbff;
}


.DetailForm.loginOuter.dashboardCount.dashboardCountBlue .icon {
    background: #0000ff;
}

.DetailForm.loginOuter.dashboardCount.dashboardCountBlue .icon svg {
    fill: #fff;
}

/* section.loginPage:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #fff 0%, transparent 100%);
    opacity: 0;
} */

.container {
    position: relative;
    z-index: 9;
}

.loginLogo img {
    width: 300px;
}

.loginOuter {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 70px 0 hsl(0deg 0% 0% / 10%);
}

.loginOuter h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 65px;
    margin: 0;
    color: #4e4e4e;
}

.loginOuter p {
    font-size: 16px;
    color: #acacac;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 45px;
}

.loginOuter h2 span {
    color: #FE0103;
}

.loginOuter form input,
.reportTable input,
.loginOuter form select,
.loginOuter form textarea {
    height: 50px;
    border: none;
    border-bottom: 2px solid #b8b8b8;
    padding-left: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #3a3a3a;
    padding-left: 38px;
    outline: none !important;
    box-shadow: none !important;
    transition: 0.4s;
}

.loginOuter form input:active,
.loginOuter form input:hover,
.loginOuter form input:focus,

.reportTable input:active,
.reportTable input:hover,
.reportTable input:focus,

.loginOuter form select:active,
.loginOuter form select:hover,
.loginOuter form select:focus,
.loginOuter form textarea:active,
.loginOuter form textarea:hover,
.loginOuter form textarea:focus {
    border-bottom: 2px solid #FE0103;
    transition: 0.4s;
}

.inputIcon svg {
    width: 24px;
    height: 24px;
}

.inputIcon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

button.btn.btn-primary {
    height: 55px;
    border-radius: 10px;
    font-size: 15px;
    padding: 0 30px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0.6px;
    outline: none !important;
    box-shadow: none !important;
    background-color: #FE0103;
    border: 2px solid #FE0103;
    color: #fff;
    transition: 0.4s;
}

button.btn.btn-success {
    height: 55px;
    border-radius: 10px;
    font-size: 15px;
    padding: 0 30px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0.6px;
    outline: none !important;
    box-shadow: none !important;
    background-color: #198754;
    border: 2px solid #198754;
    color: #fff;
    transition: 0.4s;
}

button.btn.btn-primary:hover,
button.btn.btn-primary:active,
button.btn.btn-primary:focus {
    background-color: #fff;
    border: 2px solid #FE0103;
    color: #FE0103;
    transition: 0.4s;
}

button.btn.btn-success:hover,
button.btn.btn-success:active,
button.btn.btn-success:focus {
    background-color: #fff;
    border: 2px solid #198754;
    color: #198754;
    transition: 0.4s;
}

.loginOuter form label {
    font-size: 15px;
    font-weight: 600;
    color: #7c7c7c;
}

header ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    padding: 12px 23px;
    color: #3a3a3a;
    position: relative;
}

header ul.navbar-nav li.nav-item a.nav-link:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #FE0103;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

header ul.navbar-nav li.nav-item a.nav-link.active,
header ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #FE0103;
}

header ul.navbar-nav li.nav-item a.nav-link.active:after,
header ul.navbar-nav li.nav-item a.nav-link:hover:after {
    width: 80%;
    transition: 0.5s;
}

.userInfo img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.userInfo h3 {
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    color: #575757;
}

.planbody {
    padding: 15px;
    background-color: #e8e8e8;
}

.bookTestHeader {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 20px 30px -5px hsl(0deg 0% 0% / 10%);
}

.DetailForm {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 20px 30px -5px hsl(0deg 0% 0% / 10%);
}

.formTitle h2 {
    font-size: 31px;
    font-weight: 700;
    color: #444444;
}

.formTitle:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(45deg, transparent 0%, #FE0103 60%, transparent 100%);
}

.paitentInfo .nav {
    border: none;
    display: inline-flex;
    background: #fff;
    box-shadow: 0 0 25px 0 #00000061;
    height: 50px;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
}

.paitentInfo .nav li button {
    border: none;
    height: 50px;
    margin: 0;
    font-size: 15px;
    padding: 0 20px;
    text-wrap: nowrap;
    border-radius: 50px;
    font-weight: 600;
    color: #565656;
}

.paitentInfo .nav li button.active,
.paitentInfo .nav li button:hover {
    background-color: #FE0103;
    color: #fff;
}

.planDetail h4 {
    font-size: 25px;
    font-weight: 700;
    color: #5f5f5f;
    line-height: 30px;
}

.planDetail h1 {
    font-size: 50px;
    font-weight: 600;
}

.planDetail h6 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 11px;
    color: #8c8c8c;
}

.paitentInfo .nav {
    border: none;
    display: inline-flex;
    background: #fff;
    box-shadow: 0 0 25px 0 #00000061;
    height: 50px;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    top: -58px;
    margin-bottom: -80px;
}

.planDetail .btn.btn-primary {
    line-height: 45px;
    height: 45px;
}

hr {
    opacity: 1 !important;
    height: 1px;
    border: none !important;
    background-color: transparent !important;
    background-image: linear-gradient(45deg, transparent 0%, #FE0103 60%, transparent 100%) !important;
}

.paitentInfo table.table,
.paitentInfo table.table tr th,
.paitentInfo table.table tr td {
    border: 1px solid #dcdcdc !important;
    font-size: 14px;
    vertical-align: middle;
    height: 50px;
    margin: 0;
}

.navbar-toggler {
    background: #FE0103;
    border-radius: 10px;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}

.UserTable .table tr th {
    font-size: 14px;
    font-weight: 600;
}

.UserTable .table tr td {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
}

.filter .filterInner svg {
    width: 24px;
    height: 24px;
}

.filter .filterInner {
    width: 40px;
    flex: 0 0 auto;
    height: 40px;
    border: 1px solid #212121;
    border-radius: 7px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.userStatus {
    background: green;
    padding: 4px 10px;
    display: inline;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.userStatus.inActive {
    background: red;
}

.userModal.show {
    display: flex !important;
}

.userModal .modal-dialog {
    max-width: 800px;
}

.UserImg img {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    object-fit: cover;
}

.UserDetails h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}

.UserDetails ul li,
.UserDetails h6 {
    font-size: 13px;
    font-weight: 600;
    color: #3a3a3a;
}

.paitentCard {
    background: #fff;
    box-shadow: 0 0 18px 0 #00000033;
    border-radius: 10px;
    padding: 15px;
    border: 2px solid #fff;
    transition: 0.5s;
}

.UserCheck input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.UserCheck input:checked~.paitentCard {
    border: 2px solid red;
    transition: 0.5s;
}

.adoptedTest h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
    display: inline;
    border-bottom: 1px solid red;
    padding-bottom: 10px;
}

.adoptedTest {
    background: #fff;
    padding: 25px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 20px 30px 5px hsl(0deg 0% 0% / 10%);
}

ul.testeList {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}

ul.testeList li {
    border: 1px solid #b1b1b1;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 11px;
    cursor: pointer;
    width: calc(50% - 5px);
    text-wrap: nowrap;
    overflow: hidden;
    text-align: center;
    position: relative;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

ul.testeList li:hover,
ul.testeList li.active {
    border-color: #FE0103;
    color: #FE0103;
}

.inputChecked svg {
    width: 20px;
    height: 20px;
}

.inputChecked {
    width: 25px;
    height: 25px;
    border: 1px solid #00d95e;
    background: #00d95e;
    border-radius: 30px;
    position: relative;
    top: 0px;
    flex: 0 0 auto;
}

ul.testeList li span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.testeList li.filled {
    border-color: #00d95e;
    color: #00d95e;
}

.UserDetail h4 {
    font-size: 14px;
    font-weight: 500;
    color: #3a3a3a;
}

.UserDetail h4 b {
    display: inline-block;
    min-width: 110px;
}

.page-link {
    color: #3a3a3a;
    outline: none !important;
    box-shadow: none !important;
}

.page-link:hover,
.page-link.active {
    color: #E42424;
    background-color: #ffe1e1;
    outline: none !important;
    box-shadow: none !important;
}

.sorting svg {
    opacity: 0.4;
    cursor: pointer;
}

.sorting:hover svg {
    opacity: 1;
}

@media (max-width:1292px) {
    ul.testeList li {
        width: calc(503% - 5px);
    }
}

@media (max-width:1040px) {
    ul.testeList li {
        width: calc(100% - 0px);
    }
}

@media (max-width:767px) {
    .loginLogo img {
        width: 200px;
    }

    ul.testeList li {
        width: calc(50% - 5px);
    }

    .loginOuter {
        padding: 15px;
        border-radius: 10px;
    }

    .loginOuter h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .loginOuter p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 45px;
        margin-bottom: 30px;
    }

    button.btn.btn-primary {
        font-size: 12px;
    }

    button.btn.btn-primary {
        height: 50px;
        padding: 0 20px;
        line-height: 50px;
    }

    a.navbar-brand img {
        height: 30px;
    }

    .loginOuter form textarea {
        min-height: 110px !important;
    }

    .planbody {
        padding: 5px;
        background-color: #e8e8e8;
    }

    .paitentInfo .nav {
        height: auto;
        align-items: center;
        border-radius: 24px;
        overflow: scroll;
        position: relative;
        top: 0;
        margin-bottom: 20px;
        flex-wrap: nowrap;
        width: 100%;
    }

    .paitentInfo table.table,
    .paitentInfo table.table tr th,
    .paitentInfo table.table tr td {
        border: 1px solid #dcdcdc !important;
        font-size: 13px;
        vertical-align: middle;
        height: auto;
        margin: 0;
    }

    .planDetail {
        margin-top: 30px;
    }

    button.btn.btn-primary {
        padding: 0 15px;
        text-wrap: nowrap;
    }


    header ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        padding: 14px 0px;
        color: #3a3a3a;
        position: relative;
    }

    section.loginPage {
        background-image: none;
        background-color: #f3f3f3;
    }
}

.reportTable tr th,
.reportTable tr td {
    width: 10%;
}

@media (max-width:616px) {
    ul.testeList li {
        width: calc(50% - 5px);
    }
}

@media (max-width:400px) {
    ul.testeList li {
        width: calc(100% - 0px);
    }
}
