@import url('helper-classes.css');
@import url('sidebar.css');

/*--------------------------------------------------------------
# Feedback Page CSS Start
--------------------------------------------------------------*/
#header {
    padding: 40px 0px 30px;
}

#header .navbar .navbar-brand {
    padding-left: 0px;
    margin-right: 30px;
}

#header .navbar .navbar-brand .logo {
    height: auto;
    width: 60px;
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .wlcm {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

#header .navbar .navbar-collapse .navbar-nav .nav-item h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin: 5px 0px 0px;
}

.userProfile {
    display: flex;
    align-items: center;
}

.userProfile .profile {
    border-radius: 100px;
    overflow: hidden;
}

.userProfile .profile img {
    width: 48px;
    height: 48px;
}

.userProfile .userName {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: var(--theme-text);
    padding-right: 25px;
    margin-left: 10px;
}

#userProfile::after {
    position: absolute;
    background: url(../img/icons/dropdown-down.svg) no-repeat;
    border: none;
    height: 20px;
    width: 20px;
    margin-left: 0.255em;
    content: "";
    right: 0px;
    top: 20px;
}

#userProfile~.dropdown-menu .dropdown-item:focus,
#userProfile~.dropdown-menu .dropdown-item:hover {
    color: var(--theme-text);
    background-color: rgba(116, 188, 57, 0.15);
}

/* #################################################################### */
.back-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--theme-green);
}

.feedback-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.feedback-head-2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
}

p.feedback-inst {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: var(--theme-text-2);
    margin: 30px 0px;
}

ul.feedback-inst {
    font-weight: 400;
    font-size: 16px;
    list-style: none;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--theme-text);
    padding-left: 15px;
}

ul.feedback-inst li {
    position: relative;
    margin: 15px 0px;
}

ul.feedback-inst li::before {
    position: absolute;
    left: -15px;
    transform: translateY(10px);
    content: '';
    height: 4px;
    aspect-ratio: 1;
    background: #424242;
    border-radius: 41px;
}

.mdi-check-x {
    background: url(../img/icons/check.svg);
}

.feedback-radios:not(.textbox) .f-radio-row:nth-child(odd) {
    background: rgba(116, 188, 57, 0.08);
}

.feedback-radios:not(.textbox) .f-radio-row {
    padding: 15px;
}

.feedback-radios .f-radio-row h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.15px;
    margin-bottom: 15px;
}

.feedback-radios .f-radio-row .f-radios {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0px 4px;
}

.feedback-radios .f-radio-row .f-radios .pretty svg {
    height: 16px;
    width: 16px;
    top: 1px;
}

.feedback-radios .f-radio-row .f-radios .pretty label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.15px;
    position: relative;
}

.feedback-radios.textbox .f-radio-row {
    margin-bottom: 30px;
}

.feedback-radios.textbox .f-radio-row textarea {
    border: 2px solid var(--theme-green);
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.15px;
}

.feedback-radios.textbox .f-radio-row textarea:focus {
    box-shadow: 0 0 0 0.25rem rgba(116, 188, 57, 0.25);
}

/*--------------------------------------------------------------
# Feedback Page CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Pending Test Page CSS Start
--------------------------------------------------------------*/
ul.questionTab {
    list-style: none;
    margin: 0px 0px 50px;
    padding: 0px;
    display: inline-flex;
}


ul.questionTab li {
    margin: 0px 8px;
}

ul.questionTab li:first-child {
    margin-left: 0px;
}

ul.questionTab li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.15px;
    background: #FFFFFF;
    border: 1px solid #89C745;
    box-shadow: inset 0px 0px 3px #c1c1c1;
    border-radius: 14px;
    padding: 7px 18px;
    color: var(--theme-green);
}

ul.questionTab li a.complt {
    color: var(--theme-text);
    border: transparent;
    background: linear-gradient(140.53deg, #89C745 11.46%, #AFFF58 92.94%);
}

ul.questionTab li a.current {
    color: #fff;
    border: transparent;
    background: linear-gradient(180deg, #5858C8 0%, #333399 76.56%);
}

ul.questionTab li a.skipped {
    color: #515156;
    border-color: #515156;
    box-shadow: inset 0 0 0 1px #515156;
}

ul.questionTab li a.wrong {
    color: #EC3900;
    border-color: #EC3900;
    box-shadow: inset 0 0 0 1px #EC3900;
}

ul.questionTab li a.active {
    color: var(--theme-text);
    background: linear-gradient(140.53deg, #89C745 11.46%, #AFFF58 92.94%);
}

.modal-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.chooseTest {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
}

.queContainer {
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 10px;
}

.queContainer .ansExplined {
    border-top: 1px solid #BCBCBC;
    margin-top: 24px;
}

.queContainer .ansExplined h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.queContainer .ansExplined span {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: var(--theme-text-3);
}

.queContainer h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.queContainer .queOptions {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.queContainer .queOptions li {
    margin: 24px 0px;
}

.queContainer .queOptions li:last-child {
    margin-bottom: 0px;
}

.AnalysisReport {
    position: relative;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    height: 155px;
    justify-content: space-between;
    font-family: var(--theme-font-2);
    margin-bottom: 30px;
}

.AnalysisReport._1 {
    background: linear-gradient(180deg, #5B5BEC 0%, #3C3CA8 100%);
}

.AnalysisReport._2 {
    background: linear-gradient(180deg, #8A5BEC 0%, #6243A4 100%);
}

.AnalysisReport._3 {
    background: linear-gradient(180deg, #D85BEC 0%, #A126B5 100%);
}

.AnalysisReport._4 {
    background: linear-gradient(180deg, #EC5B75 0%, #D52847 100%);
}

.AnalysisReport._5 {
    background: linear-gradient(180deg, #4FCF4C 0%, #239121 100%);
}

.AnalysisReport._6 {
    background: linear-gradient(180deg, #ED1E1E 0%, #B41313 100%);
}

.AnalysisReport._7 {
    background: linear-gradient(180deg, #119BFF 0%, #0F72BA 100%);
}

.AnalysisReport h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 0.5px;
}

.AnalysisReport h4 span {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
}

.AnalysisReport label {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
    opacity: 0.9;
    width: 70%;
}

.AnalysisReport img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/*--------------------------------------------------------------
# Pending Test Page CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Login Page CSS Start
--------------------------------------------------------------*/
.loginWrapper {
    height: 100vh;
    overflow: hidden;
}

.loginWrapper>div.row {
    height: 100%;
}

.loginWrapper .lftWrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    background: var(--theme-text);
    color: #fff;
}

.loginWrapper .lftWrp .listImg {
    height: auto;
    width: 250px;
    z-index: 1;
}

.loginWrapper .lftWrp>h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 48px;
    letter-spacing: -1.5px;
    margin: 25px 0px 0px;
    z-index: 1;
}

.loginWrapper .lftWrp>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: var(--border-color);
    z-index: 1;
}

.loginWrapper .lftWrp .available-store {
    margin-top: 25px;
    text-align: center;
    z-index: 1;
}

.loginWrapper .lftWrp .available-store span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--theme-text-3);
}

.loginWrapper .lftWrp .available-store ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    display: flex;
}

.loginWrapper .lftWrp .available-store ul li {
    padding: 0px 15px;
    border-right: 1px solid var(--theme-text-3);
}

.loginWrapper .lftWrp .available-store ul li:last-child {
    border: none;
    padding-right: 0px;
}

.loginWrapper .lftWrp .available-store ul li img {
    height: auto;
    width: 24px;
}

.loginWrapper .lftWrp .abstract-patterns {
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 170px;
    height: auto;
    z-index: 0;
}

/* .mount-title {} */

.mount-title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1.5px;
}

.mount-title h2+p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    opacity: 0.8;
}

.login-btn {
    display: block;
    text-align: center;
    padding: 12px 0px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-text) !important;
    background: var(--theme-green-2) !important;
    width: 100%;
}

.passToggle {
    position: absolute;
    bottom: 12px;
    right: 30px;
    user-select: none;
}

.passToggle svg {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.hidePass {
    display: none;
}

.loginWrapper .mount-form .form-control {
    border: 1px solid var(--border-color);
}

.loginWrapper .mount-form .form-control {
    border: 1px solid var(--border-color);
}

.loginWrapper .mount-form .form-control:is(:focus, :active) {
    border-color: var(--theme-blue);
    box-shadow: 0 0 0 0.25rem var(--theme-blue-20);
}


/*--------------------------------------------------------------
# Login Page CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Dashboard Page CSS Start
--------------------------------------------------------------*/
.profile-dropdown {
    margin-left: auto;
}

.profile-dropdown .dropdown-toggle {
    height: 40px;
    width: 40px;
    background: var(--bg-2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.profile-dropdown .dropdown-menu {
    padding: 8px 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(46, 46, 48, 0.30);
    border: none;
}

.profile-dropdown .dropdown-menu li a.dropdown-item.user_details {
    background: #fff !important;
    border-bottom: 1px solid var(--border-color);
    padding: 4px 0px 10px;
    margin-bottom: 10px;
}

.profile-dropdown .dropdown-menu li a.dropdown-item.user_details .avatar {
    background: var(--bg-2);
}

.profile-dropdown .dropdown-menu li a.dropdown-item.user_details .u-data h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.profile-dropdown .dropdown-menu li a.dropdown-item.user_details .u-data span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--theme-text-3);
}

.profile-dropdown .dropdown-menu li a.dropdown-item {
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.profile-dropdown .dropdown-menu li:not(:first-child) a.dropdown-item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    padding-left: 10px;
}

.profile-dropdown .dropdown-toggle::after {
    display: none;
}

/* ============================================================== */

.content__header {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 16px;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
}


.content__header .ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: var(--theme-text);
}

.content__header .ttl i {
    font-style: normal;
}

.dash-stats {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
}

.dash-stats .stats-ico {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-stats .stats-ico._1 {
    background: var(--bg-1);
}

.dash-stats .stats-ico._2 {
    background: var(--bg-2);
}

.dash-stats .stats-ico._3 {
    background: var(--bg-3);
}

.dash-stats .stats-ico._4 {
    background: var(--bg-4);
}

.dash-stats .stats-ico._5 {
    background: var(--bg-5);
}

.dash-stats .stats-ico._6 {
    background: var(--bg-6);
}

.dash-stats .stats-data {
    margin-left: 10px;
}

.dash-stats .stats-data h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: var(--theme-text);
    margin: 0px;
}

.dash-stats .stats-data h2 small {
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: var(--theme-text);
    position: relative;
    top: 5px;
}

.dash-stats .stats-data span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: var(--theme-text-3);
}

.dash_filters {
    /* display: flex; */
    /* align-items: center; */
    background: #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
    /* height: 56px; */
    padding-top: 8px;
    padding-bottom: 8px;
}

.dash_filters .filter_wr {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    display: inline-block;
    white-space: nowrap;
    margin-right: 15px;
}


.dash_filters select.form-control {
    display: inline-block;
}

.dash_filters .btn {
    padding: 7px 24px;
    border-radius: 4px;
}

.dash_filters .btn-mount {
    background: var(--theme-text) !important;
    border-color: var(--theme-text) !important;
}

.dash_filters .btn-mount.btn-bordered {
    background: #fff !important;

}

.dash_filters .btn-mount.btn-bordered.red {
    color: #DE3333 !important;
    border-color: #DE3333 !important;
    box-shadow: inset 0 0 0 1px rgb(222 51 51 / 50%);
}

.dash_filters .btn-mount.btn-bordered.black {
    color: var(--theme-text) !important;
    border-color: var(--theme-text) !important;
    box-shadow: inset 0 0 0 1px rgb(46 46 48 / 50%);
    float: right;
}

/*--------------------------------------------------------------
# Dashboard Page CSS End
--------------------------------------------------------------*/