:root {
    --background-dark: #191a21;
    --color-primary: #9E26FF;
    --color-secondary: #6c757d;
    --color-success: #26CBFF;
    --color-info: #0dcaf0;
    --color-warning: #ffc107;
    --color-danger: #FF5353;
    --color-light: #FFFFFF;
    --color-light-sec: #56586D;
    --color-light-dark: #7B7C8A;
    --color-dark: #0D0D14;
    --text-light: #F9F9FB;
    --border-dark: #3A3C51;
    --grey-color: #262836;
    --color-buttons: #B559FF;
    --color-blue: #4D0AC2;
}

body {
    padding-right: 0 !important;
}

a {
    text-decoration: none;
}

a:hover,
a:hover {
    text-decoration: underline;
}

.asied-tiles-listings a, .asied-tiles-listings a:hover {
    text-decoration: none;
}

.navbar-light .navbar-brand {
    margin: 0;
}


/* header css start*/

.header-main-inner {
    padding: 0;
    position: relative;
    z-index: 111111;
    background: var(--color-dark);
}

.header-main-inner .navbar-brand {
    padding: 17px 0;
}

.header-main-inner nav {
    padding: 0;
}

.navbar-links .navr-links {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin: 0 36px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-primary);
}

.navbar-links .navr-links:last-child {
    margin: 0;
}

.toggle-nav {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.toggle-nav i {
    font-size: 22px;
    color: #000;
}

.toggle-spacer {
    position: relative;
}

.toggle-spacer:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -30px;
    height: 30px;
    width: 1px;
    margin-left: 2px;
    background: var(--border-dark);
}

.toggle-spacer:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 20px;
    width: 1px;
    margin-left: 2px;
    background: var(--border-dark);
}

.toggle-spacer svg {
    margin-left: 2px;
}

.left-nav.active {
    visibility: visible;
    border-top: 1px solid #3A3C51;
    left: 0;
}

.left-nav {
    position: fixed;
    left: -280px;
    top: inherit;
    width: 280px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: ease all 0.5s;
    bottom: 0;
    height: calc(100vh - 64px);
}

.nav-backnav {
    border-bottom: 1px solid #3A3C51;
    padding-bottom: 10px !important;
}

.navbar-search-area {
    margin-right: 25px;
}

.navbar-search-area i {
    font-size: 20px;
}

.modal-backdrop.show {
    z-index: 22222;
}

.modal-backdrop.fade.show {
    z-index: 333333;
}

body.modal-open .header-main-inner {
    z-index: 11;
}

.offcanvas-body {
    background: var(--color-dark);
    border-right: 1px solid #3A3C51;
    border-top: 1px solid #3A3C51;
    color: #fff;
    padding: 0;
}

.offcanvas-body>ul {
    display: flex;
    width: 100%;
    list-style: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.offcanvas-body>ul li {
    margin: 12px 0 5px;
    padding: 0 12px;
}

.offcanvas-body>ul li a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 8px 14px 8px 14px;
    color: var(--text-light);
}

.offcanvas-body>ul li a span {
    margin-right: 18px;
}

.has-submenu>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-menu {
    display: none;
    position: relative;
    background: #18497e;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-menu li {
    border-color: #336294;
}

.offcanvas-body>ul li a.activeNav {
    border: 1px solid var(--color-primary);
    box-shadow: 0px 0px 8px rgb(158 38 255 / 60%);
    border-radius: 6px;
}

.offcanvas-body>ul li a.activeNav .svg-active {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.offcanvas-body>ul li a.activeNav .svg-child {
    display: none;
}

.offcanvas-start {
    width: 280px;
    border-right: 0;
    transition: transform .5s ease-in-out;
}

.offcanvas-body>ul li.has-submenu i {
    font-size: 20px;
    line-height: 20px;
}

.offcanvas-body>ul li .sub-menu li>a {
    color: #b7d1ed;
    font-size: 17px;
    padding: 20px 25px 20px 35px;
    padding-left: 60px !important;
    text-transform: capitalize;
}

.navbar-login {
    margin-right: 0;
    min-width: 240px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* start notification area */

.notification_offcanvas .modal-backdrop.fade.show {
    z-index: 1;
}

.notification-drop,
.reward_btn {
    font-family: 'Nunito Sans';
    color: #444;
}

.notification-drop .item,
.reward_btn .item {
    padding: 10px;
    font-size: 18px;
    position: relative;
    border-bottom: none;
}

.notification-drop .item:hover,
.reward_btn .item:hover {
    cursor: pointer;
}

.notification-drop .item i,
.reward_btn .item i {
    margin-left: 10px;
}

.notification-drop .item ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 400px;
    background: var(--background-dark);
    left: -350px;
    right: 0;
    z-index: 1;
    border: 1px solid var(--border-dark);
    border-bottom: 0;
    box-shadow: 0 1px 6px 0 #404040;
}

.notification-drop .item ul li {
    font-size: 16px;
    padding: 15px 25px 15px 25px;
    border-bottom: 1px solid var(--border-dark);
}

.notification-drop .item ul li p {
    font-size: 16px;
    color: var(--color-light);
    margin: 0;
}

.notification-drop .item ul li:hover {
    background: #ddd;
    color: rgba(0, 0, 0, 0.8);
}

.notification-bell {
    font-size: 20px;
}

.notification-text {
    font-size: 14px;
    font-weight: bold;
}

.notification-text span {
    float: right;
}


/* end notification area */


/* start profile area */

.profile-main-drop .profile-icon {
    position: absolute;
    top: 25%;
    right: 0;
}

.profile-drop {
    font-family: 'Nunito Sans';
    color: #444;
}

.profile-drop .item {
    padding: 10px;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.profile-drop .item:hover {
    cursor: pointer;
}

.profile-drop .item i {
    margin-left: 10px;
}

.profile-drop .item ul {
    display: none;
    position: absolute;
    top: 100%;
    background: var(--grey-color);
    left: 0;
    right: 0;
    z-index: 1;
    width: 224px;
    padding: 0;
}

.profile-drop .item ul li {
    padding: 0 20px 0 20px;
    border-bottom: none;
    height: 40px;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.profile-drop .item ul li a {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: var(--color-light);
    text-decoration: none;
}

.profile-drop .item ul li a.btn-modal {
    padding: 0;
}

.profile-drop .item ul li:last-child {
    border-bottom: none;
}

.profile-drop .item ul li:hover,
.profile-drop .item ul li:focus,
.profile-drop .item ul li.active {
    background: var(--border-dark);
    color: var(--text-light);
}

.profile-main-drop {
    padding-right: 25px;
}

.profile-main-drop .profile-content {
    margin-left: 16px;
}

.profile-main-drop .profile-content .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}

.profile-main-drop .profile-content .profile-designation p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7B7C8A;
    margin: 0;
}

.profile-drop {
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
}

@media screen and (min-width: 500px) {
    .notification-drop {
        display: flex;
        justify-content: flex-end;
    }
    .notification-drop .item {
        border: none;
    }
    .profile-drop .item {
        border: none;
    }
}


/* end profile area */

.btn__badge {
    background: #FF5353;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    color: var(--color-light);
    height: 16px;
    width: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px;
    border-radius: 50%;
}


/* END Header */


/* main wrapper body start */

.main-wrapper {
    min-height: calc(100vh - 64px);
    background: linear-gradient(300.05deg, #321069 -4.2%, #36146F 12.31%, #311165 23.08%, #200B42 38.35%, #180734 49.53%, #0D0D14 81.66%, #0D0D14 97.78%);
}

.login_signup_bg .main-wrapper {
    background: none;
}

.login_signup_bg {
    background: linear-gradient(300.05deg, #321069 -4.2%, #36146F 12.31%, #311165 23.08%, #200B42 38.35%, #180734 49.53%, #0D0D14 81.66%, #0D0D14 97.78%);   
}

/* main wrapper body end */


/* aside wrapper css start */

body {
    background-color: var(--background-dark);
}

.aside-content-wrapper {
    width: calc(100% - 280px);
    margin-left: 280px;
    padding: 24px;
}

.aside-tiles-item {
    background: rgba(38, 203, 255, 0.1);
    border-radius: 8px;
    padding: 24px 20px;
    position: relative;
    height: 100%;
}

.aside-tiles-item .tile-icon {
    height: 48px;
    width: 48px;
}

.aside-tiles-item .tile-caption {
    width: calc(100% - 48px);
    margin-left: 16px;
}

.tile-title p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-light);
    margin-bottom: 2px;
    opacity: 0.8;
}

.tile-value h4 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: var(--text-light);
}

.aside-tile-btn .btn-go {
    background: #29B469;
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 13px 16px;
    color: var(--text-light);
}

.aside-title-area {
    margin: 0 0 16px 0;
}

.aside-title-area .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-light);
    margin: 10px 0;
}

.aside-title-area h3.title {
    font-size: 18px;
}

.shadow-shape svg {
    position: absolute;
    left: -30px;
    top: 20px;
}

.shadow-shape:after {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    height: 48px;
    width: 2px;
    background: var(--color-success);
}

.full_section .aside-content-wrapper {
    width: 100%;
    margin: 0;
    transition: ease all 0.5s;
}


/* aside wrapper css end */


/* login page css */

.login-caption .title,
.register-caption .title,
.forgot-caption .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: var(--color-light);
    margin: 0 0 24px 0;
}

.login-google-area,
.register-google-area,
.forgot-google-area {
    margin-bottom: 24px;
}

.login-google-area .btn-google,
.register-google-area .btn-google,
.forgot-google-area .btn-google {
    width: 100%;
    background: transparent;
    color: var(--color-buttons);
    border: 1px solid var(--color-buttons);
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding: 13px 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-google:hover,
.btn-google:focus {
    text-decoration: none;
}

.login-spacer-area,
.register-spacer-area,
.forgot-spacer-area {
    position: relative;
    text-align: center;
}

.login-spacer-area span,
.register-spacer-area span,
.forgot-spacer-area span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-light-dark);
    position: relative;
}

.login-spacer-area:before,
.register-spacer-area:before,
.forgot-spacer-area:before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: calc(50% - 25px);
    top: 50%;
}

.login-spacer-area:after,
.register-spacer-area:after,
.forgot-spacer-area:after {
    content: '';
    position: absolute;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: calc(50% - 25px);
    top: 50%;
}

.login-form-area,
.register-form-area,
.forgot-form-area {
    margin: 24px 0 0;
}

.login-form-area .form-group label,
.register-form-area .form-group label,
.forgot-form-area .form-group label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-light-dark);
}

.login-form-area .form-group label .text-link,
.register-form-area .form-group label .text-link,
.forgot-form-area .form-group label .text-link {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none !important;
    color: var(--color-primary);
}

.login-form-area .form-group .cform-control,
.register-form-area .form-group .cform-control,
.forgot-form-area .form-group .cform-control {
    background: transparent;
    border: 1px solid #818496;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 50px;
    height: 50px;
    padding: 12px 15px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light);
}

.login-form-area .form-group .cform-control::placeholder,
.register-form-area .form-group .cform-control::placeholder,
.forgot-form-area .form-group .cform-control::placeholder {
    color: var(--color-light-sec);
}

.login-main-wrapper p,
.register-main-wrapper p,
.forgot-main-wrapper p {
    color: var(--color-light);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.login-main-wrapper,
.register-main-wrapper,
.forgot-main-wrapper {
    max-width: 470px;
    width: 100%;
}

.form-check-input {
    width: 18px;
    height: 18px;
    background-color: rgba(23, 24, 49, 0.2);
    border: 1px solid #E4E5EA;
    margin: 3px;
}

.login-form-area .form-group label.white_color,
.register-form-area .form-group label.white_color,
.forgot-form-area .form-group label.white_color {
    color: var(--color-light);
}

.register-footer-wrapper a,
.login-main-wrapper a {
    color: var(--color-primary);
}

.checkbox_group label.form-check-label {
    margin-left: 4px;
    top: -1px;
    position: relative;
}

.register-form-area .checkbox_group label.form-check-label {
    top: 3px;
}

.checkbox_group label.form-check-label.white_color a {
    color: var(--color-primary);
    text-decoration: underline;
}

.btn.btn_submit {
    width: 76px;
    height: 48px;
    border-radius: 8px;
    padding: 10px 8px;
    background: var(--color-primary);
    margin: 0;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    transition: ease all 0.2s;
    letter-spacing: 0.05em;
}

.btn.btn_submit:hover,
.btn.btn_submit:focus {
    color: var(--color-primary);
    background: var(--color-light);
}

.register-main-wrapper .btn.btn_submit {
    width: 95px;
}

.login-footer-wrapper,
.register-footer-wrapper,
.forgot-footer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

h5.login-footer-links,
h5.register-footer-links,
h5.forgot-footer-links {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    color: var(--color-light);
    margin: 0;
}

h5.login-footer-links a,
h5.register-footer-links a h5.forgot-footer-links a {
    color: var(--color-primary);
}

p.large {
    font-size: 16px;
}

p.large2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

.sucess_msg_full {
    max-width: 100%;
}

.new_password .btn.btn-primary.btn_submit {
    width: auto;
    padding: 0 16px;
}


/* login page css end */


/* register page css start */

.register-form-area .checkbox_group input.form-check-input {
    margin-top: 15px;
}


/* register page css end */


/* empty blocks css start */

.empty-block-title .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light-dark);
}


/* empty blocks css end */


/* Leave Feedbacks Modal css start */

.modal-dark {
    z-index: 1111111 !important;
}

.modal-dark .modal-content {
    background: #262836;
}

.modal-dark .modal-header {
    border: 0;
    padding: 24px 24px 24px 24px;
}

.modal-dark .modal-body {
    padding: 0 24px 24px 24px;
}

.modal-dark .modal-header .modal-title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light);
}

.modal-dark .btn-close {
    background: none;
    padding-top: 0;
}

.modal-dark .modal-footer {
    border-top: 0 !important;
    padding: 0px 24px 24px 24px;
    justify-content: flex-start;
}

.modal-dark .modal-footer-left {
    margin: 0;
}

.modal-dark .modal-footer-left button {
    margin-right: 16px;
}

.modal-dark .feedback_form label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7B7C8A;
}

.modal-dark .feedback_form input,
.feedback_form textarea {
    border: 1px solid #818496;
    border-radius: 8px;
    background: transparent;
    min-height: 48px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #56586D;
}

.feedback_form textarea {
    min-height: 72px;
}

.modal-dark .feedback_form input:focus,
.feedback_form textarea:focus {
    border-color: var(--color-primary);
    background: transparent;
}

.btn-submit {
    background: var(--color-primary);
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-light);
    padding: 13px 16px;
    width: auto;
}

.btn-submit:hover {
    background: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.btn-fclose {
    background: transparent;
    border: 1px solid #9E26FF;
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9E26FF;
    padding: 13px 16px;
    width: auto;
}

.btn-fclose:hover {
    background: var(--color-primary);
    color: var(--text-light);
    border: 1px solid var(--color-primary);
}

.modal-dark .modal-message {
    padding: 24px 24px 0 24px;
}

.modal-dark .modal-message .modal-body p {
    text-align: center;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFC;
}

.modal-dark .modal-message .modal-body {
    padding: 0 0 24px 0;
}

.modal-dark .modal-message .modal-footer {
    justify-content: center;
}


/* Leave Feedbacks Modal css end  */


/* notification sidebar css start */


/** student page css 28-3-2022 **/

button.notification_btn {
    border: none;
    background: transparent;
    width: auto;
    height: auto;
}

button.reward_btn {
    background: transparent;
    border: none;
}

.reward_btn li.dropdown:hover ul.dropdown-menu {
    display: block;
    min-width: 320px;
    top: 100%;
    padding: 24px;
}

.reward_btn li.dropdown ul.dropdown-menu {
    background: var(--grey-color);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 3px 25px rgba(0, 0, 0, 0.56);
    border-radius: 0px 0px 8px 8px;
}

.reward_btn li.dropdown ul.dropdown-menu .point-title p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-light);
}

.reward_btn li.dropdown:hover ul.dropdown-menu li a {
    text-decoration: none;
}

.reward_btn li.dropdown ul.dropdown-menu .point-caption p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: var(--text-light);
    margin-bottom: 0;
}


/** progress bar **/

.progress_bar {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.navbar-right-custom {
    min-width: 370px;
}

.progress_bar .post,
.progress_bar .rookie {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 15px;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}

.progress-bar {
    background-color: var(--color-primary);
    text-align: right;
    padding: 0 9px;
    border-radius: 100px;
    line-height: 15px;
}

.progress-bar

/** right sidebar **/

.notification_offcanvas .offcanvas-body {
    background: var(--grey-color);
}

div#offcanvasNotification {
   max-width: 380px;
   width: 100%;
   z-index: 33333;
   background: transparent;
}

.notification_head {
    padding: 15px 16px;
    display: list-item;
}

.notification_head p.small {
    font-size: 12px;
    color: var(--color-light-dark);
    margin: 0;
    float: left;
}

.mark_checkbox {
    display: flex;
}

.mark_checkbox p {
    font-size: 14px;
    margin: 0 0 0 5px;
    line-height: 18px;
}

button.btn-close.notification_close {
    background: none;
    height: 14px;
    border: none;
    padding: 0;
    margin: 3px 0 0 0;
    position: relative;
    width: 14px;
    float: right;
}

.mark_checkbox {
    float: left;
    margin-right: 20px;
}

.mark_checkbox input#mark_read_all {
    margin-top: 0;
    margin-bottom: 0;
}

button.btn-close.notification_close svg {
    position: absolute;
    top: 0;
    left: 0;
}

.notification_content h5 {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-light);
}

.notification_content p {
    font-size: 14px;
    line-height: 21px;
    color: var(--text-light);
}

.notification_content p span {
    font-size: 12px;
    line-height: 18px;
    color: var(--color-light-dark)
}

.notification_blog.new {
    background: var(--border-dark)
}

.notification_blog {
    padding: 24px 16px 0 16px;
    border-bottom: 1px solid #434557;
}

.icon_notification {
    background: rgba(38, 203, 255, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 200px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_notification+div {
    padding-left: 40px;
}

.notification_content p span {
    display: block;
    margin-top: 10px;
}

.mobile_progress_bar {
    display: none;
}


/* notification sidebar css end */


/* faq page css start */

.search-result-caption p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-light-dark);
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    min-height: 48px;
    text-indent: 25px;
    background: var(--background-dark);
    border: 1px solid #818496;
    border-radius: 8px;
    padding: 0 0 0 25px;
}

.search input::placeholder {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light-sec);
}

.search input:focus {
  box-shadow: none;
  background: transparent;
  border-color: var(--color-primary);
  color: #fff;
}

.search .icon-search {
    position: absolute;
    top: 10px;
    left: 16px
}

.faq-item-list {
    margin: 0 0 16px 0;
}

.faq-item-list .accordion-item {
    background: transparent;
    border: none;
    border-radius: 8px;
}

.faq-item-list .accordion-header .accordion-button {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: var(--text-light);
    padding: 24px 24px 10px 24px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background: var(--border-dark);
    box-shadow: none;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.faq-item-list .accordion-header .accordion-button.collapsed {
    background: var(--grey-color);
    padding: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faq-item-list .accordion-header .accordion-button:hover {
    z-index: 1 !important;
}

.faq-item-list .accordion-header .accordion-button:not(.collapsed)::after,
.faq-item-list .accordion-header .accordion-button::after {
    background: url(../img/ic_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.faq-item-list .accordion-header .accordion-button:after {
    margin-right: 29px;
    margin-left: 0;
}

.faq-item-list .accordion-body {
    position: relative;
    padding: 0 24px 24px 72px;
    background: var(--border-dark);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faq-item-list .accordion-body,
.faq-item-list .accordion-body p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--text-light);
}


/* faq page css end */


/* prize block page css start */

.available-prize-caption p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--text-light);
}

.available-prize-caption p span {
    margin-left: 3px;
}

.prize-block-img {
    position: relative;
}

.prize-block-img img {
    width: 100%;
}

.prize-block-img .prize-new-badge {
    position: absolute;
    top: 15px;
}

.prize-block-img .prize-available-badge {
    position: absolute;
    bottom: 12px;
    left: 8px;
    background: var(--color-light);
    border-radius: 4px;
    padding: 8px 10px;
}

.prize-new-badge .badge-new {
    background: var(--color-light);
    border-radius: 0px 4px 4px 0px;
}

.prize-new-badge .badge-new p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0 18px;
    color: #FF5353;
}

.prize-available-badge span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #333442;
}

.prize-block-grid-inner {
    background: var(--grey-color);
    backdrop-filter: blur(80px);
    border-radius: 8px;
}

.prize-block-grid-inner .prize-block-caption {
    padding: 24px;
}

.prize-block-caption .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-light);
}

.prize-block-caption .prize-points {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--text-light);
}

.btn-get-prize {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 13px 16px;
    color: var(--text-light);
}

.btn-get-prize:hover {
    background: transparent;
    color: var(--color-primary);
}

.prize-block-btn {
    margin-top: 16px;
}

.prize-block-caption .prize-points .point-badge {
    background: rgba(255, 105, 21, 0.2);
    border-radius: 16px;
    padding: 0 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-light);
}

.prize-locked .prize-new-badge,
.prize-locked .prize-available-badge {
    display: none;
}

.btn-disabled {
    display: inline-flex;
    align-items: center;
    background: var(--color-light-sec);
    border: 1px solid var(--color-light-sec);
    color: #818496;
    pointer-events: none;
}

.btn-disabled svg {
    margin-right: 8px;
}

.prize-requested .prize-new-badge,
.prize-requested .prize-available-badge {
    display: none;
}

.prize-requested .prize-block-caption .prize-block-btn {
    opacity: 0;
}

.prize-requested .image-block img {
    opacity: 0.7;
}

.prize-popover-area {
    display: none;
}

.prize-block-img:hover .prize-popover-area,
.prize-block-img:focus .prize-popover-area {
    display: block;
}

.prize-popover-area {
    position: absolute;
    width: 60%;
    top: 50%;
    margin: 0 auto;
    left: 20%;
    right: auto;
    padding: 10px 16px;
    background: #434557;
    border-radius: 6px;
    filter: drop-shadow(0px 0px 16px rgba(16, 16, 20, 0.3));
}

.prize-popover-area h4.title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-light);
    padding-top: 10px;
    padding-bottom: 0px;
}

.prize-popover-area p,
.prize-popover-area p span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-light);
    margin-bottom: 0;
}

.prize-popover-area .prize-popover-inner {
    position: relative;
}

.prize-popover-area .prize-popover-inner:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 45%;
    width: 12px;
    height: 12px;
    border-bottom: solid 12px rgb(67 69 87);
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.modal-dark .get-prize-inner p,
.modal-dark .get-prize-inner span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F9F9FB;
    margin-bottom: 0;
}

.bg-shape-area svg {
    height: calc(100vh - 65px) !important;
}

.cbg-shape-area {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% - 65px);
}

.prize-success.modal-open .modal-backdrop.show {
    opacity: 0;
}

.prize-success-caption .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #F9F9FB;
    margin: 24px 0 12px 0;
}

.prize-success-caption p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F9F9FB;
}


/* prize block page css end */


/* START Responsive CSS */

@media screen and (max-width: 1366px) {
    .login-main-wrapper,
    .register-main-wrapper {
        margin: 50px 0 0;
    }
}

@media only screen and (min-width:1200px) {}

@media only screen and (max-width:1199px) {
    /* notification & profile css */
    .notification-drop .item ul {
        margin-top: 10px;
    }
    /* end notification & profile css */
    /* prize locker css */
    .prize-listing .aside-tiles-item .tile-value h4 {
        font-size: 22px;
    }
    /* prize locker css end */
}

@media only screen and (max-width:991px) {
    /* notification & profile css */
    .notification-drop .item ul {
        width: 300px;
        left: 0;
        margin-top: 10px;
    }
    /* end notification & profile css */
}

@media (min-width: 768px) and (max-width: 991px) {
    .progress_bar {
        display: none;
    }
    /* profile page css start */
    .profile-information-blog {
        padding: 40px 20px !important;
    }
    .profile-information-blog .position-relative {
        flex-direction: column;
    }
    .profile-information-blog img.flex-shrink-0 {
        height: 50%;
        width: 50%;
        margin-left: auto;
        margin-right: auto !important;
    }
    .top_profile_section {
        text-align: center;
    }
    .profile-information-blog h5 {
        text-align: left;
    }
    /* profile page css end */
}

@media only screen and (max-width:767px) {
    .main-wrapper {
        min-height: 100vh;
        height: auto;
    }
    /* START Header CSS */
    .navbar-login {
        min-width: 10px;
    }
    /* .left-nav {
        visibility: visible !important;
        transform: translateX(0);
        transition: .5s ease-in-out;
        width: 100%;
        height: calc(100vh - 110px);
        z-index: 9;
        left: 0;
    }
    .left-nav.nav-reviewer {
      height: calc(100vh - 64px);
    }
    .left-nav.active {
        position: absolute;
        z-index: 9;
        visibility: hidden !important;
        transition: .5s ease-in-out;
        left: -100%;
    } */
    .offcanvas-start {
        width: 100%;
    }
    .toggle-nav {
        margin-right: 0 !important;
    }
    .toggle-spacer:before,
    .toggle-spacer:after {
        content: none;
    }
    /* notification & profile css */
    .notification-drop .item {
        position: relative;
    }
    .notification-drop .item ul {
        width: 300px;
        margin-top: 10px;
        left: -200px !important;
    }
    .notification-drop .item,
    .profile-drop .item {
        border-bottom: 0;
    }
    .profile-drop .item ul li {
        padding: 10px 20px;
    }
    .profile-main-drop {
        padding-right: 15px;
    }
    .profile-main-drop .profile-content {
        display: none;
    }
    .profile-drop .item ul {
        left: -150px;
        margin-top: 0px;
    }
    .navbar-right-custom {
        min-width: auto;
    }
    .progress_bar {
        display: none;
    }
    .toggle-spacer svg {
        margin-left: 2px;
        margin-top: 2px;
    }
    .progress_bar {
        padding-left: 0;
    }
    .progress_bar .post,
    .progress_bar .rookie {
        padding: 0 5px;
    }
    .header-main-inner {
        padding: 0;
    }
    .mobile_progress_bar {
        display: block;
    }
    .reward_btn li.dropdown:hover ul.dropdown-menu {
        display: block;
        min-width: 320px;
        top: 100%;
        padding: 24px;
        left: -163px;
    }
    /* notification & profile css */
    /* END Header CSS */
    /* aside content */
    /* .wrapper .aside-content-wrapper {
        margin-left: 0;
        padding: 24px 0;
        width: 100%;
    } */
    /* end aside content */
    /* start prize locker congrats */
    .bg-shape-area svg {
        height: calc(100vh - 110px) !important;
    }
    /* end prize locker congrats */
    /* start prize locker page css */
    .prize-locked .prize-popover-area {
        display: block;
    }
    /* end prize locker page css */
}

@media (max-width: 575px) {
    .navbar-brand img {
        width: 100px;
    }
    .navbar .container-fluid {
        padding: 0;
    }
    .navbar-links .navr-links {
        font-size: 11px;
        line-height: normal;
        margin: 0 20px 0 0;
    }
    .navbar-links .navr-links:last-child {
        margin-right: 0;
    }
    .login-caption .title,
    .register-caption .title,
    .forgot-caption .title {
        font-size: 25px;
    }
    .login-main-wrapper,
    .register-main-wrapper,
    .forgot-main-wrapper {
        padding: 0 5px;
    }
    .checkbox_group .col-sm-9 {
        position: relative;
    }
    .register-form-area .checkbox_group input.form-check-input {
        margin-top: 12px;
        position: absolute;
        left: 15px;
        top: 0;
    }
    .register-form-area .checkbox_group label.form-check-label {
        top: 3px;
        padding-left: 30px;
        line-height: normal;
        font-size: 13px;
    }
    .register-main-wrapper .btn.btn_submit {
        margin-top: 30px;
    }
    h5.login-footer-links,
    h5.register-footer-links,
    h5.forgot-footer-links {
        font-size: 15px;
    }
    p.large {
        font-size: 14px;
    }
    a.main_btn_default+a {
        margin-left: 8px !important;
        margin-top: 20px;
    }
    .buttons {
        display: flex;
        flex-direction: column;
    }
:root {
    --background-dark: #191a21;
    --color-primary: #9E26FF;
    --color-secondary: #6c757d;
    --color-success: #26CBFF;
    --color-info: #0dcaf0;
    --color-warning: #ffc107;
    --color-danger: #FF5353;
    --color-light: #FFFFFF;
    --color-light-sec: #56586D;
    --color-light-dark: #7B7C8A;
    --color-dark: #0D0D14;
    --text-light: #F9F9FB;
    --border-dark: #3A3C51;
    --grey-color: #262836;
    --color-buttons: #B559FF;
    --color-blue: #4D0AC2;
}

body {
    padding-right: 0 !important;
}

a {
    text-decoration: none;
}

a:hover,
a:hover {
    text-decoration: underline;
}

.asied-tiles-listings a, .asied-tiles-listings a:hover {
    text-decoration: none;
}

.navbar-light .navbar-brand {
    margin: 0;
}


/* header css start*/



.header-main-inner {
    padding: 0;
    position: relative;
    z-index: 111111;
    background: var(--color-dark);
}

.header-main-inner .navbar-brand {
    padding: 17px 0;
}

.header-main-inner nav {
    padding: 0;
}

.navbar-links .navr-links {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin: 0 36px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-primary);
}

.navbar-links .navr-links:last-child {
    margin: 0;
}

.toggle-nav {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.toggle-nav i {
    font-size: 22px;
    color: #000;
}

.toggle-spacer {
    position: relative;
}

.toggle-spacer:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -30px;
    height: 30px;
    width: 1px;
    margin-left: 2px;
    background: var(--border-dark);
}

.toggle-spacer:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 20px;
    width: 1px;
    margin-left: 2px;
    background: var(--border-dark);
}

.toggle-spacer svg {
    margin-left: 2px;
}

.left-nav.active {
    visibility: visible;
    border-top: 1px solid #3A3C51;
    left: 0;
}

.left-nav {
    position: fixed;
    left: -280px;
    top: inherit;
    width: 280px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: ease all 0.5s;
    bottom: 0;
    height: calc(100vh - 64px);
}

.nav-backnav {
    border-bottom: 1px solid #3A3C51;
    padding-bottom: 10px !important;
}

.navbar-search-area {
    margin-right: 25px;
}

.navbar-search-area i {
    font-size: 20px;
}

.modal-backdrop.show {
    z-index: 22222;
}

.modal-backdrop.fade.show {
    z-index: 333333;
}

body.modal-open .header-main-inner {
    z-index: 11;
}

.offcanvas-body {
    background: var(--color-dark);
    border-right: 1px solid #3A3C51;
    border-top: 1px solid #3A3C51;
    color: #fff;
    padding: 0;
}

.offcanvas-body>ul {
    display: flex;
    width: 100%;
    list-style: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.offcanvas-body>ul li {
    margin: 12px 0 5px;
    padding: 0 12px;
}

.offcanvas-body>ul li a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 8px 14px 8px 14px;
    color: var(--text-light);
}

.offcanvas-body>ul li a span {
    margin-right: 18px;
}

.has-submenu>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-menu {
    display: none;
    position: relative;
    background: #18497e;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-menu li {
    border-color: #336294;
}

.offcanvas-body>ul li a.activeNav {
    border: 1px solid var(--color-primary);
    box-shadow: 0px 0px 8px rgb(158 38 255 / 60%);
    border-radius: 6px;
}

.offcanvas-body>ul li a.activeNav .svg-active {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.offcanvas-body>ul li a.activeNav .svg-child {
    display: none;
}

.offcanvas-start {
    width: 280px;
    border-right: 0;
    transition: transform .5s ease-in-out;
}

.offcanvas-body>ul li.has-submenu i {
    font-size: 20px;
    line-height: 20px;
}

.offcanvas-body>ul li .sub-menu li>a {
    color: #b7d1ed;
    font-size: 17px;
    padding: 20px 25px 20px 35px;
    padding-left: 60px !important;
    text-transform: capitalize;
}

.navbar-login {
    margin-right: 0;
    min-width: 240px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* start notification area */

.notification_offcanvas .modal-backdrop.fade.show {
    z-index: 1;
}

.notification-drop,
.reward_btn {
    font-family: 'Nunito Sans';
    color: #444;
}

.notification-drop .item,
.reward_btn .item {
    padding: 10px;
    font-size: 18px;
    position: relative;
    border-bottom: none;
}

.notification-drop .item:hover,
.reward_btn .item:hover {
    cursor: pointer;
}

.notification-drop .item i,
.reward_btn .item i {
    margin-left: 10px;
}

.notification-drop .item ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 400px;
    background: var(--background-dark);
    left: -350px;
    right: 0;
    z-index: 1;
    border: 1px solid var(--border-dark);
    border-bottom: 0;
    box-shadow: 0 1px 6px 0 #404040;
}

.notification-drop .item ul li {
    font-size: 16px;
    padding: 15px 25px 15px 25px;
    border-bottom: 1px solid var(--border-dark);
}

.notification-drop .item ul li p {
    font-size: 16px;
    color: var(--color-light);
    margin: 0;
}

.notification-drop .item ul li:hover {
    background: #ddd;
    color: rgba(0, 0, 0, 0.8);
}

.notification-bell {
    font-size: 20px;
}

.notification-text {
    font-size: 14px;
    font-weight: bold;
}

.notification-text span {
    float: right;
}


/* end notification area */


/* start profile area */

.profile-main-drop .profile-icon {
    position: absolute;
    top: 25%;
    right: 0;
}

.profile-drop {
    font-family: 'Nunito Sans';
    color: #444;
}

.profile-drop .item {
    padding: 10px;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.profile-drop .item:hover {
    cursor: pointer;
}

.profile-drop .item i {
    margin-left: 10px;
}

.profile-drop .item ul {
    display: none;
    position: absolute;
    top: 100%;
    background: var(--grey-color);
    left: 0;
    right: 0;
    z-index: 1;
    width: 224px;
    padding: 0;
}

.profile-drop .item ul li {
    padding: 0 20px 0 20px;
    border-bottom: none;
    height: 40px;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.profile-drop .item ul li a {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: var(--color-light);
    text-decoration: none;
}

.profile-drop .item ul li a.btn-modal {
    padding: 0;
}

.profile-drop .item ul li:last-child {
    border-bottom: none;
}

.profile-drop .item ul li:hover,
.profile-drop .item ul li:focus,
.profile-drop .item ul li.active {
    background: var(--border-dark);
    color: var(--text-light);
}

.profile-main-drop {
    padding-right: 25px;
}

.profile-main-drop .profile-content {
    margin-left: 16px;
}

.profile-main-drop .profile-content .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}

.profile-main-drop .profile-content .profile-designation p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7B7C8A;
    margin: 0;
}

.profile-drop {
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
}

@media screen and (min-width: 500px) {
    .notification-drop {
        display: flex;
        justify-content: flex-end;
    }
    .notification-drop .item {
        border: none;
    }
    .profile-drop .item {
        border: none;
    }
}


/* end profile area */

.btn__badge {
    background: #FF5353;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    color: var(--color-light);
    height: 16px;
    width: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px;
    border-radius: 50%;
}


/* END Header */


/* main wrapper body start */

.main-wrapper {
    height: calc(100vh - 64px);
    background: linear-gradient(300.05deg, #321069 -4.2%, #36146F 12.31%, #311165 23.08%, #200B42 38.35%, #180734 49.53%, #0D0D14 81.66%, #0D0D14 97.78%);
}

.login_signup_bg .main-wrapper {
    background: none;
}

.login_signup_bg {
    background: linear-gradient(300.05deg, #321069 -4.2%, #36146F 12.31%, #311165 23.08%, #200B42 38.35%, #180734 49.53%, #0D0D14 81.66%, #0D0D14 97.78%);   
}

/* main wrapper body end */


/* aside wrapper css start */

body {
    background-color: var(--background-dark);
}

.aside-content-wrapper {
    width: calc(100% - 280px);
    margin-left: 280px;
    padding: 24px;
}

.aside-tiles-item {
    background: rgba(38, 203, 255, 0.1);
    border-radius: 8px;
    padding: 24px 20px;
    position: relative;
    height: 100%;
}

.aside-tiles-item .tile-icon {
    height: 48px;
    width: 48px;
}

.aside-tiles-item .tile-caption {
    width: calc(100% - 48px);
    margin-left: 16px;
}

.tile-title p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-light);
    margin-bottom: 2px;
    opacity: 0.8;
}

.tile-value h4 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: var(--text-light);
}

.aside-tile-btn .btn-go {
    background: #29B469;
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 13px 16px;
    color: var(--text-light);
}

.aside-title-area {
    margin: 0 0 16px 0;
}

.aside-title-area .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-light);
    margin: 10px 0;
}

.aside-title-area h3.title {
    font-size: 18px;
}

.shadow-shape svg {
    position: absolute;
    left: -30px;
    top: 20px;
}

.shadow-shape:after {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    height: 48px;
    width: 2px;
    background: var(--color-success);
}

.full_section .aside-content-wrapper {
    width: 100%;
    margin: 0;
    transition: ease all 0.5s;
}


/* aside wrapper css end */


/* login page css */

.login-caption .title,
.register-caption .title,
.forgot-caption .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: var(--color-light);
    margin: 0 0 24px 0;
}

.login-google-area,
.register-google-area,
.forgot-google-area {
    margin-bottom: 24px;
}

.login-google-area .btn-google,
.register-google-area .btn-google,
.forgot-google-area .btn-google {
    width: 100%;
    background: transparent;
    color: var(--color-buttons);
    border: 1px solid var(--color-buttons);
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding: 13px 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-google:hover,
.btn-google:focus {
    text-decoration: none;
}

.login-spacer-area,
.register-spacer-area,
.forgot-spacer-area {
    position: relative;
    text-align: center;
}

.login-spacer-area span,
.register-spacer-area span,
.forgot-spacer-area span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-light-dark);
    position: relative;
}

.login-spacer-area:before,
.register-spacer-area:before,
.forgot-spacer-area:before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: calc(50% - 25px);
    top: 50%;
}

.login-spacer-area:after,
.register-spacer-area:after,
.forgot-spacer-area:after {
    content: '';
    position: absolute;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: calc(50% - 25px);
    top: 50%;
}

.login-form-area,
.register-form-area,
.forgot-form-area {
    margin: 24px 0 0;
}

.login-form-area .form-group label,
.register-form-area .form-group label,
.forgot-form-area .form-group label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-light-dark);
}

.login-form-area .form-group label .text-link,
.register-form-area .form-group label .text-link,
.forgot-form-area .form-group label .text-link {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none !important;
    color: var(--color-primary);
}

.login-form-area .form-group .cform-control,
.register-form-area .form-group .cform-control,
.forgot-form-area .form-group .cform-control {
    background: transparent;
    border: 1px solid #818496;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 48px;
    padding: 12px 15px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light);
}

.login-form-area .form-group .cform-control::placeholder,
.register-form-area .form-group .cform-control::placeholder,
.forgot-form-area .form-group .cform-control::placeholder {
    color: var(--color-light-sec);
}

.login-main-wrapper p,
.register-main-wrapper p,
.forgot-main-wrapper p {
    color: var(--color-light);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.login-main-wrapper,
.register-main-wrapper,
.forgot-main-wrapper {
    max-width: 470px;
    width: 100%;
}

.form-check-input {
    width: 18px;
    height: 18px;
    background-color: rgba(23, 24, 49, 0.2);
    border: 1px solid #E4E5EA;
    margin: 3px;
}

.login-form-area .form-group label.white_color,
.register-form-area .form-group label.white_color,
.forgot-form-area .form-group label.white_color {
    color: var(--color-light);
}

.register-footer-wrapper a,
.login-main-wrapper a {
    color: var(--color-primary);
}

.checkbox_group label.form-check-label {
    margin-left: 4px;
    top: -1px;
    position: relative;
}

.register-form-area .checkbox_group label.form-check-label {
    top: 3px;
}

.checkbox_group label.form-check-label.white_color a {
    color: var(--color-primary);
    text-decoration: underline;
}

.btn.btn_submit {
    width: 76px;
    height: 48px;
    border-radius: 8px;
    padding: 10px 8px;
    background: var(--color-primary);
    margin: 0;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    transition: ease all 0.2s;
    letter-spacing: 0.05em;
}

.btn.btn_submit:hover,
.btn.btn_submit:focus {
    color: var(--color-primary);
    background: var(--color-light);
}

.register-main-wrapper .btn.btn_submit {
    width: 95px;
}

.login-footer-wrapper,
.register-footer-wrapper,
.forgot-footer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

h5.login-footer-links,
h5.register-footer-links,
h5.forgot-footer-links {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    color: var(--color-light);
    margin: 0;
}

h5.login-footer-links a,
h5.register-footer-links a h5.forgot-footer-links a {
    color: var(--color-primary);
}

p.large {
    font-size: 16px;
}

p.large2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

.sucess_msg_full {
    max-width: 100%;
}

.new_password .btn.btn-primary.btn_submit {
    width: auto;
    padding: 0 16px;
}


/* login page css end */


/* register page css start */

.register-form-area .checkbox_group input.form-check-input {
    margin-top: 15px;
}


/* register page css end */


/* empty blocks css start */

.empty-block-title .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light-dark);
}


/* empty blocks css end */


/* Leave Feedbacks Modal css start */

.modal-dark {
    z-index: 1111111 !important;
}

.modal-dark .modal-content {
    background: #262836;
}

.modal-dark .modal-header {
    border: 0;
    padding: 24px 24px 24px 24px;
}

.modal-dark .modal-body {
    padding: 0 24px 24px 24px;
}

.modal-dark .modal-header .modal-title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light);
}

.modal-dark .btn-close {
    background: none;
    padding-top: 0;
}

.modal-dark .modal-footer {
    border-top: 0 !important;
    padding: 0px 24px 24px 24px;
    justify-content: flex-start;
}

.modal-dark .modal-footer-left {
    margin: 0;
}

.modal-dark .modal-footer-left button {
    margin-right: 16px;
}

.modal-dark .feedback_form label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7B7C8A;
}

.modal-dark .feedback_form input,
.feedback_form textarea {
    border: 1px solid #818496;
    border-radius: 8px;
    background: transparent;
    min-height: 48px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #56586D;
}

.feedback_form textarea {
    min-height: 72px;
}

.modal-dark .feedback_form input:focus,
.feedback_form textarea:focus {
    border-color: var(--color-primary);
    background: transparent;
}

.btn-submit {
    background: var(--color-primary);
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-light);
    padding: 13px 16px;
    width: auto;
}

.btn-submit:hover {
    background: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.btn-fclose {
    background: transparent;
    border: 1px solid #9E26FF;
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9E26FF;
    padding: 13px 16px;
    width: auto;
}

.btn-fclose:hover {
    background: var(--color-primary);
    color: var(--text-light);
    border: 1px solid var(--color-primary);
}

.modal-dark .modal-message {
    padding: 24px 24px 0 24px;
}

.modal-dark .modal-message .modal-body p {
    text-align: center;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFC;
}

.modal-dark .modal-message .modal-body {
    padding: 0 0 24px 0;
}

.modal-dark .modal-message .modal-footer {
    justify-content: center;
}


/* Leave Feedbacks Modal css end  */


/* notification sidebar css start */


/** student page css 28-3-2022 **/

button.notification_btn {
    border: none;
    background: transparent;
    width: auto;
    height: auto;
}

button.reward_btn {
    background: transparent;
    border: none;
}

.reward_btn li.dropdown:hover ul.dropdown-menu {
    display: block;
    min-width: 320px;
    top: 100%;
    padding: 24px;
}

.reward_btn li.dropdown ul.dropdown-menu {
    background: var(--grey-color);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 3px 25px rgba(0, 0, 0, 0.56);
    border-radius: 0px 0px 8px 8px;
}

.reward_btn li.dropdown ul.dropdown-menu .point-title p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-light);
}

.reward_btn li.dropdown:hover ul.dropdown-menu li a {
    text-decoration: none;
}

.reward_btn li.dropdown ul.dropdown-menu .point-caption p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: var(--text-light);
    margin-bottom: 0;
}


/** progress bar **/

.progress_bar {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.navbar-right-custom {
    min-width: 370px;
}

.progress_bar .post,
.progress_bar .rookie {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 15px;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}

.progress-bar {
    background-color: var(--color-primary);
    text-align: right;
    padding: 0 9px;
    border-radius: 100px;
    line-height: 15px;
}

.progress-bar

/** right sidebar **/

.notification_offcanvas .offcanvas-body {
    background: var(--grey-color);
}

div#offcanvasNotification {
   max-width: 380px;
   width: 100%;
   z-index: 33333;
   background: transparent;
}

.notification_head {
    padding: 15px 16px;
    display: list-item;
}

.notification_head p.small {
    font-size: 12px;
    color: var(--color-light-dark);
    margin: 0;
    float: left;
}

.mark_checkbox {
    display: flex;
}

.mark_checkbox p {
    font-size: 14px;
    margin: 0 0 0 5px;
    line-height: 18px;
}

button.btn-close.notification_close {
    background: none;
    height: 14px;
    border: none;
    padding: 0;
    margin: 3px 0 0 0;
    position: relative;
    width: 14px;
    float: right;
}

.mark_checkbox {
    float: left;
    margin-right: 20px;
}

.mark_checkbox input#mark_read_all {
    margin-top: 0;
    margin-bottom: 0;
}

button.btn-close.notification_close svg {
    position: absolute;
    top: 0;
    left: 0;
}

.notification_content h5 {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-light);
}

.notification_content p {
    font-size: 14px;
    line-height: 21px;
    color: var(--text-light);
}

.notification_content p span {
    font-size: 12px;
    line-height: 18px;
    color: var(--color-light-dark)
}

.notification_blog.new {
    background: var(--border-dark)
}

.notification_blog {
    padding: 24px 16px 0 16px;
    border-bottom: 1px solid #434557;
}

.icon_notification {
    background: rgba(38, 203, 255, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 200px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_notification+div {
    padding-left: 40px;
}

.notification_content p span {
    display: block;
    margin-top: 10px;
}

.mobile_progress_bar {
    display: none;
}


/* notification sidebar css end */


/* faq page css start */

.search-result-caption p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-light-dark);
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    min-height: 48px;
    text-indent: 25px;
    background: var(--background-dark);
    border: 1px solid #818496;
    border-radius: 8px;
    padding: 0 0 0 25px;
}

.search input::placeholder {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light-sec);
}

.search input:focus {
  box-shadow: none;
  background: transparent;
  border-color: var(--color-primary);
  color: #fff;
}

.search .icon-search {
    position: absolute;
    top: 10px;
    left: 16px
}

.faq-item-list {
    margin: 0 0 16px 0;
}

.faq-item-list .accordion-item {
    background: transparent;
    border: none;
    border-radius: 8px;
}

.faq-item-list .accordion-header .accordion-button {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: var(--text-light);
    padding: 24px 24px 10px 24px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background: var(--border-dark);
    box-shadow: none;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.faq-item-list .accordion-header .accordion-button.collapsed {
    background: var(--grey-color);
    padding: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faq-item-list .accordion-header .accordion-button:hover {
    z-index: 1 !important;
}

.faq-item-list .accordion-header .accordion-button:not(.collapsed)::after,
.faq-item-list .accordion-header .accordion-button::after {
    background: url(../img/ic_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.faq-item-list .accordion-header .accordion-button:after {
    margin-right: 29px;
    margin-left: 0;
}

.faq-item-list .accordion-body {
    position: relative;
    padding: 0 24px 24px 72px;
    background: var(--border-dark);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faq-item-list .accordion-body,
.faq-item-list .accordion-body p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--text-light);
}


/* faq page css end */


/* prize block page css start */

.available-prize-caption p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--text-light);
}

.available-prize-caption p span {
    margin-left: 3px;
}

.prize-block-img {
    position: relative;
}

.prize-block-img img {
    width: 100%;
}

.prize-block-img .prize-new-badge {
    position: absolute;
    top: 15px;
}

.prize-block-img .prize-available-badge {
    position: absolute;
    bottom: 12px;
    left: 8px;
    background: var(--color-light);
    border-radius: 4px;
    padding: 8px 10px;
}

.prize-new-badge .badge-new {
    background: var(--color-light);
    border-radius: 0px 4px 4px 0px;
}

.prize-new-badge .badge-new p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0 18px;
    color: #FF5353;
}

.prize-available-badge span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #333442;
}

.prize-block-grid-inner {
    background: var(--grey-color);
    backdrop-filter: blur(80px);
    border-radius: 8px;
    /* overflow: hidden; */
}

.prize-block-grid-inner .prize-block-caption {
    padding: 24px;
}

.prize-block-caption .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-light);
}

.prize-block-caption .prize-points {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--text-light);
}

.btn-get-prize {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 13px 16px;
    color: var(--text-light);
}

.btn-get-prize:hover {
    background: transparent;
    color: var(--color-primary);
}

.prize-block-btn {
    margin-top: 16px;
}

.prize-block-caption .prize-points .point-badge {
    background: rgba(255, 105, 21, 0.2);
    border-radius: 16px;
    padding: 0 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-light);
}

.prize-locked .prize-new-badge,
.prize-locked .prize-available-badge {
    display: none;
}

.btn-disabled {
    display: inline-flex;
    align-items: center;
    background: var(--color-light-sec);
    border: 1px solid var(--color-light-sec);
    color: #818496;
    pointer-events: none;
}

.btn-disabled svg {
    margin-right: 8px;
}

.prize-requested .prize-new-badge,
.prize-requested .prize-available-badge {
    display: none;
}

.prize-requested .prize-block-caption .prize-block-btn {
    opacity: 0;
}

.prize-requested .image-block img {
    opacity: 0.7;
}

.prize-popover-area {
    display: none;
}

.prize-block-img:hover .prize-popover-area,
.prize-block-img:focus .prize-popover-area {
    display: block;
}

.prize-popover-area {
    position: absolute;
    width: 60%;
    top: 50%;
    margin: 0 auto;
    left: 20%;
    right: auto;
    padding: 10px 16px;
    background: #434557;
    border-radius: 6px;
    filter: drop-shadow(0px 0px 16px rgba(16, 16, 20, 0.3));
}

.prize-popover-area h4.title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-light);
    padding-top: 10px;
    padding-bottom: 0px;
}

.prize-popover-area p,
.prize-popover-area p span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-light);
    margin-bottom: 0;
}

.prize-popover-area .prize-popover-inner {
    position: relative;
}

.prize-popover-area .prize-popover-inner:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 45%;
    width: 12px;
    height: 12px;
    border-bottom: solid 12px rgb(67 69 87);
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.modal-dark .get-prize-inner p,
.modal-dark .get-prize-inner span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F9F9FB;
    margin-bottom: 0;
}

.bg-shape-area svg {
    height: calc(100vh - 65px) !important;
}

.cbg-shape-area {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% - 65px);
}

.prize-success.modal-open .modal-backdrop.show {
    opacity: 0;
}

.prize-success-caption .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #F9F9FB;
    margin: 24px 0 12px 0;
}

.prize-success-caption p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F9F9FB;
}


/* prize block page css end */


/* START Responsive CSS */

@media screen and (max-width: 1366px) {
    .login-main-wrapper,
    .register-main-wrapper {
        margin: 50px 0 0;
    }
}

@media only screen and (min-width:1200px) {}

@media only screen and (max-width:1199px) {
    /* notification & profile css */
    .notification-drop .item ul {
        margin-top: 10px;
    }
    /* end notification & profile css */
    /* prize locker css */
    .prize-listing .aside-tiles-item .tile-value h4 {
        font-size: 22px;
    }
    /* prize locker css end */
}

@media only screen and (max-width:991px) {
    /* notification & profile css */
    .notification-drop .item ul {
        width: 300px;
        left: 0;
        margin-top: 10px;
    }
    /* end notification & profile css */
}

@media (min-width: 768px) and (max-width: 991px) {
    .progress_bar {
        display: none;
    }
    /* profile page css start */
    .profile-information-blog {
        padding: 40px 20px !important;
    }
    .profile-information-blog .position-relative {
        flex-direction: column;
    }
    .profile-information-blog img.flex-shrink-0 {
        height: 50%;
        width: 50%;
        margin-left: auto;
        margin-right: auto !important;
    }
    .top_profile_section {
        text-align: center;
    }
    .profile-information-blog h5 {
        text-align: left;
    }
    /* profile page css end */
}

@media only screen and (max-width:767px) {
    .main-wrapper {
        min-height: 100vh;
        height: auto;
    }
    /* START Header CSS */
    .navbar-login {
        min-width: 10px;
    }
    /* .left-nav {
        visibility: visible !important;
        transform: translateX(0);
        transition: .5s ease-in-out;
        width: 100%;
        height: calc(100vh - 110px);
        z-index: 9;
        left: 0;
    }
    .left-nav.nav-reviewer {
      height: calc(100vh - 64px);
    }
    .left-nav.active {
        position: absolute;
        z-index: 9;
        visibility: hidden !important;
        transition: .5s ease-in-out;
        left: -100%;
    } */
    .offcanvas-start {
        width: 100%;
    }
    .toggle-nav {
        margin-right: 0 !important;
    }
    .toggle-spacer:before,
    .toggle-spacer:after {
        content: none;
    }
    /* notification & profile css */
    .notification-drop .item {
        position: relative;
    }
    .notification-drop .item ul {
        width: 300px;
        margin-top: 10px;
        left: -200px !important;
    }
    .notification-drop .item,
    .profile-drop .item {
        border-bottom: 0;
    }
    .profile-drop .item ul li {
        padding: 10px 20px;
    }
    .profile-main-drop {
        padding-right: 15px;
    }
    .profile-main-drop .profile-content {
        display: none;
    }
    .profile-drop .item ul {
        left: -150px;
        margin-top: 0px;
    }
    .navbar-right-custom {
        min-width: auto;
    }
    .progress_bar {
        display: none;
    }
    .toggle-spacer svg {
        margin-left: 2px;
        margin-top: 2px;
    }
    .progress_bar {
        padding-left: 0;
    }
    .progress_bar .post,
    .progress_bar .rookie {
        padding: 0 5px;
    }
    .header-main-inner {
        padding: 0;
    }
    .mobile_progress_bar {
        display: block;
    }
    .reward_btn li.dropdown:hover ul.dropdown-menu {
        display: block;
        min-width: 320px;
        top: 100%;
        padding: 24px;
        left: -163px;
    }
    /* notification & profile css */
    /* END Header CSS */
    /* aside content */
    /* .wrapper .aside-content-wrapper {
        margin-left: 0;
        padding: 24px 0;
        width: 100%;
    } */
    /* end aside content */
    /* start prize locker congrats */
    .bg-shape-area svg {
        height: calc(100vh - 110px) !important;
    }
    /* end prize locker congrats */
    /* start prize locker page css */
    .prize-locked .prize-popover-area {
        display: block;
    }
    /* end prize locker page css */
}

@media (max-width: 575px) {
    .navbar-brand img {
        width: 100px;
    }
    .navbar .container-fluid {
        padding: 0;
    }
    .navbar-links .navr-links {
        font-size: 11px;
        line-height: normal;
        margin: 0 20px 0 0;
    }
    .navbar-links .navr-links:last-child {
        margin-right: 0;
    }
    .login-caption .title,
    .register-caption .title,
    .forgot-caption .title {
        font-size: 25px;
    }
    .login-main-wrapper,
    .register-main-wrapper,
    .forgot-main-wrapper {
        padding: 0 5px;
    }
    .checkbox_group .col-sm-9 {
        position: relative;
    }
    .register-form-area .checkbox_group input.form-check-input {
        margin-top: 12px;
        position: absolute;
        left: 15px;
        top: 0;
    }
    .register-form-area .checkbox_group label.form-check-label {
        top: 3px;
        padding-left: 30px;
        line-height: normal;
        font-size: 13px;
    }
    .register-main-wrapper .btn.btn_submit {
        margin-top: 30px;
    }
    h5.login-footer-links
    h5.register-footer-links
    h5.forgot-footer-links {
        font-size: 15px;
    }
    p.large {
        font-size: 14px;
    }
    a.main_btn_default+a {
        margin-left: 8px !important;
        margin-top: 20px;
    }
    .buttons {
        display: flex;
        flex-direction: column;
    }
}
}