@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* font-family: "Inter", sans-serif; */
/* font-family: "Cabin", sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--body-color);
    font-size: 14px;
    line-height: 1.3;
    background-color: #FAFAFA;
}

.flex-body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

:root {
    scroll-behavior: inherit;
    --body-font: "Inter", sans-serif;
    --cabin-font: "Cabin", sans-serif;
    --body-color: #6C6868;
    --red-color: #AF001D;
    --blue-color: #006FAF;
    --dark-color: #252525;
    --black-color: #000;
    --white-color: #fff;
    --palegolden-color: #F9EEF0;
    --btn-color: #E91135;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--dark-color);
    font-weight: 500;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-size: 40px;
    line-height: 1.04;
}

h2,
.h2-title {
    font-size: 24px;
    line-height: 1.04;
}

h3,
.h3-title {
    font-size: 22px;
    line-height: 1;
}

h4,
.h4-title {
    font-size: 20px;
    line-height: 1.2;

}

h5,
.h5-title {
    font-size: 18px;
    line-height: 1.2;

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--btn-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 14px;
    border: 1px solid #EDEDED;
    height: 66px;
    padding: 0 19px;
    outline: none !important;
    font-size: 16px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
select:focus {
    border-color: #ABABAB;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid #EDEDED;
    border-radius: 14px;
    width: 100%;
    padding: 0 17px;
    background: url(../images/drop-arr.png) no-repeat calc(100% - 14px) center transparent;
    background-size: 12px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 48px;
    font-size: 12px;
    color: var(--body-color);
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--btn-color);
    color: var(--white-color);
    font-family: var(--cabin-font);
    height: 44px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    padding-left: 34px;
    padding-right: 34px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: var(--blue-color);
}

::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    font-size: 12px;
    text-transform: capitalize;
}

::-moz-placeholder {
    font-size: 12px;
    text-transform: capitalize;
}

:-moz-placeholder {
    font-size: 12px;
    text-transform: capitalize;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
    line-height: 21px;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(../images/check-tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 136px;
    display: inline-block;
}

.navbar-brand img {
    width: 100%;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #3B61DC;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/


/* Custom css start */


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

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container.full {
    max-width: 100%;
    padding: 0 24px;
}

.main-head {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.main-head-sign {
    padding: 22px 0;
    flex: 0 0 auto;
}

.header-logo {
    display: inline-block;
    max-width: 136px;
}

.header-logo img {
    width: 100%;
}

.head-nav {
    text-align: center;
}

.create-account-sec-main {
    padding-top: 10px;
    padding-bottom: 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cmn-sec-head h1.h2-title {
    text-transform: capitalize;
}

.cmn-sec-head {
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 40px;
}

.cmn-sec-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    border-radius: 100px;
    background: var(--btn-color);
}

label {
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
}

.form-row {
    --bs-gutter-y: 14px;
}

.create-acc-left-wrap {
    padding: 86px 124px 40px 124px;
    border-radius: 14px;
    background-color: var(--white-color);
}

.hideShow-pass img {
    width: 22px;
}

.hideShow-pass .reveal-icon {
    display: none;
}

.login-inp-wrapper.password-main-wppr {
    position: relative;
}

.hideShow-pass {
    position: absolute;
    top: 55px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
    line-height: 1;
}

.hideShow-pass.show .reveal-icon {
    display: block;
    width: 22px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.hideShow-pass.show .hidden-icon {
    display: none;
}

input[type="file"] {
    opacity: 0;
    padding: 0;
    height: 100% !important;
    cursor: pointer;
}

.login-inp-wrapper.password-main-wppr input[type="password"] {
    padding-right: 48px;
}

.type-file-wrap {
    padding: 0 0px;
    border: 1px solid #EDEDED;
    height: 66px;
    border-radius: 14px;
    position: relative;
    line-height: 1;
}

.upload-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;

}

.upload-wrap p {
    margin-bottom: 0;
    font-size: 12px;
}

.upload-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 22px;
    background-color: #F8F8F8;
    border-radius: 7px;
    margin-right: 17px;
}

.upload-box img {
    width: 15px;
    margin-left: 7px;
}

.submit-wrap {
    text-align: center;
    margin-top: 40px;
}

.create-acc-rgt-wrap {
    background-color: #F9EEF0;
    border-radius: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    z-index: 1;
    height: 100%;
}

.create-acc-rgt-wrap h3.h2-title {
    margin-bottom: 10px;
}

.create-acc-rgt-wrap p {
    font-size: 12px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.cmn-btn {
    padding: 14px 20px;
    line-height: 1;
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 190px;
    text-transform: capitalize;
    font-family: var(--cabin-font);
}

.cmn-btn:hover {
    background-color: var(--btn-color);
    color: var(--white-color);
}

.sign-btn-wrap {
    margin-top: 5px;
}

.circle-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.create-acc-row {
    --bs-gutter-y: 30px;
}

.copyright-wrap {
    text-transform: capitalize;
    font-size: 12px;
}

.copyright-wrap a {
    color: var(--body-color);
}

.copyright-wrap a:hover {
    color: var(--btn-color);
}

.ftr-main {
    padding-top: 20px;
    padding-bottom: 34px;
    border-top: 1px solid #EDEDED;
    text-align: center;
    margin-top: auto;
}

.forg-pass {
    color: var(--body-color);
    font-size: 12px;
}

.forget-pass-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
}

.login-left-wrap {
    padding: 86px 124px 86px 124px;
}

.cmn-sec-head.cmn-sec-head-inn {
    margin-bottom: 24px;
}

.cmn-sec-head-wrap {
    margin-bottom: 44px;
}

.cmn-cent-wrap {
    max-width: 967px;
    width: 100%;
    margin: 0 auto;
    padding: 86px 126px 100px 126px;
    background-color: var(--white-color);
    border-radius: 14px;
}

.cmn-cent-wrap-btn {
    margin-top: 40px;
    text-align: center;
}

.otp-varification-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.otp-varification-wrap {
    max-width: 476px;
    width: 100%;
    margin: 0 auto;
}

.otp-varification-col input[type="number"] {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px;
}

.otp-varification-col.wrap input[type="number"] {
    border-color: #EDEDED;
    background-color: #F9EEF0;
}

.char-wrap {
    margin-top: 8px;
    font-size: 12px;
}

input[type='search'] {
    border: none;
    outline: none;
    background-color: var(--white-color);
    border-radius: 6px;
    color: var(--body-color);
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center left 12px;
    background-size: 12px;
    height: 40px;
    padding-left: 30px;
    padding-right: 10px;
    width: 100%;
    border: 1px solid transparent;
}

input[type='search']:focus {
    border-color: #ABABAB;
}

input[type='search']::-webkit-input-placeholder {
    color: #B3B3B3;
}

input[type='search']::-moz-placeholder {
    color: #B3B3B3;
}

input[type='search']:-ms-input-placeholder {
    color: #B3B3B3;
}

input[type='search']::-ms-input-placeholder {
    color: #B3B3B3;
}

input[type='search']::placeholder {
    color: #B3B3B3;
}

.header-form-wrap {
    margin-left: 44px;
    margin-right: 20px;
    max-width: 250px;
    width: 100%;
}

.pro-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pro-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
}

.dropdown.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.dropdown.header-btn .btn {
    background: none;
    color: #252525;
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding-left: 0;
    position: relative;
    padding-right: 16px;
}

.dropdown.header-btn .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/drop-icon.png);
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center right;
}

.dropdown.header-btn .dropdown-toggle::after {
    display: none;
}

.dropdown.header-btn .dropdown-menu {
    border: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-top: 10px;
    width: 100% !important;
    max-width: 150px;
    right: 0;
    left: auto;
}

.dropdown.header-btn .dropdown-menu li a {
    font-size: 13px;
}

.dropdown.header-btn .dropdown-menu .dropdown-item {
    padding: 6px 14px;
    line-height: 1;
}

.dropdown.header-btn .dropdown-menu .dropdown-item:hover,
.dropdown.header-btn .dropdown-menu .dropdown-item.active {
    color: var(--red-color);
    background: none;
}

.sidebar-items span {
    width: 50px;
    height: 50px;
    background-color: #F5F5F5;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-items span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-items p {
    color: var(--dark-color);
    font-size: 13px;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.dash-siderbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 208px;
    height: 100vh;
    padding: 84px 25px 90px 23px;
}

.ftr-main.dashboard {
    padding-top: 19px;
    padding-bottom: 18px;
    line-height: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.dashboard-cntnt-wpr {
    padding: 84px 24px 90px 208px;
    width: 100%;
    height: 100vh;
}

.dashboard-cntnt-in {
    /* background-color: #000; */
    width: 100%;
    height: 100%;
}

.dash-siderbar-main-wrap {
    padding: 26px 4px 33px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.01);
    border-radius: 0px 35px;
    height: 100%;

}

.sidebar-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px 10px;
    position: relative;
}

.sidebar-items::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 0;
    background-color: var(--red-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-items:hover:before,
.sidebar-items.active:before {
    height: 100%;
}


.dash-list li {
    position: relative;
    /* border-bottom: 1px solid #F5F5F5; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dash-list li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #F5F5F5;
}

.sidebar-items:hover span,
.sidebar-items.active span {
    background-color: var(--red-color);
    -webkit-box-shadow: 0px 6px 7px rgba(175, 0, 29, 0.18);
    box-shadow: 0px 6px 7px rgba(175, 0, 29, 0.18);

}

.sidebar-items:hover span img,
.sidebar-items.active span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.sidebar-items:hover p,
.sidebar-items.active p {
    color: var(--red-color);
}

.dash-list li:first-child {
    padding-top: 0;
}

.dash-list li:last-child {
    padding-bottom: 0;
}

.dash-siderbar-main-wrap-inn {
    padding: 0 4px 0 0;
    height: 100%;
    overflow: auto;
}


.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #C2C2C2;
}

.custom-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #C2C2C2;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--red-color);
}

@-moz-document url-prefix() {
    .custom-scroll {
        /* Firefox-specific styles here */
        scrollbar-width: thin;
        scrollbar-color: var(--red-color) rgba(194, 194, 194, 0.3);
        background-color: #fff;
    }
    .wp-dark-mode-active .custom-scroll {
        background-color:#242525 !important;
    }
}



/* .custom-scroll {
    overflow: auto;
    max-height: 100%;
    scrollbar-width: thin;
    scrollbar-color: var(--red-color) #C2C2C2;
}

.custom-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #C2C2C2;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #C2C2C2;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
    background-color: var(--red-color);
} */


/* .custom-scroll{
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--red-color) rgba(194, 194, 194, 0.4);
    scroll-behavior:smooth;
}
.custom-scroll:-webkit-scrollbar {
    width: 8px;
    height: 8px;
    scrollbar-color: var(--red-color) rgba(194, 194, 194, 0.4);
    border-radius: 50px;
    background-clip: padding-box;
}
.custom-scroll:-webkit-scrollbar-track {
    background: transparent;
    background: rgba(194, 194, 194, 0.4);
    height: 8px;
}
.custom-scroll:-webkit-scrollbar-thumb {
    height: 8px;
    border-radius: 50px;
    background-clip: padding-box;
    border: 0;
    background: var(--red-color);
}
.custom-scroll::-webkit-scrollbar-thumb {
    height: 8px;
    border-radius: 50px;
    background-clip: padding-box;
    border: 0;
    background: var(--red-color);
}
.custom-scroll::-webkit-scrollbar{
    background-clip: padding-box;
    border: 0;
    background: rgba(194, 194, 194, 0.4);
    border-radius: 50px;
     height: 8px;
} */



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dash-page-head-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 23px;
    background-color: var(--white-color);
    border-radius: 14px;
    width: 100%;
}

.dash-page-head-inn>h1.h5-title {
    margin-bottom: 0;
    padding-right: 10px;
    font-weight: 500;
}

.cal-wrap-inn img {
    width: 15px;
    margin-right: 10px;
}

.cal-wrap input[type='date'] {
    border: none;
    color: #525050;
    font-size: 11px;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cal-wrap input[type='date']::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.cal-wrap-inner {
    margin: 0;
    position: relative;
    padding: 7px 9px;
}

.cal-wrap {
    /* padding: 7px 9px; */
    border: 1px solid #EBEBEB !important;
    border-radius: 7px;
}

.cal-wrap p {
    font-size: 11px;
    font-weight: 500;
    color: #525050;
}

.cal-wrap-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    color: #525050;
}

.dash-body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -9px;
    height: 100%;
}

.dash-body-col-left {
    width: 76%;
    padding: 0 9px;
    height: 100%;
}

.dash-body-left-wrap {
    background-color: var(--white-color);
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
    padding: 20px 10px;
    height: 100%;
    /* overflow: auto; */
}

.dash-body-main {
    padding-top: 22px;
    height: calc(100% - 51px);
    overflow: hidden;
}

.dash-body-user-wrap img {
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
}

.dash-body-user-wrap {
    text-align: center;
}

.dash-body-user-wrap p {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.dash-body-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dash-body-btn {
    padding: 7px;
}

.cmn-btn.back {
    background: var(--btn-color);
    color: var(--white-color);
}

.cmn-btn.back:hover {
    background: transparent;
    color: var(--btn-color);
}

.dash-body-left-wrap-inn {
    margin: auto;
}

.dash-body-left-wrap-outer {
    height: 100%;
    overflow: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px;
}

.dash-body-col-rgt {
    width: 24%;
    padding: 0 9px;
    height: 100%;
    overflow: hidden;
}

.dash-body-rgt-wrap {
    padding: 25px 10px 15px 20px;
    background-color: var(--white-color);
    border-radius: 14px;
    height: 100%;
    overflow: hidden;
}

.dash-body-rgt-top {
    padding: 21px 16px;
    background-color: #F8F8F8;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 16px;
}

.dash-body-rgt-mid {
    margin-bottom: 16px;
}

.dash-body-rgt-mid input[type='search'] {
    border: 1px solid #EDEDED;
    border-radius: 14px;
    height: 50px;
    background-position: center right 14px;
    background-size: 18px;
    padding-left: 16px;
    padding-right: 40px;
    font-size: 12px;
}

.dash-body-rgt-mid input[type='search']::placeholder {
    color: var(--body-color);
}

.user-dtls-left img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #6C6868;
}

.user-dtls-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-dtls-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

.user-dtls-rgt span {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px;
}

.user-dtls-rgt p {
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.user-btn {
    color: var(--red-color);
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 2px;
    line-height: 1;
}

.user-btn:hover {
    color: var(--red-color);
}

.user-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--red-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-btn:hover:before {
    width: 0;
}

.user-dtls-list li {
    padding: 12px 0;
    border-bottom: 1px solid #EDEDED;
}

.user-dtls-list li:last-child {
    border-bottom: none;
}

.dash-body-rgt-chat-main {
    padding: 7px 12px 16px 16px;
    border: 1px solid #EDEDED;
    border-radius: 14px;
    height: calc(100% - 145px);
    position: relative;
    min-height: 190px;
}

.dash-body-rgt-chat-main::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 45%;
    width: calc(100% - 48px);
    height: 22%;
    background: -o-linear-gradient(bottom, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.dash-body-rgt-chat-wrap {
    height: 100%;
    overflow: auto;
    padding-right: 8px;
    padding-bottom: 45px;
}

.dash-body-rgt-wrap-inn {
    height: 100%;
    overflow: auto;
    padding-right: 10px;
}

.dash-page-head-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-ham img {
    width: 100%;
}

.dashboard-ham {
    width: 20px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.user-toggle-btn img {
    width: 19px;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-toggle-btn {
    /* width: 30px; */
    cursor: pointer;
    margin-left: auto;
    display: none;
    border: 1px solid rgba(108, 104, 104, 0.4);
    padding: 4px;
    border-radius: 4px;
    color: var(--body-color);
    font-weight: 600;
    font-size: 13px;
}

.user-toggle-btn:hover {
    background-color: var(--btn-color);
    color: var(--white-color);
    border-color: var(--btn-color);
}

.user-toggle-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dash-cross {
    position: absolute;
    top: 7px;
    right: -14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--btn-color);
    display: none;
}

.dash-cross img {
    width: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dash-body-left-wrap-tab {
    background-color: var(--white-color);
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    height: 100%;
    /* overflow: auto; */
}

.dash-body-left-wrap-tab-inner {
    height: 100%;
    overflow: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
}

.resp-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #F8F8F8;
    border-radius: 14px;
    margin-bottom: 26px;
    /* flex-wrap: nowrap; */
    overflow: auto;
    /* white-space: nowrap; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.resp-tab-content {
    display: none;
    padding-bottom: 20px;
}

.resp-tabs-list li a {
    padding: 26px;
    display: inline-block;
    width: 25%;
    text-align: center;
    background-color: transparent !important;
    cursor: pointer;
    border-right: 1px solid rgba(236, 236, 236, 0.4) !important;
    font-size: 16px;
    font-weight: 600;
    /* white-space: nowrap; */
    min-width: 240px;
    color: var(--body-color);
}

.resp-tabs-list li:last-child a {
    border-right: none !important;
}

.resp-tabs-list li.active a,
.resp-tabs-list li a:hover {
    color: var(--red-color);
}

.resp-tabs-list li:last-child {
    border: none;
}

/* .resp-tabs-list-wrap{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
} */

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.account-cont-top-col-left-wrap-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-cont-top-left span {
    color: var(--red-color);
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 2px;
}

.account-cont-top-left p {
    font-size: 14px;
    font-weight: 600;
}

.account-cont-top-wrap {
    overflow: hidden;
}

.account-cont-top-btn {
    position: relative;
    color: var(--body-color);
    font-size: 12px;
    line-height: 1;
    padding-bottom: 4px;
    text-transform: capitalize;
}

.account-cont-top-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--body-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account-cont-top-btn:hover::before {
    width: 0;
}

.account-cont-top-col-left-wrap {
    padding: 26px 10px 10px 12px;
    border: 1px solid #EDEDED;
    border-radius: 14px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.account-cont-top-col-left-wrap-btm {
    background-color: #FBF0F2;
    border-radius: 14px;
    padding: 10px 20px;
    margin-top: auto;
}

.account-cont-top-col-left-wrap-btm-box {
    font-weight: 600;
    font-size: 14px;
    padding: 22px 5px 10px 5px;

}

/* .account-cont-top-col-left-wrap-btm-row{
    --bs-gutter-x: 0;
} */
.account-cont-top-col-left-wrap-btm-col {
    border-right: 1px dotted #FFD8DE;
    border-bottom: 1px dotted #FFD8DE;
}

.account-cont-top-col-left-wrap-btm-col:nth-child(even) {
    border-right: 0;
}

.account-cont-top-col-left-wrap-btm-col:last-child,
.account-cont-top-col-left-wrap-btm-col:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
}

.account-cont-top-col-left-wrap-btm-box span {
    display: inline-block;
    margin-bottom: 2px;
}

.account-cont-top-col-rgt-wrap {
    padding: 22px 9px 0 10px;
    border: 1px solid #EDEDED;
    border-radius: 14px;
}

.account-cont-top-col-rgt-wrap table {
    width: 100%;
}

.account-cont-top-col-rgt-wrap table thead {
    /* padding: 16px 18px; */
    background-color: #F8F8F8;

}

.account-cont-top-col-rgt-wrap table th,
.account-cont-top-col-rgt-wrap table td {
    padding: 12px 15px;
}

.account-cont-top-col-rgt-wrap table th {
    font-size: 13px;
    font-weight: 600;
    color: #868181;
    text-transform: capitalize;
}

.account-cont-top-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 20px;
}

.account-cont-top-col-left {
    width: 29.7%;
}

.account-cont-top-col-rgt {
    width: 70.3%;
}

.account-cont-top-col-rgt-wrap table td {
    font-size: 12px;
    text-transform: capitalize;
}

.tb-tag {
    color: var(--red-color);
    padding: 4px 8px;
    border-radius: 100px;
    background-color: rgba(175, 0, 29, 0.1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;

}

.account-cont-top-col-rgt-wrap table tbody tr {
    border-bottom: 1px solid #F8F8F8;
}

.td-status {
    color: #70C270;
}

.eye-icon {
    width: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

.eye-icon img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.eye-icon:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(356%) hue-rotate(65deg) brightness(84%) contrast(83%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(356%) hue-rotate(65deg) brightness(84%) contrast(83%);
}

.tb-tag.blu {
    color: var(--blue-color);
    background-color: rgba(0, 111, 175, 0.15);
    min-width: 92px;
}
.tb-tag.ylw {
    color: #EE812E;
    background-color: rgba(231, 186, 102, 0.15);
    min-width: 92px;
}
.tb-tag.grn {
    color: #70C270;
    background-color: rgba(114, 228, 91, 0.15);
    min-width: 92px;
}


.td-status.ylw {
    color: #EE812E;
}



.account-cont-top-col-rgt-wrap table thead th:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.account-cont-top-col-rgt-wrap table thead th:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.account-cont-top-col-left-wrap-top-tb {
    padding-right: 22px;
}

.account-cont-top-col-rgt-wrap table tbody:last-child tr {
    border-bottom: 0;
}

.account-cont-top-col-last {
    width: 75%;
}

.account-btn-col {
    width: 25%;
}

.account-btn-col-main {
    height: 100%;
    /* text-align: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-btn {
    padding: 8px;
}

.account-btn-col-inn {
    margin: -8px;
}

.account-btn .cmn-btn {
    min-width: inherit;
    padding: 14px 26px;
}

.dash-page-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cal-wrap-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delete-icon {
    width: 26px;
    height: 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 6px;
    border-radius: 6px;
}

.delete-icon img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.delete-icon:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.delete-icon:hover {
    background-color: var(--red-color);
}

.account-cont-top-btn.account-cont-top-btn-red {
    font-size: 16px;
    color: var(--btn-color);
    font-weight: 600;
    padding-bottom: 1px;
}

.account-cont-top-btn.account-cont-top-btn-red::before {
    background-color: var(--btn-color);
}

.user-dtbs {
    border: 1px solid #EDEDED;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.account-cont-top-wrap.user-dtbs-wrap {
    padding: 23px 20px 23px 32px;
    border-radius: 14px;
    border: 1px solid #EDEDED;
}

.user-dtbs-col {
    width: 70.3%;
}

.user-dtbs-top .account-cont-top-col-left-wrap-top {
    margin-bottom: 0;
}

.user-dtbs-top {
    padding: 12px 27px;
    background-color: #F8F8F8;
}

.user-dtbs-list span {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 6px;
}

.user-dtbs-list p {
    font-size: 12px;
    text-transform: capitalize;
}

.user-dtbs-btm {
    padding: 21px 27px;
}

.user-dtbs-list-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-dtbs-list-inn p {
    margin-bottom: 0;
}

.user-dtbs-list-inn a img {
    width: 14px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-dtbs-list-inn a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(356%) hue-rotate(65deg) brightness(84%) contrast(83%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(356%) hue-rotate(65deg) brightness(84%) contrast(83%);
}

.user-dtbs-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.user-dtbs-list li {
    margin-bottom: 26px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.user-dtbs-list-inn a {
    color: var(--body-color);
    font-size: 12px;
    text-transform: lowercase;
}

.user-dtbs-list-inn a:hover {
    color: var(--red-color);
}

.lets-start-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -7px;
    padding-left: 14px;
}

.lets-start-btn {
    padding: 7px;
}

.lets-start-wrap p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.lets-start-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 12px 18px 27px;
    border: 1px solid #EDEDED;
    border-radius: 14px;
}

.account-cont-top-col-rgt-wrap.points-table {
    width: 100%;
    border: none;
    padding: 0;
}

.dash-body-left-wrap-tab-inner.point-table-inner {
    padding: 8px 9px 12px 14px;
    /* border: 1px solid #EDEDED; */
    /* border-radius: 14px; */
}

.dash-body-left-wrap-tab-outer {
    border: 1px solid #EDEDED;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 0;
}

.td-status.red {
    color: var(--red-color);
}

.account-cont-top-left p {
    margin-bottom: 0;
}

.account-cont-top-left.points-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.account-cont-top-left.points-top-left span {
    margin: 0 0 0 10px;
}

.account-cont-top-left {
    padding-right: 10px;
}

.account-cont-top-col-rgt-wrap table td button {
    background-color: transparent !important;
    border: none;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
}

.account-cont-top-col-rgt-wrap table td button img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.account-cont-top-col-rgt-wrap table td button:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(356%) hue-rotate(65deg) brightness(84%) contrast(83%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(356%) hue-rotate(65deg) brightness(84%) contrast(83%);
}

.view-ques-modal .modal .modal-dialog {
    max-width: 763px;
    padding: 0 15px;
}

.view-ques-modal .modal .modal-dialog .modal-content .modal-header {
    background-color: #F8F8F8;
    border-radius: 14px;
    border: none;
    padding: 19px 15px 19px 10px;
}

.view-ques-modal .modal .modal-dialog .modal-content {
    padding: 14px 16px 0 16px;
    border-radius: 10px;
    background: var(--white-color);
    -webkit-box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.1);
    border: none;
}

.view-ques-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 600;
    font-size: 16px !important;
    color: var(--body-color);
}

.view-ques-modal .modal .modal-dialog .modal-content .btn-close {
    background-image: url(../images/red-cross.png);
    opacity: 1;
    padding: 7px;
    background-size: 25px;
    width: 25px;
    height: 25px;
}

.popup-user-top-wrap img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup-user-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.user-comm {
    font-size: 12px;
    line-height: 1.5;
    text-transform: capitalize;
}

.popup-user-btm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.popup-user-btm-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 12px;
    color: var(--body-color);
    font-size: 12px;
}

.popup-user-btm-icon img {
    width: 16px;
    margin-right: 7px;
}

.popup-user-btm-icon:first-child {
    margin-left: 0;
}

.popup-user-btm-icon:last-child {
    margin-right: 0;
}

.popup-user-items {
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}

.popup-user-items:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.view-ques-modal .modal .modal-dialog .modal-body {
    padding: 12px 4px 30px 6px;
}

.modal-footer-inn p {
    margin-bottom: 0;
    margin-right: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
}

.modal-footer-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.form_input_check.modal_form_input_check label input[type="checkbox"]+span::after {
    display: none;
}

.form_input_check.modal_form_input_check label span {
    width: 24px;
    height: 16px;
    border-radius: 50px;
    border: 2px solid var(--btn-color);
    display: inline-block;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.form_input_check.modal_form_input_check label {
    padding-left: 0;
    line-height: 13px;
}

.form_input_check.modal_form_input_check label input[type="checkbox"]+span::before {
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 50%;
    background-color: var(--btn-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form_input_check.modal_form_input_check label input[type="checkbox"]+span::before .form_input_check.modal_form_input_check {
    line-height: 13px;
}

.form_input_check.modal_form_input_check label input[type="checkbox"]:checked+span::before {
    left: calc(100% - 10px);
    background-color: var(--blue-color);
}

.form_input_check.modal_form_input_check label input[type="checkbox"]:checked+span {
    border-color: var(--blue-color);
}

.form_input_check.modal_form_input_check {
    line-height: 0.8;
}

.view-ques-modal .modal .modal-dialog .modal-footer {
    padding: 17px 30px;
    border-top: 1px solid #EDEDED;
    margin: 0 -16px;
}

.view-ques-modal .modal {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

}

.view-ques-modal .modal .modal-dialog .modal-content .modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.btn-primary.td-status {
    font-size: 12px;
    display: block;
    width: auto;
    height: auto;
    width: 100%;
    text-align: left;
    padding: 0;
    line-height: 1;
}

.btn-primary.td-status:hover {
    color: var(--blue-color);
}

.view-ques-modal.credit-points-modal .modal .modal-dialog .modal-content .modal-header {
    background-color: transparent;
}

.view-ques-modal.credit-points-modal .modal .modal-dialog .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0 10px;
}

.credit-points-num {
    font-size: 35px;
    font-weight: 600;
    color: var(--red-color);
    width: 100px;
    height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--red-color);
    padding: 5px;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: 10px;
}

.credit-points-wrap h2 {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

.credit-points-wrap p {
    font-size: 12px;
    margin-bottom: 10px;
}

.credit-points-btn {
    position: relative;
    text-transform: capitalize;
    padding-bottom: 2px;
    font-size: 12px;
}

.credit-points-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--btn-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.credit-points-btn:hover::before {
    width: 0;
}

.view-ques-modal.credit-points-modal .modal .modal-dialog .modal-content {
    padding: 14px 16px 0 16px;
    border-radius: 10px;
    background: var(--white-color);
    -webkit-box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.1);
    border: none;
    height: 100%;
    min-height: 475px;
    padding: 15px;
}

.view-ques-modal.credit-points-modal .modal .modal-dialog .modal-content .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.account-cont-top-wrap.account-cont-top-wrap-ques {
    padding: 21px 33px 21px 17px;
    border: 1px solid #EDEDED;
    border-radius: 14px;
    height: 100%;
}

.ans-row-wrap-left span {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 14px;
    display: inline-block;
}

.view-all-each-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    /* margin: 0 22px; */
    padding: 12px 22px;
}

.view-all-each-items img {
    width: 16px;
    margin-right: 6px;
}

.view-all-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px -22px;
}

/* .view-all-each-items:first-child{
    margin-left: 0;
}
.view-all-each-items:last-child{
    margin-right: 0;
} */
.ans-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
}

.ans-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ans-row-wrap-left p {
    font-size: 12px;
}

.ans-row-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.ans-row-wrap-left {
    width: 76%;
    padding: 0 12px;
}

.ans-row-wrap-rgt {
    width: 24%;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ans-row-wrap-rgt .cmn-btn {
    min-width: inherit;
    font-size: 12px;
    padding: 7px 13px;
}

.ans-row-wrap-rgt span {
    font-size: 12px;
    display: block;
    padding-top: 8px;
}

.account-cont-top-wrap.eng-ques-cont-top-wrap {
    min-height: 500px;
}

.table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #C2C2C2;
}

.table-scroll::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: #C2C2C2;
}

.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--red-color);
}

.ans-eng-list li span {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 14px;
    display: inline-block;
    line-height: 1.57;
}

.ans-eng-list li p {
    font-size: 12px;
    line-height: 1.58;
}

.ans-eng-list li {
    margin-bottom: 21px;
}

.ans-eng-modal-msg textarea {
    height: 167px;
    border: 1px solid #EDEDED;
    border-radius: 14px;
    resize: none;
}

.ans-eng-modal-btn {
    margin-top: 12px;
}

.ans-row-wrap-rgt .cmn-btn.back {
    background-color: var(--btn-color);
    color: var(--white-color);
}

.ans-row-wrap-rgt .cmn-btn.back:hover {
    border-color: var(--btn-color);
    background-color: transparent;
    color: var(--btn-color);
}

.ans-row-wrap-rgt .cmn-btn {
    background-color: transparent;
    color: var(--btn-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ans-row-wrap-rgt .cmn-btn:hover {
    border-color: var(--btn-color);
    background-color: var(--btn-color);
    color: var(--white-color);
}

.ask-ques-wrap {
    padding: 26px 17px;
    background-color: #F8F8F8;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-color);
}

.ask-form-row-wrap {
    overflow: hidden;
    margin-top: 24px;
}

.ask-form-row {
    --bs-gutter-y: 30px;
}

.ask-form-wrap textarea {
    border: 1px solid #EDEDED;
    border-radius: 14px;
    height: 150px;

}

textarea {
    resize: none;
}

.ask-form-sbm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -6px;
}

.ask-form-sbm {
    padding: 6px;
}

.ask-form-sbm .cmn-btn {
    min-width: inherit;
}

.ask-form-sbm-wrap-outer {
    margin-top: 24px;
}

.view-ques-modal.succ-modal .succ-wrap span {
    display: inline-block;
    max-width: 124px;
    margin-bottom: 30px;
}

.view-ques-modal.succ-modal .succ-wrap span img {
    width: 100%;
}

.succ-wrap h2 {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 600;
    margin-bottom: 14px;
}

.succ-wrap p {
    font-size: 12px;
    text-transform: capitalize;
}

/* .succ-wrap .cmn-btn {
    min-width: 136px;
}

.ans-ques-modal .modal-body .btn.ans-eng-modal-btn {
    font-size: 16px;
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    padding: 9px 22px;
}

.ans-ques-modal .modal-body .btn.ans-eng-modal-btn:hover {
    color: var(--btn-color);
    background-color: transparent;
} */
.ans-eng-modal-btn .cmn-btn {
    min-width: 136px;
    font-size: 16px;
}

.account-cont-top-col-left-wrap-btm-box p {
    text-transform: capitalize;
}

.header-form-wrap input[type='search'] {
    font-weight: 500;
    font-size: 11px;
}

.vw-ques-modal-body>p {
    font-weight: 600;
    text-transform: capitalize;
}

.cmn-sec-head-wrap p {
    text-transform: capitalize;
}
.login-inp-wrapper select{
    height: 66px;
}

.error{
    color:red;
    display: block;
    padding: 6px;
}
.otp-valid-msg {
    color: #e40c0c; /* Green color for success */
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    animation: fadeIn 0.5s ease-in-out;
  }
  

  .add-question-expire-wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    padding: 20px;
}

/* The section with the content */
.quest-finish-sec {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    width: 100%;
    max-width: 400px;
}

/* Icon styling */
.quest-finish-sec span img {
    height: 70px;
    margin-bottom: 20px;
}

/* Heading styling */
.quest-finish-sec h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Paragraph text styling */
.quest-finish-sec p {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}

input[readonly] {
    background-color: #f0f0f0; /* light gray background */
    color: #333; /* optional: change text color */
  }

  /* Optional: Smooth fade-in animation */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }


  /* S.Mv Css Start 27-05-25 */
  .wp-dark-mode-active .navbar-brand img,.wp-dark-mode-active .dash-list .sidebar-items img, .wp-dark-mode-active .cal-wrap-inn img,
  .wp-dark-mode-active .view-all-each-items img,.wp-dark-mode-active .head-nav img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(284deg) brightness(106%) contrast(102%);
  }
  
  .wp-dark-mode-active .sidebar-items span{
    background-color: #3f4040;
  }
  .wp-dark-mode-active .dropdown.header-btn .dropdown-menu.show{
    background-color:#fff;
    border:1px solid #fff;
  }
  .wp-dark-mode-active .dropdown-menu.show .dropdown-item{
    color:#fff;
  }
  .wp-dark-mode-active .sidebar-items:hover span,.wp-dark-mode-active .sidebar-items.active span{
    background-color:var(--red-color);
  }
  .ask-form-wrap #remove-id-card ,.ask-form-wrap  #remove-profile-picture{ 
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    background: transparent;
    transition: 0.5s;
  }
  .ask-form-wrap #remove-id-card:hover ,.ask-form-wrap  #remove-profile-picture:hover{
    background-color:var(--black-color);
    border-color:var(--black-color);
    color:var(--white-color);
  }
  
  .wp-dark-mode-active .ask-form-wrap #remove-id-card:hover ,.wp-dark-mode-active .ask-form-wrap #remove-profile-picture:hover{
    background-color:var(--red-color);
    border-color:var(--red-color);
  } 
  .wp-dark-mode-active .dash-body-rgt-mid input[type='search'], .wp-dark-mode-active .header-form-wrap input[type='search']{
    background-image: url(../images/search-white.svg);
  }
  .swal2-success-circular-line-left,.swal2-success-fix ,.swal2-success-circular-line-right{
    display:none;
  }
  .wp-dark-mode-active .create-acc-rgt-wrap .circle-shape{
    opacity:0.2;
  }

  .stdnt-id-rmv-btn{
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin-top: 10px;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #000;
    transition: 0.5s;
  }
  .stdnt-id-rmv-btn:hover{
    background-color:var(--red-color);
    color:var(--white-color);
    border-color: var(--red-color);
  }
  .login-inp-wrapper.password-main-wppr input{
    padding-right: 48px;
  }

  /* S.Mv Css End 27-05-25 */

  
.credit-point-warp{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: var(--black-color);
    flex-wrap: wrap;
}
.right-point-sec{margin-bottom: 25px; font-size: 20px; padding-right: 10%;}
#redeem-certificate-form{position: relative; max-width: 300px;}
#redeem-certificate-form .certficate-btn{
    position: absolute;
    right: 4px;
    top: 3px;
}
#redeem-certificate-form .certficate-btn [type="submit"]{height: 44px;}
#redeem-certificate-form [type="number"]{
    border: 1px solid #EDEDED;
    border-radius: 14px 4px 4px 14px;
    height: 50px;
    background-position: center right 14px;
    background-size: 18px;
    padding-left: 16px;
    padding-right: 40px;
    font-size: 18px;
}
.student-redeem-section{
    margin-bottom: 40px;
}

.certificate-history .table-wrap table thead {
    /* padding: 16px 18px; */
    background-color: #F8F8F8;

}

.certificate-history .table-wrap table th,
.certificate-history .table-wrap table td {
    padding: 12px 15px; 
}
.certificate-history .table-wrap table th{
    font-size: 13px;
    font-weight: 600;
    /* color: #868181; */
    color: #2c2c2c;
    text-transform: capitalize;
}
.certificate-history .table-wrap table td {
    font-size: 12px;
    text-transform: capitalize;
}

.certificate-history .table-wrap table tbody tr {
    border-bottom: 1px solid #F8F8F8;
}
.certificate-history .table-wrap table{width: 100%;table-layout: fixed; min-width: 550px !important;}

/* dark Mode */
[data-wp-dark-mode-active] .dropdown.header-btn .btn::before{filter: brightness(0) invert(1);}
/* ========== responsive css =========== */

@media(min-width:1920px) {
    .resp-tabs-list li a {
        min-width: 300px;
    }
}

@media(min-width:1599px) {
    .container {
        max-width: 1472px;
    }

    .dash-point-body-left-wrap-tab {
        padding-bottom: 90px;
    }

}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}


@media(max-width:1480px) {
    .create-acc-left-wrap {
        padding: 50px 70px 40px 70px;
    }

    .dash-body-col-left {
        width: 70%;
    }

    .dash-body-col-rgt {
        width: 30%;
    }

    .account-cont-top-col-left {
        width: 100%;
    }

    .account-cont-top-col-rgt {
        width: 100%;
    }

    .account-cont-top-col-last {
        width: 100%;
    }

    .account-btn-col {
        width: 100%;
    }

    .account-btn-col-inn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .resp-tabs-list li a {
        font-size: 14px;
        padding: 20px;
    }

    .user-dtbs-col {
        width: 100%;
    }

    .ans-row-wrap-left {
        width: 80%;
    }

    .ans-row-wrap-rgt {
        width: 20%;
    }

    .ans-row-wrap-rgt .cmn-btn {
        padding: 7px 10px;
    }

    .view-all-each-items {
        padding: 12px 8px;
    }

    .view-all-warp {
        margin: -12px -8px;
    }

    .resp-tabs-list li a {
        min-width: 198px;
    }

    .ask-form-col {
        width: 50%;
    }
}

@media(max-width:1199px) {
    .create-acc-left-wrap {
        padding: 40px 50px 30px 50px;
        border-radius: 8px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="file"],
    select {
        border-radius: 8px;
        height: 44px;
        padding: 0 12px;
    }

    .type-file-wrap {
        padding: 0 0;
        height: 44px;
        border-radius: 8px;
        position: relative;
    }

    .upload-box {
        padding: 10px 12px;
        border-radius: 4px;
        margin-right: 14px;
    }

    .upload-wrap {
        left: 12px;
    }

    .hideShow-pass {
        top: 41px;
    }

    .hideShow-pass img {
        width: 18px;
    }

    .hideShow-pass.show .reveal-icon {
        width: 18px;
        height: 18px;
    }

    .hideShow-pass {
        right: 12px;
    }

    .login-inp-wrapper.password-main-wppr input[type="password"] {
        padding-right: 36px;
    }

    .create-acc-rgt-wrap {
        border-radius: 8px;
    }

    .cmn-btn {
        min-width: 130px;
        padding: 11px 14px;
    }

    .cmn-sec-headP {
        margin-bottom: 30px;
    }

    label {
        margin-bottom: 10px;
    }

    .submit-wrap {
        margin-top: 30px;
    }

    .ftr-main {
        padding: 18px 0;
    }

    .cmn-cent-wrap {
        max-width: 710px;
        padding: 60px;
    }

    .dash-siderbar {
        width: 167px;
        padding: 74px 15px 90px 15px;
    }

    .dash-siderbar-main-wrap {
        padding: 20px 4px 20px 0px;
        border-radius: 0px 20px;
    }

    .sidebar-items {
        padding: 18px 8px;
    }

    .sidebar-items span {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        padding: 10px;
    }

    .navbar-brand {
        max-width: 108px;
    }

    .header-form-wrap {
        margin-left: 32px;
        max-width: 190px;
    }

    .dash-page-head-inn {
        padding: 10px 12px;
        border-radius: 8px;
    }

    h5,
    .h5-title {
        font-size: 16px;
        line-height: 1.2;
    }

    .dash-body-left-wrap-outer {
        padding: 20px 10px;
    }

    .dash-body-left-wrap {
        border-radius: 8px;
        padding: 10px;
    }

    .dash-body-user-wrap img {
        width: 90px;
        height: 90px;
    }

    .dash-body-user-wrap p {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 11px;
    }

    .dashboard-cntnt-wpr {
        padding: 74px 24px 90px 167px;
    }

    .main-head {
        padding: 14px 0;
    }

    .dash-body-col-rgt {
        width: 34%;
    }

    .dash-body-col-left {
        width: 66%;
    }

    .dash-body-rgt-wrap {
        padding: 20px 10px 15px 15px;
        border-radius: 8px;
    }

    .dash-body-rgt-top {
        padding: 12px 12px;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .dash-body-rgt-mid input[type='search'] {
        border-radius: 8px;
        height: 40px;
        background-position: center right 10px;
        background-size: 14px;
        padding-left: 12px;
        padding-right: 28px;
    }

    .dash-body-rgt-mid {
        margin-bottom: 12px;
    }

    .dash-body-rgt-chat-main {
        padding: 7px 8px 16px 12px;
        border-radius: 8px;
        height: calc(100% - 106px);
    }

    .dash-body-rgt-chat-wrap {
        padding-bottom: 24px;
    }

    .user-dtls-left img {
        width: 38px;
        height: 38px;
    }

    .user-dtls-left {
        margin-right: 10px;
    }

    .user-dtls-rgt span {
        margin-bottom: 2px;
        font-size: 13px;
    }

    .custom-scroll::-webkit-scrollbar {
        width: 4px;
    }

    h2.resp-accordion {
        display: block;
        font-size: 16px;
        margin-bottom: 16px;
        padding: 16px 12px;
        border-radius: 8px;
        background-color: #F8F8F8 !important;
    }

    /* .resp-tabs-list {
        display: none;
    } */

    .table-wrap table {
        min-width: 1024px;
    }

    .table-wrap {
        overflow: auto;
        width: 100%;
        padding-bottom: 10px;
    }



    .account-cont-top-col-rgt-wrap {
        padding: 22px 9px 10px 10px;
        border-radius: 10px;
    }

    .account-cont-top-col-rgt-wrap table thead th:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .account-cont-top-col-rgt-wrap table thead th:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .account-cont-top-btn.account-cont-top-btn-red {
        font-size: 14px;
    }

    .user-dtbs-btm {
        padding: 15px;
    }

    .account-cont-top-wrap.user-dtbs-wrap {
        padding: 16px;
    }

    .user-dtbs-list li {
        margin-bottom: 18px;
    }

    .user-dtbs-top {
        padding: 10px 15px;
    }

    .lets-start-wrap {
        padding: 15px;
    }

    .lets-start-btn-wrap {
        padding-left: 0;
        padding-top: 10px;
        width: 100%;
    }

    .ans-row-wrap-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .ans-row-wrap-rgt {
        width: 100%;
    }

    .ans-row-wrap-left span {
        margin-bottom: 10px;
    }

    .ans-list li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .resp-tabs-list li a {
        padding: 16px 10px;
        min-width: 132px;
    }

    select {
        border-radius: 8px;
    }

    .ask-form-wrap textarea {
        border-radius: 8px;
    }

    .ask-ques-wrap {
        padding: 16px 14px;
        border-radius: 8px;
    }

    .login-inp-wrapper select {
        height: 44px;
    }

}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(../images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */

    .create-acc-left-wrap {
        padding: 30px 20px 30px 20px;
    }

    input[type="submit"] {
        height: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="file"],
    select {
        border-radius: 4px;
    }


    h1,
    .h1-title {
        font-size: 32px;
    }

    h2,
    .h2-title {
        font-size: 20px;
    }

    .cmn-btn {
        min-width: 130px;
    }

    .main-head-sign {
        padding: 16px 0;
    }

    .header-logo {
        max-width: 120px;
    }



    .type-file-wrap {
        border-radius: 4px;
    }

    .cmn-sec-head-wrap {
        margin-bottom: 30px;
    }

    .cmn-cent-wrap-btn {
        margin-top: 30px;
    }

    .cmn-cent-wrap {
        border-radius: 8px;
        padding: 50px;
    }

    .cmn-sec-head.cmn-sec-head-inn {
        margin-bottom: 12px;
    }

    .container.full {
        padding: 0 15px;
    }

    /* .dashboard-ham {
        display: block;
    } */

    .dash-siderbar {
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 999;
        width: 190px;
        padding: 0;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
        background-color: var(--white-color);
    }

    .dash-siderbar-main-wrap {
        border-radius: 0;
        padding: 50px 4px 20px 0px;
    }

    .dashboard-cntnt-wpr {
        padding: 74px 15px 90px 15px;
    }

    /* .user-toggle-btn {
        display: block;
    } */

    .dash-body-col-left {
        width: 100%;
    }

    .user-dtls-left img {
        width: 30px;
        height: 30px;
    }

    .dash-body-rgt-chat-main {
        padding: 7px 8px 16px 12px;
    }

    .dash-body-col-rgt {
        width: 290px;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0;
    }

    .dash-body-rgt-wrap {
        padding: 40px 10px 15px 15px;
        border-radius: 0;
    }

    .dash-body-rgt-wrap-inn {
        padding-right: 0;
    }

    .dash-siderbar.add {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .dash-cross {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 7px;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    .navbar-toggle {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: transparent;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
        z-index: 99;
        margin: 0;
        padding: 0;
        pointer-events: none;
    }

    .navbar-toggle.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    .dash-body-col-rgt.add {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .user-cross {
        position: absolute;
        top: 5px;
        width: 26px;
        height: 26px;
        left: -12px;
        background-color: var(--btn-color);
        padding: 7px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
    }

    .user-cross img {
        width: 100%;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .dash-body-col-rgt {
        overflow: visible;
    }

    /* .dash-page-head-inn{
        width: auto;
    } */
    .table-wrap table {
        min-width: 994px;
    }

    .account-cont-top-col-left-wrap {
        border-radius: 8px;
    }

    .account-cont-top-col-left-wrap-btm {
        border-radius: 8px;
    }

    .dashboard-ham.dashboard-ham-mob {
        display: block;
    }

    .user-toggle-btn.user-toggle-btn-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 20px;
    }

    .user-dtbs {
        border-radius: 8px;
    }

    .account-cont-top-wrap.user-dtbs-wrap {
        border-radius: 8px;
        padding: 12px;
    }

    /* .lets-start-btn-wrap {
        padding-left: 10px;
        padding-top: 0;
        width: auto;
    } */
    .lets-start-wrap {
        border-radius: 8px;
    }

    .dash-body-left-wrap-tab-outer {
        border-radius: 8px;
    }

    .view-ques-modal .modal .modal-dialog .modal-content .modal-header {
        border-radius: 8px;
        padding: 12px 13px 12px 10px;
    }

    p {
        margin: 0 0 16px 0;
    }

    .view-ques-modal.credit-points-modal .modal .modal-dialog .modal-content {
        min-height: 410px;
    }

    .view-ques-modal.credit-points-modal .modal .modal-dialog .modal-content .btn-close {
        padding: 5px;
    }

    .credit-points-num {
        font-size: 24px;
        width: 60px;
        height: 60px;
    }

    .account-cont-top-wrap.account-cont-top-wrap-ques {
        border-radius: 8px;
    }

    .resp-tabs-list {
        border-radius: 8px;
    }

    .resp-tabs-list li a {
        min-width: 173px;
    }

    .ask-form-row {
        --bs-gutter-y: 20px;
    }

    .ans-eng-modal-msg textarea {
        height: 120px;
        border-radius: 8px;
    }

    .ans-ques-modal .modal-body .btn.ans-eng-modal-btn {
        font-size: 14px;
    }

    .view-ques-modal.succ-modal .succ-wrap span {
        max-width: 100px;
        margin-bottom: 20px;
    }

    .dash-body-rgt-chat-main::before {
        height: 16%;
    }

    .dashboard-cntnt-wpr {
        height: 100%;
        padding: 70px 15px 40px 15px;
    }

    .dash-body-main {
        height: auto;
    }

    .ftr-main.dashboard {
        position: relative;
    }

    .main-head.fixed {
        background-color: #FBF0F2;
        padding: 10px 0;
    }


    .dash-body-left-wrap {
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }



  /* S.Mv Css Start 27-05-25 */
    .wp-dark-mode-active .dashboard-ham  img,.wp-dark-mode-active  .user-toggle-btn img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(108%) contrast(101%);
    }
    



  /* S.Mv Css End 27-05-25 */

}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .create-acc-rgt {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .create-acc-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .cmn-sec-head {
        margin-bottom: 30px;
    }

    .submit-wrap {
        margin-top: 24px;
    }

    .otp-varification-row {
        --bs-gutter-x: 6px;
        --bs-gutter-y: 6px;
    }

    .otp-varification-col input[type="number"] {
        height: 63px;
        border-radius: 6px;
    }

    .table-wrap table {
        min-width: 780px;
    }

    .account-cont-top-col-left-wrap-top-tb {
        padding-right: 0;
    }

    .table-wrap.table-wrap-full table {
        min-width: 800px;
    }

    h2.resp-accordion {
        font-size: 14px;
    }

    .popup-user-items {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .view-ques-modal .modal .modal-dialog .modal-body {
        padding: 12px 4px 20px 6px;
    }

    .view-all-each-items img {
        width: 14px;
    }

    .account-cont-top-wrap.eng-ques-cont-top-wrap {
        padding: 16px;
    }
}


@media (max-width: 600px) {
    .quest-finish-sec {
        padding: 20px;
    }
    .quest-finish-sec h2 {
        font-size: 20px;
    }
    .quest-finish-sec p {
        font-size: 14px;
    }
   
}



@media (max-width: 575px) {
    .ftr-main {
        padding: 14px 0;
    }

    .cmn-cent-wrap {
        padding: 30px;
    }

    .cmn-sec-head-wrap {
        margin-bottom: 24px;
    }

    .cmn-cent-wrap-btn {
        margin-top: 20px;
    }

    .otp-varification-col input[type="number"] {
        height: 60px;
    }

    label {
        margin-bottom: 6px;
    }

    .hideShow-pass {
        top: 37px;
    }

    h5,
    .h5-title {
        font-size: 14px;
        line-height: 1.2;
    }

    .dash-page-head-inn {
        padding: 6px 7px;
        border-radius: 6px;
    }

    input[type='search'] {
        height: 34px;
    }

    .header-form-wrap {
        margin-left: 20px;
        max-width: 150px;
    }

    .dash-body-user-wrap img {
        width: 76px;
        height: 76px;
    }

    .dash-body-user-wrap p {
        font-size: 16px;
    }

    .navbar-brand {
        max-width: 96px;
    }

    .table-wrap table {
        min-width: 620px;
    }

    .account-cont-top-col-rgt-wrap.points-table .table-wrap table {
        min-width: 780px;
    }

    .popup-user-btm-icon img {
        width: 13px;
        margin-right: 5px;
    }

    .view-ques-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 15px !important;
    }

    .view-ques-modal .modal .modal-dialog .modal-content .modal-header .btn-close {
        background-size: 22px;
        width: 22px;
        height: 22px;
    }

    .view-ques-modal.credit-points-modal .modal .modal-dialog .modal-content {
        padding: 12px;
        min-height: 300px;
    }

    .credit-points-wrap h2 {
        margin-bottom: 12px;
    }

    .resp-tabs-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .resp-tabs-list li a {
        min-width: 100%;
        width: 100%;
    }

    .resp-tabs-list li {
        width: 100%;
    }

}

@media (max-width: 479px) {
    .create-acc-left-wrap {
        padding: 20px 15px 24px 15px;
    }

    .header-logo {
        max-width: 100px;
    }

    .main-head-sign {
        padding: 12px 0;
    }

    .cmn-cent-wrap {
        padding: 30px 15px;
    }

    .otp-varification-col input[type="number"] {
        height: 40px;
        font-size: 14px;
        border-radius: 4px;
    }

    .dropdown.header-btn .btn {
        font-size: 0;
    }

    .dropdown.header-btn .btn {
        padding-right: 8px;
    }

    .pro-img {
        width: 30px;
        height: 30px;
    }

    .navbar-brand {
        max-width: 80px;
    }

    .header-form-wrap {
        margin-left: 15px;
        max-width: 120px;
    }

    input[type='search'] {
        border-radius: 6px;
        background-position: center left 5px;
        padding-left: 21px;
        padding-right: 10px;
    }

    .user-toggle-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .dashboard-ham {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .dash-page-head-inn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 10px;
    }

    /* .dashboard-cntnt-wpr {
        padding: 66px 15px 70px 15px;
    } */

    .user-dtls-list li {
        padding: 10px 0;
    }

    .dropdown.header-btn .dropdown-menu .dropdown-item {
        padding: 5px 10px;
        font-size: 14px;
    }

    .account-cont-top-col-left-wrap-btm-row {
        --bs-gutter-x: 8px;
    }

    .account-cont-top-col-left-wrap-btm {
        padding: 10px;
    }

    .dashboard-ham {
        display: block;
    }

    .user-toggle-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dashboard-ham.dashboard-ham-mob {
        display: none;
    }

    .user-toggle-btn.user-toggle-btn-mob {
        display: none;
    }

    .user-dtbs-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .lets-start-btn {
        padding: 4px;
    }

    .lets-start-btn-wrap {
        margin: -4px;
    }

    .view-ques-modal .modal .modal-dialog .modal-footer {
        padding: 12px 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .view-ques-modal .modal .modal-dialog .modal-body {
        padding: 12px 3px 18px 3px;
    }

    .popup-user-btm-icon {
        margin: 0 9px;
    }

    .view-ques-modal .modal .modal-dialog .modal-content .modal-header {
        padding: 10px 10px 10px 10px;
    }

    .view-ques-modal.credit-points-modal .modal .modal-dialog .modal-content {
        min-height: 290px;
    }

    .ans-row-wrap-left span {
        font-size: 13px;
    }

    .account-cont-top-wrap.eng-ques-cont-top-wrap {
        padding: 12px;
    }

    .view-all-each-items {
        padding: 7px 8px;
    }

    .view-all-warp {
        margin: -7px -8px;
    }

    .ans-list li {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .resp-tabs-list li a {
        width: auto;
    }

    .ask-form-col {
        width: 100%;
    }

    .ask-form-wrap textarea {
        height: 110px;
    }

    .ans-eng-list li span {
        font-size: 13px;
    }

    .ans-eng-list li {
        margin-bottom: 12px;

    }

    .ans-eng-modal-msg textarea {
        height: 110px;
    }

    .view-ques-modal.succ-modal .succ-wrap span {
        max-width: 84px;
    }

  /* S.Mv Css Start 27-05-25 */
  .wp-dark-mode-active .dashboard-ham  img,.wp-dark-mode-active  .user-toggle-btn img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(108%) contrast(101%);
}

/* S.Mv Css End 27-05-25 */





  /* S.Mv Css Start 28-05-25 */
  .wp-dark-mode-active  .btn-secondary::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(108%) contrast(101%);
  }




/* S.Mv Css End 28-05-25 */
}