/**********|| Header Css ||**********/
.logoColumn, .topHeaderSection {
    padding: 15px 25px;
    height: 62px;
    width: 100%;
}
.contantSection, .logoColumn, .topHeaderSection {
    z-index: 920;
    position: sticky;
    top: 0;
}
.customButton, .learnBtn, .FullViews a{
    text-transform: uppercase;
}
.learnBtn, .ljBtn {
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
}
.ljBtn {
    border: 1px solid rgba(140, 147, 154, 0.5);
}
.btnTwo {
    background: rgba(236, 0, 0, 0.75);
    color: var(--white);
}
.headerSearchBar .input-group .btn {
    padding: 5px;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 6px;
}
.headerSearchBar .form-control {
    padding-left: 6px;
    height: 32px;
}
.headerSearchBar .form-control::placeholder {
    color: rgba(114, 121, 131, 0.5);
}
.headerSearchBar .input-group input {
    max-width: 100%;
    border: 1px solid rgba(125, 129, 144, 0.15) !important;
    border-radius: 8px !important;
    height: 40px;
    width: 100%;
    align-items: center;
    padding: 4px 34px 4px 34px;
}
.headerSearchBar .input-group input:hover {
    border: 1px solid #727B82 !important;
    color: rgba(115, 121, 130, 0.75);
}
.headerSearchBar .input-group input:focus {
    border: 1px solid #727B82 !important;
    color: #737982;
}
.headerBtnSec .modeBtn a {
    border: 1px solid rgba(114, 123, 130, 0.5);
    border-radius: 8px;
}
.headerSearchBar .input-group .close {
    top: 7px;
    right: 14px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}
.headerBtnSec .modeBtn a:hover, .userProfile a.btnProf:hover, .headerBtnSec .modeBtn a.active, .headerBtnSec .modeBtn a:focus, .headerBtnSec .modeBtn a.show {
    border-color: #727B82;
}
.userProfile .dropdown ul.dropdown-menu li a:hover, .userProfile .dropdown ul.dropdown-menu li a:focus{
    background-color: var(--white);
    color: var(--black);
}
.headerSearchBar .form-control, .headerSearchBar .form-control::placeholder{
    border-radius: 8px;
    color: rgba(115, 121, 130, 0.75);
    font-size: var(--s13);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 16px;
}
.headerBtnSec .modeBtn a {
    width: 38px;
    height: 38px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.headerBtnSec {
    column-gap: 12px;
    align-items: center;
}
.myaccnt .btnOne img {
    width: 22px;
    height: 22px;
    margin: -2px 3px 0px 0px;
}
.headerBtnSec .modeBtn a img {
    height: 21px;
    width: 21px;
    object-fit: contain;
}
.headerBtnSec .modeBtn a.headerSetting img {
    height: 20px;
    width: 20px;
}
/**********|| Header Css ||**********/
/**********|| Aside Bar Css ||**********/
.leftSection {
    max-width: 210px;
    z-index: 111;
    position: sticky;
    height: 100vh;
    top: 0;
    bottom: 0;
    overflow: auto;
    flex-wrap: wrap;
}
aside.sidebarSection {
    border-right: 1px solid #00000026;
    min-height: 100%;
}
.menuColumn>ul>li {
    margin-bottom: 2px;
}
.menuColumn>ul>li>a {
    height: 36px;
    line-height: 45px;
    gap: 6px;
    font-weight: 400;
    padding: 0px 20px;
    justify-content: space-between;
}
.menuColumn>ul>li>a>.subMenuIcon>i.fa {
    color: #a19f9f;
}
.menuColumn>ul>li>a img {
    margin-right: 4px;
    width: 16px;
}
.menuColumn>ul>li>a span {
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
}
/* .menuColumn>ul>li.dropdown>a:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 9px;
    z-index: 1;
    font-weight: 600;
    line-height: 20px;
    color: #a19f9f;
}
*/
.menuColumn>ul>li.dropdown ul.dropdown-menu {
    position: relative !important;
    transform: translate(0px, 0px) !important;
    padding: 0px 0px;
    border: 0px;
    background-color: #fbfdff;
}
.menuColumn>ul>li.dropdown ul.dropdown-menu li a {
    padding: 4px 10px 4px 50px;
    background-color: transparent;
    white-space: break-spaces;
}
.menuColumn>ul>li.dropdown ul.dropdown-menu li {
    margin-bottom: 0px;
}
.nav-link:focus, .nav-link:hover {
    color: unset;
}
.menuColumn>ul>li.dropdown ul.dropdown-menu li a.dropdown-item span {
    position: relative;
}
.menuColumn>ul>li.dropdown ul.dropdown-menu li a:hover span:before, .menuColumn>ul>li.dropdown ul.dropdown-menu li a.active span:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 1px;
    border-radius: 0px;
}
.btnThree {
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #fff;
    width: 100%;
    mix-blend-mode: normal;
    text-align: left;
}
.needBox {
    padding: 20px 20px;
    background: linear-gradient(300.22deg, rgba(255, 190, 11, 0.1) 0%, rgba(251, 86, 7, 0.1) 48.44%, rgba(58, 134, 255, 0.1) 92.71%);
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.needBox h4 {
    line-height: 20px;
}
.needBox p {
    color: rgba(0, 0, 0, 0.9);
}
/**********|| Aside Bar Css ||**********/
/**********|| Middle Box Css ||**********/
.ljSectionData {
    padding: 25px 25px;
}
/**********|| Middle Box Css ||**********/
/**********|| Footer Css ||**********/
.footerCard {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 12px 30px;
}
.footerCard div p {
    line-height: 20px;
}
.SocialLists {
    column-gap: 15px;
}
.footerCard h5 {
    font-weight: 700;
    margin-bottom: 15px;
}
.ljpFlex {
    gap: 15px;
}
.ljpFlex .sideImg {
    width: 50px;
}
.ljpFlex .sideTexts {
    width: calc(100% - 50px);
}
.ljpFlex .sideTexts p {
    font-weight: 400;
}
.lernFooter {
    margin-bottom: 30px;
}
/**********|| Footer Css ||**********/
/**********|| Inputs and Other Css ||**********/
/**********|| Common Css ||**********/
.logInSection, .loginFormHeading,.publish_update, .publish_glossary, .updates_card, .publishMintArea, .publishNewsletterArea, .buildCourseArea, .publishNewsletterArea .childMintCardOne,.accountInner .form-control, .update_form input, .update_form textarea, .logInFormInput form .form-control, .changePassword .input-group-text , .infoUpdateNotification, .logInFormInput, .leftSection, .logoColumn, .topHeaderSection,.lbl, .headerSearchBar .input-group, .footerCard, .courses_box, .current_courses , .user_part, .custom_link, .total_tickets {
    background-color: var(--white);
}
.logInFormInput form .form-control,.publish_update, .publish_glossary,.update_form input, .update_form textarea, .update_form button,.update_search_bar, .updates_card, .lean_more_btn a,.publishMintArea, .publishNewsletterArea, .buildCourseArea , .publishMintTwoForm .publishBtn, .buildCourseArea .publishBtn, .accountInner .form-control,.publishMintButton a,.uploadDiv, .prevNextDiv .page-link, .courses_box, .coursebox_right a, .current_courses, .user_part, .custom_link, .users_table_footer ul li a, .total_tickets , .needBox {
    border-radius: 8px;
}
.btnForm, .lean_more_btn a, .publishMintButton a,.infoUpdateHeader, .menuColumn>ul>li>a, .customButton, .menuColumn>ul>li>a.active, .menuColumn>ul>li:hover>a {
    background-origin: border-box;
}
.accountInner, .logInSection .infoUpdateSec, .logInFormInput form , .publish_glossary, .needBox h4, .needBox p, .titleCard h4, .FullViews a , .footerCard h5, .footerCard div p , .courses_box, .toupadetes_heading h4, .current_courses_table, .user_part, .custom_link, .total_tickets, .or_text, .login_btn_text,.total_updates_top,.publishMintTwo {
    font-family: var(--ff_Inter);
}
.update_heading,.update_form, .publishMintOne,.publishMintTwo, .buildForm, .addQuestionsForm , .publishNewsletterArea .childMintCardOne, .uploadImg,.current_courses_header, .current_courses_table thead, .custom_link .users_heading , .custom_link_form, .topHeaderSection , .users_table .current_courses_table thead tr ,.ljpTTPUpdates .walletAddressHead, .logoColumn{
    border-bottom: 1px solid #00000026;
}
.logInFormInput form .form-control, .infoUpdateHeader, .loginFormHeading, .logInFormInput, .btnForm,.publishMintArea, .publishNewsletterArea, .buildCourseArea, .publishMintCard,.publish_update, .publish_glossary, .updates_card,.publishButton, .authorBtn, .levelBtn, .courses_box , .current_courses, .total_tickets, .uploadDiv , .user_part, .custom_link{
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.forget_password a, .coursebox_right a, .footerCard div p, .FullViews a h6, .needBox h4, .btnThree, .headerSearchBar .form-control, .users_table_footer ul li a {
    font-weight: 500;
}
.updateCard .box_heading h4{
    font-weight: 600;
}
.infoUpHeader h5, .notifHeading h6, .box_heading h4{
    font-weight: 700;
}
.notifHeading h6, .loginFormHeading h4, .toupadetes_heading h4, .lean_more_btn a , .update_form button, .publishMintTwoForm label, .buildForm label, .addQuestionsForm label , .accountInner label, .update_form label, .profImg span , .editProfile a, .accountChangeHead h5,.custom_form_heading h4, .total_tickets ,.or_text, .login_btn_text, .titleCard h4 , .FullViews a h3, .course_heading h4, .current_courses_header .toupadetes_heading h4,.current_courses_table thead th, .users_heading h4,.users_bottom_part .toupadetes_heading h4 {
    font-weight: bold;
}
.updates_icon, .profImg,.editProfile a,.accountRightInner, .mobAccountBtn .btnForm, .loginFormHeading, .loginInfoSection, .loginFormSection, .updates_icon,.total_updates_top .walletAddressHead ,.logoColumn, .topHeaderSection, aside.sidebarSection, .menuColumn>ul>li>a,.FullViews a h3,.courses_box, .updates_icon,.updates_card_section .updates_card,.publishMintThree .columnCard .publishMintCard{
    display: flex;
}
.mobAccountBtn .btnForm, .loginFormHeading, .loginInfoSection, .loginFormSection ,.total_updates_top .walletAddressHead ,.profImg, .editProfile a,.courses_box, .logoColumn, .topHeaderSection, .headerSearchBar .form-control , .menuColumn>ul>li>a, .FullViews a,.total_tickets {
    align-items: center;
}
.editProfile a , .mobAccountBtn .btnForm , .loginFormHeading, .profImg, .FullViews a {
    justify-content: center;
}
.total_updates_top .walletAddressHead,.courses_box,.updates_card_section .updates_card,.publishMintThree .columnCard .publishMintCard {
    justify-content: space-between;
}
.accountRightInner,.updates_card_section .updates_card , aside.sidebarSection, .FullViews a ,.publishMintThree .columnCard .publishMintCard{
    flex-direction: column;
}
.profImg span, .editProfile a, .btnForm, .btnForm:hover ,.publishMintTwoForm .publishBtn, .buildCourseArea .publishBtn, .update_form button, .mobAccountBtn .btnForm {
    color: var(--white);
}
.titleCard h4, .publishFormDiv span, .publishStatus label, .prevNextDiv a, .publishStatus span, .numberNext a, .viewDraft a, .coursebox_right a , .users_table_footer ul li a:hover, .btnOne,.FullViews a h3, .menuColumn>ul>li>a {
    color: var(--black);
}
.publishMintTwo, .buildForm, .addQuestionsForm, .publishMintThree, .buildPublishBtn , .total_updates,.update_form,.users_bottom_part,.custom_link_form,.logInFormInput{
    padding: 40px;
}
.loginFormHeading {
    padding: 40px 80px;
}
.update_search_bar,.search_btn, .publishMintTwoForm .input-group-text, .publishMintThree .input-group-text, .loginInfoSection, .loginFormSection {
    height: 100%;
}
.update_search_bar button.btn img, .headerSearchBar button.btn img {
    position: relative;
    top: -2px;
    width: 13px;
}
.form-select{
    background-image: url(../../images/icons/select-arrow.svg) !important;
    background-size: 12px 12px !important;
}
.box_heading p{
    font-size: var(--s10);
}
.notifTime p{
    font-size: var(--s8);
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    letter-spacing: 0.05em;
}
.editProfile a, .btnThree {
    font-size: var(--s11);
}
.notifHeading h6, .notificationHeaderPara p, .search_btn, .publishMintTwoForm label, .buildForm label, .addQuestionsForm label , .accountInner label, .update_form label, .needBox p, .headerSearchBar .form-control, .FullViews a .data2Line p , .uploadBtn a {
    font-size: var(--s12);
}
.forgotPassword a , .box_content p, .accountInner .form-control, .update_form input, .update_form textarea, .logInFormInput form .form-control , .logInFormInput form label,.current_courses_table tbody td, .users_table_footer ul li a , .custom_form .form-select, .customButton, .learnBtn, .ljBtn , .rowOne .form-group .form-control,.forget_password a, .ljpFlex .sideTexts p {
    font-size: var(--s14);
}
.update_search_bar input,.course_para p, .coursebox_right a, .users_table .current_courses_table tbody td, .footerCard div p {
    font-size: var(--s15);
}
.lean_more_btn a,.accountInner label span, .update_form form label span,.FullViews a h6,.current_courses_table thead th, .needBox h4, .footerCard h5 {
    font-size: var(--s16);
}
.infoUpdateHeader h5,.toupadetes_heading h4, .update_form button , .accountChangeHead h5, .btnForm, .or_text, .login_btn_text, .custom_form_heading h4,.users_bottom_part .toupadetes_heading h4,.course_heading h4, .menuColumn>ul>li>a,.total_tickets {
    font-size: var(--s18);
}
.toupadetes_heading h4, .titleCard h4, .users_heading h4 {
    font-size: var(--s20);
}
.FullViews a .data2Line h3 {
    font-size: var(--s24);
}
.profImg span, .loginFormHeading h4, .FullViews a h3 {
    font-size: var(--s32);
}
.update_form button,.FullViews a,.editProfile, .prevNextDiv ul, .numberNext ul, .coursebox_right, .coursebox_right a, .or_text {
    text-align: center;
}
/**********|| Common Css ||**********/
/**26-07-2022**/
.notificationInfoBox .loginInfoSection .infoUpdateSec {
    margin: 0;
}
.notificationInfoBox .loginInfoSection {
    min-width: 100%;
    background: transparent;
}
.allUpdateCardList .box_content p{
    font-size: var(--s11);
}
.notificationInfoBox .loginInfoSection .infoUpdateHeader h5, .box_heading h4{
    font-size: var(--s15);
}
.box_heading h4{
    color: rgba(0, 0, 0, 0.90);
}
.infoUpdateHeader .infoUpCounter {
    font-size: var(--s11);
}
.outlineBtn .btn-outline-success, .outlineBtn .btn-outline-dark, .updateCard .box_content p{
    font-size:var(--s10);
}
.menuColumn>ul>li>a, .menuColumn>ul>li.dropdown ul.dropdown-menu li a, .menuColumn>ul>li.dropdown>a:after, .titleCard p{
    font-size:var(--s13);
}
.notificationInfoBox .loginInfoSection .infoUpdateHeader {
    background-image: unset;
    background-color: var(--clr3);
    border-radius: 8px 8px 0px 0px;
}
.menuColumn>ul>li.dropdown ul.dropdown-menu li a {
    font-size: var(--s12);
    font-weight: 500;
    color: rgb(33 37 41 / 75%);
}
.menuColumn>ul>li.dropdown ul.dropdown-menu li a.active {
    color: #3A86FF;
}
.infoUpdateHeader .infoUpCounter {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 5px 8px;
}
.notificationInfoBox .loginInfoSection .infoUpdateNotification {
    border-radius: 0px 0px 8px 8px;
}
.titleCard p{
    letter-spacing: 0.05em;
    color: var(--clr4);
}
.updatesBoxImg img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.outlineBtn .btn-outline-success, .outlineBtn .btn-outline-success:hover, .outlineBtn .btn-outline-dark, .outlineBtn .btn-outline-dark:hover{
    background-color: var(--white);
}
.outlineBtn .btn-outline-success, .outlineBtn .btn-outline-success:hover, .outlineBtn .btn-outline-dark, .outlineBtn .btn-outline-dark:hover{
    border-radius: 8px;
}
.outlineBtn .btn-outline-success, .outlineBtn .btn-outline-dark{
    font-weight: 600;
}
.outlineBtn .btn-outline-dark, .outlineBtn .btn-outline-dark:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.4);
    padding: 8px;
    cursor: default;
}
.outlineBtn .btn-outline-success, .outlineBtn .btn-outline-success:hover{
    color: var(--clr5);
    border-color: var(--clr5);
    padding: 8px;
    border: 1px solid rgba(91, 197, 137, 0.5);
    cursor: default;
}
#maviCarousel .carousel-inner .carousel-item img, #maviCarousel .carousel-inner .carousel-item, #maviCarousel .carousel-inner {
    border-radius: 8px;
}
.updateCard .box_heading h4, .updateCard .box_content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.updateCard .box_heading h4, .updateCardBlog .upBlogBox .box_heading h4{
    -webkit-line-clamp: 2;
   /* number of lines to show */
    line-clamp: 2;
    font-size: var(--s12);
}
.updateCard .box_content p{
    -webkit-line-clamp: 5;
   /* number of lines to show */
    line-clamp: 5;
}
.rightSection {
    max-width: calc(100% - 210px);
}
.menuColumn>ul>li.dropdown>a[aria-expanded="true"]:after {
    transform: rotate(-90deg);
    top: 7px;
}
.userProfile a.btnProf {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(114, 123, 130, 0.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.03em;
    color: rgba(114, 123, 130, 0.9);
    font-size: var(--s13);
    padding: 5px 5px 5px 10px;
    font-weight: 600;
    height: 38px;
    opacity: 0.8;
}
.userProfile a.btnProf:hover {
    color: #727B82;
    opacity: 1;
}
.userProfile ul.dropdown-menu li a {
    font-size: var(--s13);
    color: #727B82;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.userProfile .dropdown-menu {
    width: 100%;
    padding: 15px 2px;
}
.userProfile ul.dropdown-menu li a.disconnect {
    color: rgba(238, 49, 36, 0.75);
}
.userProfile ul.dropdown-menu li a.disconnect:hover, .userProfile ul.dropdown-menu li a.disconnect:focus {
    color: #EE3124;
}
.userProfile ul.dropdown-menu li a:hover img, .userProfile ul.dropdown-menu li a:focus img {
    filter: invert(0%) sepia(51%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.userProfile ul.dropdown-menu li a.disconnect:hover img, .userProfile ul.dropdown-menu li a.disconnect:focus img {
    filter: invert(20%) sepia(51%) saturate(2878%) hue-rotate(0deg) brightness(150%) contrast(100%);
}
.sidebarBottomNav ul li a {
    font-size: var(--s12);
    color: rgba(0, 0, 0, 0.5);
    padding: 2px;
    margin-right: 4px;
    font-weight: 600;
}
.topNav {
    width: 100%;
}
.menuColumn ul {
    padding-bottom: 10px;
}
.menuColumn {
    position: relative;
    margin-top: 13px;
}
/* .menuColumn ul:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 83%;
    margin-left: 15px;
    bottom: 0;
}
*/
.menuColumn ul.dropdown-menu:after{
    content: unset;
}
.sideBarCopyRight p {
    color: rgba(0, 0, 0, 0.5);
    font-size: var(--s10);
    font-weight: 500;
}
.menuColumn>ul>li>a{
    border: 0;
    border-right: 3px solid transparent;
}
/* .menuColumn>ul>li>a.active, .menuColumn>ul>li>a:hover {
    background-color: rgba(58, 134, 255, 0.05);
    border: 0;
    border-right: 3px solid #3A86FF;
    border-radius: 0;
}
*/
.menuColumn>ul>li>a[aria-expanded="true"] .subMenuIcon i.fa {
    rotate: 90deg;
}
.menuColumn>ul>li>a.active,.menuColumn>ul>li>a:hover span {
    color: #000;
}
.userProfile .dropdown-menu {
    z-index: 99999;
    background: #FFFFFF;
    border: 1px solid rgba(114, 123, 130, 0.5);
    border-radius: 8px;
    transform: translateY(46px) !important;
    left: unset!important;
    right: 0!important;
}
.sideBarBottomContant {
    padding: 0 15px;
    margin-top: 15px;
}
.headerBtnSection {
    gap: 30px;
}
.sideBarCopyRight {
    margin-top: 15px;
}
.userProfile {
    position: relative;
}
.userProfile:after {
    content: '';
    background: rgba(114, 123, 130, 0.15);
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
}
.menuColumn>ul>li>a.nav-link.disabled {
    color: #b8b8b8;
}
.menuColumn>ul>li>a.nav-link.disabled img {
    opacity: 0.4;
}
/*--------// footer css //--------------*/
.subscribe_sec {
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe_left h1{
    font-weight: 700;
    font-size: var(--s22);
    line-height: 27px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom:0;
}
footer.footerCard {
    padding: 0;
}
.first_footer {
    background: linear-gradient(0deg, rgba(58, 134, 255, 0.05), rgba(58, 134, 255, 0.05)), #FFFFFF;
    padding: 40px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.firstFooterRow {
    display: flex;
    align-items: center;
    gap: 42px;
}
.subscribe_form button{
    background: rgba(0, 0, 0, 0.85);
    font-weight: 600;
    font-size: var(--s14);
    color: #fff;
    padding: 0 17px;
    border-radius: 0px 8px 8px 0px;
}
.subscribe_form button:hover{
    color: #fff;
}
.subscribe_form input {
    font-weight: 400;
    font-size: var(--s14);
    line-height: 17px;
    color: rgba(140, 147, 154, 0.5);
    height: 44px;
    border-radius: 8px 0px 0px 8px;
    padding: 8px 18px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}
.subscribe_form input::placeholder{
    color: rgba(140, 147, 154, 0.5);
    transition: all 0.4s ease;
}
.subscribe_form .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.logo_bottom_text h4{
    font-weight: 600;
    font-size: var(--s13);
    line-height: 16px;
    margin: 18px 0 6px;
    color: var(--black);
}
.logo_bottom_text p{
    font-weight: 400;
    font-size: var(--s11) !important;
}
.footer_sec {
    background: #fff;
}
.footer_bottom {
    padding: 40px;
    color: var(--clr4);
}
.copyright_tag p{
    font-weight: 500;
    font-size: var(--s11);
    line-height: 13px;
    margin-bottom:0;
}
.foot_social_icon {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.footer_list li p,.social_heading p{
    font-weight: 700;
    font-size: var(--s14);
    line-height: 17px;
    color: var(--dark_black);
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.footer_list ul{
    margin-bottom:0;
}
.footer_list li a {
    font-weight: 500;
    font-size: var(--s12);
    line-height: 15px;
    color: var(--dark_black);
    opacity: 0.8;
}
.footer_list li {
    margin: 3px 0;
}
.img-select select {
    padding: 8px 22px 8px 34px;
    border: 1px solid black;
    background: white;
    z-index: 1;
    background: rgba(58, 134, 255, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.05em;
    width: 100%;
    font-size: var(--s12);
    line-height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.img-select::after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: var(--s13);
    color: #7d7d7d;
}
.titleCard img {
    height: 18px;
}
.img-select {
    width: 140px;
}
.img-select select:focus{
    outline: none;
}
.img-select {
    position: relative;
}
.img-option {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 5px;
    z-index: 2;
    top: 3px;
    left: 6px;
}
.system_select,.lang_select{
    padding-top: 10px;
}
/*--------// footer css //--------------*/
/**Search Result css**/
.hidden {
    display: none;
}
.bodyOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    z-index: 990;
    display: none;
}
.topHeaderInner .headerSearchBar .mobSearch .input-group.active{
    z-index: 999;
    background: transparent;
}
.searchResultHeading h4 {
    font-weight: 700;
    font-size: var(--s12);
    color: #727B82;
    padding: 12px 14px;
}
.searchResult {
    background: #FFFFFF;
    border: 1px solid rgba(114, 123, 130, 0.25);
    border-radius: 8px;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 999;
    overflow: auto;
    height: 450px;
    display: none;
}
.searchResult::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
.searchResult::-webkit-scrollbar-thumb {
    background: rgb(89 91 92 / 71%);
    border: 0px;
    border-radius: 10px;
    height: 1px;
}
.searchResultTopHeading {
    border-bottom: 1px solid rgba(114, 123, 130, 0.15);
}
.searchResultMiddleHeading {
    border-top: 1px solid rgba(114, 123, 130, 0.15);
    border-bottom: 1px solid rgba(114, 123, 130, 0.15);
}
.searchResultBottomHeading {
    border-bottom: 1px solid rgba(114, 123, 130, 0.15);
}
.relatedSearchPara h4 {
    font-weight: 700;
    font-size: var(--s13);
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.relatedSearchPara p {
    font-weight: 400;
    font-size: var(--s11);
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.relatedSearchInner {
    gap: 10px;
}
.relatedSearch {
    padding: 14px;
}
.relatedSearchImage img {
    width: 160px;
    height: 55px;
    object-fit: cover;
    border-radius: 5px;
}
.relatedSearchInner {
    gap: 10px;
}
.relatedSearch {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.searchResultViewMore .btn {
    background: rgba(58, 134, 255, 0.05);
    border: 1px solid rgba(58, 134, 255, 0.25);
    border-radius: 6px;
    color: rgba(58, 134, 255, 0.85);
    font-weight: 700;
    font-size: var(--s13);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .relatedSearchWithoutImg .relatedSearchPara {
    width: calc(100%);
}
*/
/**Search Result css**/
/**|| Login Admin CSS ||**/
.betaPasswordCard {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   /* display: table;
    */
    width: 400px;
    height: 495px;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid rgba(115, 121, 130, 0.15);
    border-radius: 25px;
    overflow: hidden;
}
.betaEnterPasswordInner{
    background: #F7F7F9;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../../images/gradient-background.png);
    background-size: cover;
}
.middelContant input[type=password]::placeholder {
    position: relative;
    top: 3px;
}
.middelContant p{
    font-weight: 400;
    font-size: var(--s14);
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}
.middelContant input {
    font-size: var(--s14);
}
.middelContant input::placeholder {
    letter-spacing: 0.05em;
    color: rgba(114, 123, 130, 0.5);
}
.middelContant label {
    font-weight: 600;
    font-size: var(--s13);
    line-height: 16px;
    color: rgba(0, 0, 0, 0.65);
}
.middelContant .input-group {
    border: 1px solid rgba(114, 123, 130, 0.25);
    border-radius: 12px;
    overflow: hidden;
    height: 48px;
}
.betaEye, .passInput, .betaLock{
    height: 48px;
}
.footerTxt p {
    text-align: center;
    color: rgba(114, 123, 130, 0.85);
    font-size: var(--s14);
}
.footerTxt p a {
    font-weight: 600;
}
.betaPasswordCard .card-header, .betaPasswordCard .card-footer {
    height: 92px;
}
.footerTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.betaPasswordCard .card-body, .betaPasswordCard .card-header{
    padding: 25px;
}
.betaPasswordCard .card-header {
    border-bottom: 1px solid rgba(115, 121, 130, 0.15);
    padding: 14px;
    height: 42px;
}
.betaPasswordCard .card-footer{
    border-top: 1px solid rgba(115, 121, 130, 0.25);
}
.middelContant .input-group span.betaLock {
    padding-left: 15px;
}
.middelContant .input-group span.betaEye {
    padding-right: 15px;
}
.betaSubmit .modelSignBtn .btn-primary {
    height: 48px;
    background: #2B4EBE;
    border: 1px solid #2B4EBE;
    border-radius: 12px;
    font-weight: 600;
    font-size: var(--s15);
    line-height: 18px;
}
.bulletNav li a.nav-link {
    padding: 6px;
    border-radius: 50px;
    background: rgba(43, 78, 190, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.bulletNav li a.nav-link.active {
    background: #2B4EBE;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.bulletNav {
    gap: 8px;
    justify-content: center;
}
.middelContant h4 {
    font-weight: 600;
    font-size: var(--s20);
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.rememberFormSec label, .rememberFormSec a {
    color: rgba(114, 123, 130, 0.75);
    font-size: var(--s13);
    font-weight: 600;
}
.rememberFormSec label input[type=checkbox] {
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}
.betaLogo {
    margin-bottom: 15px;
}
/**|| Login Admin CSS End ||**/
/**|| 2 FA OTP CSS Start||**/
.bgInner{
    background: #F7F7F9;
    position: absolute;
    top: 0;
    bottom: 0;
}
.betaSubmit .modelSignBtn .btn-outline-primary {
    height: 48px;
    background: transparent;
    border: 1px solid #2B4EBE;
    border-radius: 12px;
    font-weight: 600;
    font-size: var(--s15);
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.otp-container {
    display: inline-block;
}
.otp-container{
    display: flex;
}
.otp-container .otp-number-input {
    width: 12px;
    height: 48px;
    margin: 0 2px;
    border: none;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: none;
    text-align: center;
    background-color: none;
    font-weight: 600;
    border-radius: 0;
    outline: 0;
    transition: border 0.3s ease;
    font-weight: 500;
    font-size: var(--s18);
    line-height: 22px;
}
.otp-container .otp-number-input:focus {
    border-color: rgba(0, 0, 0, 0.5);
}
.otp-container {
    display: flex;
    padding: 0 18px;
}
.betaSubmit .modelSignBtn .btn-outline-primary:hover {
    color: #2B4EBE;
}
/**|| 2 FA OTP CSS End||**/
/**|| 2 FA OTP CSS Start||**/
.middelContant {
    position: relative;
}
.positionBtn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.middleContantPosition {
    height: calc(100% - 68px);
}
/**|| Forgot Password CSS End||**/
/****Mobile View Start CSS****/
.mobviewCard{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   /* display: table;
    */
    width: 378px;
    height: 266px;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    overflow: hidden;
}
.mobileViewTxt h2 {
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700;
    font-size: var(--s20);
}
.mobileViewTxt p {
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 500;
    font-size: var(--s16);
}
.mobviewCard .card-body {
    padding: 20px;
    display: flex;
    align-items: center;
}
.middelMobileViewContant .betaLogo, .mobileViewTxt {
    margin-bottom: 20px;
}
.socialIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mainSideMobileViewInner{
    background: #e2e2e2;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../../images/mobile-view-bg.png);
    background-size: cover;
}
/****Mobile View End CSS****/
/**Model CSS Start**/
.modal {
    background: rgba(0, 0, 0, 0.5);
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.commanModel .modal-content {
    border: 1px solid rgba(125, 129, 144, 0.25);
    border-radius: 15px;
}
.commanModel h4.modal-title {
    font-weight: 700;
    font-size: var(--s18);
    line-height: 22px;
    color: rgba(87, 91, 108, 0.85);
    gap: 8px;
}
.commanModel .btn-close {
    background-size: 12px;
}
.commanModel .modelFormInput label {
    color: rgba(87, 91, 108, 0.85);
    font-weight: 600;
    font-size: var(--s13);
    line-height: 16px;
}
.commanModel .modelFormInput input {
    height: 45px;
}
.modelFormInput textarea,.modelFormInput input {
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    font-weight: 500;
    font-size: var(--s14);
    line-height: 17px;
    padding: 15px;
    resize: none;
}
.commanModel input::placeholder,.modelFormInput textarea::placeholder, .commanModel .textareaControl textarea::placeholder {
    color: rgba(125, 129, 144, 0.5);
}
.commanModel .modelSignBtn .btn-primary {
    background: #2B4EBE;
    border: 1px solid #2B4EBE;
    border-radius: 12px;
    height: 45px;
    font-weight: 600;
    font-size: var(--s14);
    line-height: 17px;
}
.commanModel .textareaControl {
    resize: none;
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
}
.commanModel .textareaControl textarea{
    resize: none;
    background: #FFFFFF;
    border: 0;
    font-weight: 500;
    font-size: var(--s14);
    line-height: 17px;
    padding: 4px;
}
.modal-backdrop {
    background-color: transparent;
}
.textareaControl #the-count{
    float: right;
    background: linear-gradient(0deg, rgba(43, 78, 190, 0.1), rgba(43, 78, 190, 0.1)), #FFFFFF;
    padding: 6px 10px;
    font-weight: 500;
    font-size: var(--s10);
    line-height: 12px;
    border-radius: 6px;
}
/**Model CSS End**/
/**Virendra singh pawar 26-10-2022**/
.topHeaderSection{
    padding: 12px 25px;
}
.topHeaderSection,.logoColumn {
    height: 69px;
    background: var(--white);
    z-index: 10000;
}
.mobSearch input[type="text"]{
    background: #F7F7F9;
    border-radius: 12px !important;
    max-width:100%;
}
.mobSearch input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.leftSection{
    max-width: 240px;
}
.user_Profile a{
    color: rgba(0, 0, 0, 0.75);
    gap: 5px;
}
.user_Profile>a{
    background: rgba(43, 78, 190, 0.05);
    border: 1px solid rgba(87, 91, 108, 0.25);
    border-radius: 12px;
    padding: 4px;
}
.user_Profile .user_name h5{
    font-weight: 600;
    font-size: var(--s13);
    /* line-height: 16px; */
}
.user_Profile .user_name p{
    font-size: var(--s10);
    /* line-height: 12px; */
}
.userdrop_icon{
    padding: 0 10px 0 8px;
}
.headerSearchBar .input-group input{
    height: 43px;
}
.menucolumn_admin{
    padding: 0 15px;
}
.menucolumn_admin>ul>li>a span {
    color: #7D8190;
    font-size: var(--s15);
}
.menucolumn_admin>ul>li>a.active{
    background: rgba(43, 78, 190, 0.08);
    border-radius: 12px;
}
.menucolumn_admin>ul>li>a.active span,.menucolumn_admin>ul>li>a:hover span{
    color: #2B4EBE;
}
.menuColumn>ul>li>a[aria-expanded="true"] .subMenuIcon i.fa{
    transform: rotate(90deg);
}
.menucolumn_admin>ul>li>a.show{
    background: rgba(43, 78, 190, 0.08);
    border-radius: 12px 12px 0 0;
}
.menucolumn_admin>ul>li.dropdown ul.dropdown-menu{
    background: rgba(43, 78, 190, 0.04);
    border-radius: 0px 0px 12px 12px;
    margin-top: 0;
    padding: 6px 0;
}
.menucolumn_admin>ul>li>a {
    height: 44px;
    padding: 0px 16px;
}
.menucolumn_admin>ul>li.dropdown ul.dropdown-menu li a {
    font-size: var(--s14);
    padding:6px 20px;
}
.menuColumn>ul>li.dropdown ul.dropdown-menu li a.active,.menuColumn>ul>li.dropdown ul.dropdown-menu li a:hover{
    color: #2B4EBE;
}
.adminzone_heading{
    font-weight: 700;
    font-size: var(--s12);
    line-height: 15px;
    color: #7D8190;
    padding: 25px 10px 10px;
}
.b_bottom{
    border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}
.menuColumn>ul>li>a img {
    margin-right: 8px;
}
.searchResultTopHeading{
    background: #F7F7F9;
}
.searchResultHeading h4 img{
    vertical-align: bottom;
    margin-right: 8px;
}
.searchResultHeading h4{
    font-size: var(--s14);
    color: #575B6C;
}
.relatedSearchImage img {
    width: 44px;
    height: 44px;
}
.relatedSearchPara h4,.relatedSearchPara p{
    letter-spacing: 0;
}
.relatedSearch{
    flex-direction: row;
    flex-wrap: wrap;
}
.relatedSearch.usergrid>a{
    width: calc(50% - 14px);
}
.searchResultViewMore{
    padding: 0 15px 15px;
}
.support_ticket{
    padding:15px;
}
.relatedSearch.files_grid>a{
    width: calc(100% / 3 - 14px);
}
.relatedSearchImage.files_img img{
    width: 38px;
    height: 38px;
}
.topHeaderInner .headerSearchBar .mobSearch .input-group.active input{
    border: 0 !important;
    border-radius: 12px 12px 0 0 !important;
}
.searchResult {
    top: 43px;
    left: -1px;
    border-radius: 0 0 12px 12px;
    border: 0;
}
.relatedSearch.coursegrid>a{
    width: 100%;
}
.coursegrid .relatedSearchImage img{
    width: 102px;
    height:55px;
}
.searchResultViewMore .btn {
    background: rgba(43, 78, 190, 0.05);
}
.headerSearchBar{
    max-width:600px;
}
.gap_15{
    gap: 15px;
}
.attachmentFile .lightgry{
    font-weight: 700;
    color: #575B6C;
}
.attachmentFile .dark_gray{
    font-weight: 600;
}
.admin_notification{
    width: 340px;
    background: #FFFFFF;
    border: 1px solid rgba(87, 91, 108, 0.25);
    border-radius: 12px;
    transform: translate(70px, 48px) !important;
}
.bellTopHead{
    padding:14px 20px;
}
.bellTopHeading h2{
    font-weight: 600;
    font-size: var(--s16);
    color: #575B6C;
}
.bellTopHeading{
    font-weight: 600;
    font-size:var(--s16);
    color: #575B6C;
}
.notification_box{
    height: 350px;
    overflow: auto;
    background: rgba(87, 91, 108, 0.05);
    border-radius: 0px 0px 11px 11px;
}
.bellCloseBtn .mark_link{
    font-weight: 500;
    font-size: var(--s12);
    color:#2B4EBE;
    margin-right: 4px;
}
.no_newnotification {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    padding: 0 35px;
    text-align: center;
}
.no_newnotification img{
    width: 25px;
    height: 25px;
}
.no_newnotification>h5{
    font-weight: 700;
    font-size: var(--s15);
    color: rgba(87, 91, 108, 0.85);
    width: 100%;
    margin: 10px 0 5px;
}
.no_newnotification>p{
    font-weight: 400;
    font-size: var(--s13);
    color: rgba(87, 91, 108, 0.75);
}
.userprodile_droop{
    transform: translate(0px, 46px) !important;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(87, 91, 108, 0.25);
    border-radius: 0px 0px 12px 12px;
}
.user_Profile.dropdown a.show{
    border-radius: 12px 12px 0 0;
}
.userInner_profile{
    padding:20px 25px;
    border-bottom: 1px solid rgba(87, 91, 108, 0.15);
}
.userInner_profileList{
    padding:10px 20px;
}
.userInner_profile>img{
    width: 50px;
    height:50px;
}
.userInner_profileList ul li a{
    font-weight: 500;
    font-size: var(--s14);
    line-height: 17px;
    color: #727B82;
    padding: 10px 0;
    display: block;
}
/** account page css start **/
.account_page{
    color: var(--light_gray);
    letter-spacing: 0.2px !important;
}
.commonCart{
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
}
.mainHeading h4{
    color: rgba(87, 91, 108, 0.85);
    padding: 20px 25px;
    font-weight: 700;
    font-size: var(--s18);
    line-height: 22px;
}
.comPadding{
    padding:25px;
}
.profilDtl_head h6{
    font-weight: 700;
    font-size: var(--s16);
}
.profilDtl_head p{
    font-weight: 400;
    font-size: var(--s14);
}
.userProfile_details{
    border-top: 1px solid rgba(125, 129, 144, 0.15);
}
label{
    font-weight: 600;
    font-size: var(--s13);
    color: rgba(87, 91, 108, 0.85);
}
.upload_photo button, .remove_photo button {
    font-weight: 600;
    font-size: var(--s13);
    color: #2B4EBE;
    background: rgba(43, 78, 190, 0.1);
    border-radius: 12px;
    border: 0;
    padding: 7px 14px;
}
.remove_photo button{
    background: rgba(236, 0, 0, 0.1);
    color: #EC0000;
}
.upload_file {
    display: flex;
    align-items: center;
    gap: 15px;
}
.up_proImg img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.account_input input{
    margin-bottom:10px;
}
.account_input input,.account_input .custom-select{
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    height:45px;
    font-size: var(--s14);
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
}
.account_input input::placeholder {
    color: rgba(125, 129, 144, 0.5);
}
.form_inputfield{
    margin:0 -8px;
}
.form_inputfield>div{
    padding: 0 8px;
}
.userProfile_details .customgrid_first{
    flex: 0 0 auto;
    width: 30%;
}
.userProfile_details .customgrid_seco{
    flex: 0 0 auto;
    width: 70%;
}
.form_inputfield>.short_grid{
    flex: 0 0 auto;
    width: 29.16666665%;
}
.commonform_btn button.btn-primary{
    background: #2B4EBE;
    border: 1px solid #2B4EBE;
    border-radius: 12px;
    height: 45px;
    font-weight: 600;
    font-size: var(--s14);
    line-height: 17px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: 0px;
    background-color: #EE3124;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider:before {
    background-color: #2B4EBE;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(28px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.common_varifypata h6{
    font-weight: 600;
    font-size: var(--s15);
    color: rgba(87, 91, 108, 0.75);
    margin-bottom: 5px;
}
.common_varifypata p{
    font-weight: 400;
    font-size: var(--s14);
    color: rgba(87, 91, 108, 0.75);
}
.how_itworks{
    gap:25px;
}
.authentication_cart{
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    position: relative;
}
.carddata_athenty h5{
    font-weight: 600;
    font-size: var(--s15);
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 5px;
}
.carddata_athenty p{
    font-weight: 400;
    font-size: var(--s13);
    line-height: 16px;
    color: rgba(0, 0, 0, 0.75);
}
.cardimg_authen {
    width: 80px;
    text-align: center;
    padding: 15px;
}
.cardimg_authen img{
    width:60px;
    height: 60px;
}
.carddata_athenty {
    padding: 20px;
    width: calc(100% - 80px);
    border-left: 1px solid rgba(125, 129, 144, 0.15);
}
.status_btn a{
    border-radius: 12px;
    font-weight: 500;
    font-size: var(--s11);
    padding: 4px 10px;
}
.status_btn a.activeBtn{
    color: #5BC589;
    background: rgba(91, 197, 137, 0.05);
    border: 1px solid rgba(91, 197, 137, 0.15);
}
.status_btn a.InactiveBtn{
    color: #EE3124;
    background: rgba(238, 49, 36, 0.05);
    border: 1px solid rgba(238, 49, 36, 0.15);
}
.status_btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
.authenticationProces{
    gap: 20px;
}
.quercode {
    flex: 0 0 auto;
    width: 32%;
}
.onlabel{
    font-weight: 600;
    font-size: var(--s10);
    color: rgba(87, 91, 108, 0.75);
}
.account_input.middelContant label{
    font-size: var(--s13);
}
.custom-select {
    position: relative;
    z-index: 1;
}
.custom-select:before {
    color: rgba(125, 129, 144, 0.5);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1em;
    height: 100%;
    line-height: 2.5em;
    padding: 0 1.2em;
    position: absolute;
    top: 5px;
    right: 0;
    text-align: center;
    width: 1em;
    z-index: -1;
}
.custom-select select {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    color: #333;
    display: block;
    font-size: 100%;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    height: 45px;
}
/** account page css end **/
/** publish-course page css start **/
.coursePublishpage{
    padding:25px;
}
/** publish-course page css end **/
/**Virendra singh pawar 26-10-2022**/
@media(min-width:1350px){
    .headerSearchBar .input-group {
        width: 100% !important;
   }
    .searchResult {
        width: 100% !important;
   }
}
/********|| 27-10-2022 ||********/
.radioBtns .form-control label {
    font-weight: 500;
    font-size: var(--s14);
    color: rgba(125, 129, 144, 0.9);
    padding-left: 5px;
}
.radioBtns .form-control input[type="radio"] {
    width: 21px;
    height: 21px;
    appearance: none;
    border: 2px solid rgba(125, 129, 144, 0.25) !important;
    border-radius: 50px !important;
    position: relative;
    top: 5px;
    padding: 0px;
}
.radioBtns .form-control{
    height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
}
.radioBtns .form-control input[type="radio"]:checked {
    border: 2px solid #2B4EBE !important;
}
.radioBtns .form-control input[type="radio"]:checked:before {
    content: '';
    width: 13px;
    height: 13px;
    background-color: #2b4ebe;
    position: absolute;
    border-radius: 50px;
    text-align: center;
    right: 0;
    left: 0px;
    margin: 0 auto;
    top: 2px;
    bottom: 0;
}
.modelFormInput p {
    font-weight: 400;
    font-size: var(--s13);
    color: rgba(87, 91, 108, 0.85);
}
.mvcBtn2 {
    border: 1px solid #2B4EBE;
    border-radius: 12px;
    height: 48px;
    font-weight: 600;
    font-size: var(--s15);
    line-height: 35px;
    color: #2B4EBE;
}
/********|| 27-10-2022 ||********/
.genralLinkCard {
    width: calc(14% - 10.8px);
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    overflow: hidden;
}
.cardImg {
    height: 110px;
    background: rgba(43, 78, 190, 0.08);
    justify-content: center;
    align-items: center;
}
.cardImg img {
    max-height: 35px;
}
.cardImgText p {
    margin: 0;
    font-weight: 500;
    font-size: var(--s14);
    line-height: 135%;
    color: #575B6C;
    padding: 10px 15px;
}
.headingText1 {
    font-weight: 700;
    font-size: var(--s22);
    line-height: 27px;
    color: #575B6C;
    margin-bottom: 18px;
}
.genralCategoriesCards {
    flex-wrap: wrap;
    gap: 16px;
}
.borderTop {
    padding: 25px 0px;
    margin: 25px 0px;
    border-top: 1px solid rgba(125, 129, 144, 0.15);
    border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}
.onlineUserCards.d-flex {
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
a.onUserLink {
    display: block;
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    overflow: hidden;
    padding: 18px 20px;
    width: calc(25% - 14px);
}
.topText {
    justify-content: space-between;
    align-items: center;
}
.topText h4 {
    font-weight: 600;
    font-size: var(--s13);
    line-height: 16px;
    color: rgba(87, 91, 108, 0.85);
}
.topText img {
    max-height: 24px;
}
.centerText h3 {
    font-weight: 600;
    font-size: var(--s28);
    line-height: 34px;
    display: flex;
    align-items: flex-end;
    color: #575B6C;
}
.btmText h6 {
    font-weight: 600;
    font-size: var(--s13);
    line-height: 16px;
    color: rgba(43, 78, 190, 0.75);
}
.onlneStats {
    gap: 18px;
    flex-wrap: wrap;
}


/**create a course step form start**/
.backIconBtn {
    padding: 25px 26px;
    border-right: 1px solid rgba(125, 129, 144, 0.15);
    width: 82px;
    height: 84px;
}
.rightBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 84px;
    width: 140px;
    padding: 25px 26px;
    border-left: 1px solid rgba(125, 129, 144, 0.15);
}

.rightBox h5, .rightBox h6 {
    color: rgba(87, 91, 108, 0.85);
    font-size: 16px;
    line-height: 19px;
    text-align: right;
}
.rightBox h5{
    font-weight: 700;
}
.rightBox h6 {
    font-weight: 600;
}
.middleBox{
    padding: 25px 26px;
    width: calc(100% - 222px);
}
.createCourseHeading h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: rgba(87, 91, 108, 0.85);
}
.paginationNav ul {
    gap: 10px;
}
.paginationNav ul li a {
    background: rgba(43, 78, 190, 0.1);
    width: 32px;
    height: 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: rgba(87, 91, 108, 0.75);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginationNav ul li a.active {
    color: #2B4EBE;
}
.dropify-font-upload:before, .dropify-wrapper .dropify-message span.file-icon:before {
    content: url(../../images/icons/uploder-icon.svg);
}
.dropify-wrapper {
    height: 145px;
    /* width: 262px; */
    background: rgba(125, 129, 144, 0.15);
    border-radius: 12px;
}
.imageUploder .file-icon p {
    font-weight: 500;
    font-size: var(--s13);
    line-height: 16px;
    color: rgba(87, 91, 108, 0.5);
}
.imageUploder .file-icon span {
    font-size: var(--s10);
    line-height: 12px;
}
.account_input.groupsecond .input-group span.input-group-text {
    font-weight: 600;
    font-size: var(--s14);
    line-height: 17px;
    color: rgba(87, 91, 108, 0.75);
    gap: 5px;
    background: linear-gradient(0deg, rgba(125, 129, 144, 0.1), rgba(125, 129, 144, 0.1)), #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 0px 12px 12px 0px;
}
.flexWithSwitch .input-group{
width:calc(100% - 65px);
}


/********|| 28-10-2022 ||********/
/** publish-course page css start **/
.coursePublishpage{
    padding:25px;
  }
  .course_header {
    display: flex;
    gap:15px;
    align-items: center;
  }
  .img-select2 {
    width: 100%;
    position: relative;
  }
  .img-option2 {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 5px;
    z-index: 2;
    top: 9px;
    left: 6px;
}
.img-select2 select {
    padding: 8px 22px 8px 38px;
    border: 1px solid black;
    background: #ffffff !important;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.75);
    letter-spacing: 0.05em;
    width: 202px;
    height:47px;
    font-size: var(--s14);
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.img-select2 select:focus{
   outline: none;
}
.img-select2::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: var(--s16);
    color: rgba(0, 0, 0, 0.75);
    font-weight: 600;
}
.course_header .headerSearchBar .input-group input {
    height: 47px;
}
.course_header .headerSearchBar {
    max-width: 100%;
    width:100%;
}
.course_header .headerSearchBar .input-group .btn {
    top: 7px;
}
.view_btn button img,.create_btn button img{
    vertical-align: bottom;
    margin-right: 3px;
}
.view_btn button {
    background: linear-gradient(0deg, rgba(43, 78, 190, 0.05), rgba(43, 78, 190, 0.05)), #FFFFFF;
    border: 1px solid rgba(43, 78, 190, 0.5);
    border-radius: 12px;
    height: 47px;
    padding: 0 15px;
    font-weight: 600;
    font-size: var(--s14);
    color: #2B4EBE;
    white-space: nowrap;
}
.create_btn button {
    background: rgba(43, 78, 190, 0.9);
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    height: 47px;
    padding: 0 15px;
    font-weight: 600;
    font-size: var(--s14);
    color: #FFFFFF;
    white-space: nowrap;
}
.course_header,.courseCardbox{
    padding-bottom:20px;
}
.courseDtl_tbl{
    background: #F7F7F9;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
}
.commontable tbody th,.commontable tbody td{
    text-align: center;
     white-space: nowrap;
     font-weight: 600;
}
.commontable tbody td{
    border-bottom: none; 
    font-size: var(--s13);
    color: #4A5056; 
    padding: 10px 15px;  
}
.white_pre{
    white-space: pre-wrap !important;
}
.commontable tbody th{
    border-bottom: 1px solid rgba(125, 129, 144, 0.15);
    font-size: var(--s14);
    color: #7D8190;
     padding: 14px;
}
.commontable tbody tr:nth-child(2) td{
    padding-top: 20px;
}
.commontable tbody tr:last-child td{
    padding-bottom:20px;
}
.tbl_status .switch {
    width: 30px;
    height: 16px;
}
.tbl_status .slider:before {
    height: 16px;
    width: 16px;
    bottom: -1px;
    left: -2px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.tbl_status input:checked + .slider:before {
    background-color: #5BC589;
    left: -11px !important;
}
.tbl_status{
    gap:8px;
}
.action_tbl>span{
    margin: 0 4px;
}
.mobSearch_new input[type="text"]{
    background: #F7F7F9;
}
.courseTable .white_pre{
    min-width:200px;
}
.pagi_nation{
    padding: 12px;
    border-top: 1px solid rgba(125, 129, 144, 0.15);
}
.pagi_nation .nav{
    gap:12px;
}
.pagi_nation .nav li a{
    font-weight: 600;
    font-size: var(--s14);
    color: #7D8190;
}
.pagi_nation .nav li a.disactive{
    color: rgb(125 129 144 / 25%);
}
.pagi_nation .nav li a.active{
    color: rgb(125 129 144 / 75%);
}

.glossaryTable .white_pre{
    text-align: left;
    min-width:290px;
}
.onlineUserCards:hover .btmText h6 {
    text-decoration: underline;
}
.courseDtl_tbl table td .active_color{
    color: #5BC589;
}
.courseDtl_tbl table td .expired_color{
    color: #EE3124;
}


/********|| 29-10-2022 start ||********/
.notif_headleft h4{
    font-weight: 700;
    font-size:var(--s22);
    color: #575B6C;
    display: inline-block;
    }
.notif_headright p{
    font-weight: 600;
    font-size: var(--s17);
    color: #575B6C;
}
.notification_head{
    padding-bottom:25px;
}
.notif_headleft>img{
    height: 22px;
    vertical-align: text-bottom;
}
.draftheadborder{
    border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}
.backIconBtn img{
    vertical-align: text-top;
}
.diskuseSpace_btn{
    background: rgba(43, 78, 190, 0.05);
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    font-weight: 600;
    font-size: var(--s14);
    padding: 10px 18px;
    color: #2B4EBE;
}
.filedrive_search{
    border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}
.img-select2::after {
    right: 15px;
}
.img-select2 select{
    letter-spacing: 0 !important;
}
.filedrive_search .img-select2 select{
    padding: 8px 15px;
    width: 175px;
}
.tblcol_content {
    white-space: initial !important;
    text-align: left;
    min-width: 320px;
}
.tblcol_content>span {
    display: inherit;
}
img.preveiwImg {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}
.tblcol_content span:first-child{
    margin-bottom:12px;
}
.headerSearchBar .mobSearch_new .input-group .close {
    top: 10px;
}
.dabsSearch{
    padding: 12px 15px;
   border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}
.dabsSearch_name{
    gap:10px;
}
.dabsSearch_name img{
    width: 36px;
    height: 36px;
    border-radius:8px;
    background-size: cover;
}
.dabsSearch_Text p.name{
    font-weight: 600;
    font-size: var(--s13);
    color: #575B6C;
}
.dabsSearch_Text p.email{
    font-weight: 500;
    font-size: var(--s12);
    color: rgba(87, 91, 108, 0.85);
}
.view_userUpdateBtn a{
    background: rgba(43, 78, 190, 0.75);
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    font-weight: 500;
    font-size: var(--s13);
    color: #FFFFFF;
    padding: 10px 12px;
}
.view_userUpdateBtn a:hover{
    background: #2B4EBE;
}
.dabsSearch:last-child{
    border: 0;
}
.lesson_btn ul.nav{
    gap:12px;
}
.lesson_btn li a{
    background: #FFFFFF;
    border: 1px solid rgba(87, 91, 108, 0.15);
    border-radius: 12px;
    color: rgba(87, 91, 108, 0.5);
     font-size: var(--s14);
       font-weight: 600;
       padding: 11px 18px;
       display: inline-block;
}
.lesson_btn li a:hover,.lesson_btn li a.active {
    background: rgba(43, 78, 190, 0.05);
    border: 1px solid #2B4EBE;  
    color: #2B4EBE;
}
.lesson_btn li a:hover i,.lesson_btn li a.active i{
    color: #2B4EBE;
}

/*  */
.createcourseStep2 .modelFormInput textarea {
    height: 180px;
}
.optionCheck{
    gap:20px;
}
.optionCheck input[type="checkbox"] + label {
  display: inline-block;
  width: 28px;
  height: 25px;
   border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 5px;
  cursor: pointer;
}
.optionCheck input[type="checkbox"]:checked + label:after {
  position: relative;
  top: 0px;
  left: 7px;
  content: '\2714';
  font-size: 14px;
}
.optionCheck input[type="checkbox"] {
   display: none;
}
.option_div {
    width: calc(50% - 26px);
}
.option_group_sec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 52px;
}
.colSet1,.colSet2,.colSet3,.colSet4,.colSet5{
    padding: 0 7px;
}
.postpageform>div{
    padding: 0 8px;
}
.imageUploder_hero .dropify-wrapper{
    height: 100px !important;
    font-size: var(--s13);
    line-height: 13px;
}
.imageUploder_hero .dropify-wrapper .dropify-message {
    top: 40%;
}
.imageUploder_hero .file-icon p {
    font-size: var(--s13);
    line-height: 11px;
}
.createCourseHeading>h4 {
    margin-bottom: 0;
}
.border_right{
   border-right: 1px solid rgba(125, 129, 144, 0.15);
}
.banner_uplod .input-group-text{
   border-radius: 12px 0 0 12px !important;
       border-right: 0 !important;
   background: linear-gradient(0deg, rgba(125, 129, 144, 0.05), rgba(125, 129, 144, 0.05)), #FFFFFF !important;
}
.banner_uplod input[type="text"]{
   background: linear-gradient(0deg, rgba(125, 129, 144, 0.05), rgba(125, 129, 144, 0.05)), #FFFFFF;
}
.account_input .text_description>span{
    font-weight: 500;
    font-size: var(--s12);
    color: rgba(125, 129, 144, 0.75);
}
.text_description{
    gap:10px;
}
.prevwtxt_textarea{
    height: 118px !important;
}
.cotent_textarea{
    height: 380px !important;
}
.settingTracking .settingCheck{
    font-weight: 400;
    font-size: var(--s14);
    line-height: 150%;
    color: rgba(87, 91, 108, 0.85);
}
.settingTracking h5{
   font-weight: 700;
    font-size: var(--s18);
    color: rgba(87, 91, 108, 0.85);
    margin-bottom: 25px;
}
.sendradiobtn{
    gap:16px;
}
.pAdjust_right{
    padding-right:12px;
}
.pAdjust_left{
    padding-left:12px;
}
.upload_filesDiv{
    padding: 120px 0;
}
.upload_filesDiv h2{
    font-weight: 600;
    font-size: var(--s18);
    color: rgba(0, 0, 0, 0.9);
    margin-top: 30px;
    margin-bottom:10px;
}
.upload_filesDiv p{
    font-weight: 400;
    font-size: var(--s15);
    color: rgba(0, 0, 0, 0.75);
}



.notificationbox .progress {
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #fff;
    text-align: center;
}
.notificationbox .progress .title {
    position: relative;z-index: 100;
padding: 5px;
}

.notificationbox .progress .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
}
.notificationbox .progress .left, .notificationbox .progress .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    border: 3px solid #222235;
    border-radius: 100px 0px 0px 100px;
    border-right: 5px;
    transform-origin: right;
}
.notificationbox .progress .left {
    animation: load1 1s linear forwards;
}


@keyframes load1 {
    0% {transform: rotate(0deg);}

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

.notificationAlert {
    background: #202023;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 20px;
    position: fixed;
    width: 300px;
    right: 25px;
     z-index: 100000000;
     bottom: 25px;
}
.notificationbox span.name{
    font-weight: 600;
    font-size: var(--s15);
    color: #FFFFFF; 
}
.notiTop {
    bottom: 100px;
}
.upldfileList_top{
    bottom: 175px;
}
.notificationbox .remaining{
    font-weight: 500;
    font-size: var(--s12);
    color: rgba(255, 255, 255, 0.6); 
}
.upldfileList ul{
    border-top: 1px solid rgba(255, 255, 255, 0.25); 
}
.upldfileList_box,.upldfileList ul{
    padding:15px  20px;
}
.cancelIcon i{
   color: #FFFFFF;
    font-size: var(--s12);
}
.noDatafound .upload_filesDiv{
   padding: 80px 0;
}
.Generalcommn_text h6{
    font-weight: 700;
    font-size: var(--s16);
    color: rgba(87, 91, 108, 0.85);
    margin-bottom: 7px;
}
.Generalcommn_text p{
    font-weight: 400;
    font-size: var(--s14);
    color: rgba(87, 91, 108, 0.75);
}
.generalForm_checks .account_input .disabled input,.generalForm_checks .account_input .disabled .input-group-text{
    background: linear-gradient(0deg, rgba(125, 129, 144, 0.1), rgba(125, 129, 144, 0.1)), #FFFFFF;
}


@media(max-width:767px){
    .lesson_btn li a {
        border-radius: 8px;
        padding: 8px 12px;
    }
    .createcourseStep2 .modelFormInput textarea {
        height: 120px;
    }
}

/*   */


@media(min-width:1600px){
 .dabsSearch_name img {
    width: 46px;
    height: 46px;
  }
  .view_btn button img, .create_btn button img{
    vertical-align: middle !important;
  }
  .img-select2 select{
    width: 250px !important;
  }
  
}
/********|| 31-10-2022 end ||********/
@media(min-width: 1700px){
    .optionCheck input[type="checkbox"]:checked + label:after {
        position: relative;
        top: -3px;
        left: 7px;
        content: '\2714';
        font-size: 14px;
    }
    .custom-select:before{
        top: -2px;
    }
}

@media (min-width: 2100px){
.dabsSearch_name img {
    width: 52px;
    height: 52px;
}
/********|| 31-10-2022 end ||********/
.optionCheck input[type="checkbox"]:checked + label:after {
    position: relative;
    top: -7px;
    left: 7px;
 }
 .img-select2::after{
    top: 8px;
 }
}
  /********|| 31-10-2022 end ||********/
@media(max-width:1200px){
    .postpageform>div {
        padding: 0 12px;
    }
    .pAdjust_right{
        padding-right:0px;
    }
    .pAdjust_left{
        padding-left:0px;
    }
    .border_right{
        border:0;
    }
}
@media(max-width:991px){
    .tblcol_content {
        min-width: 200px;
    }

    /********|| 31-10-2022 end ||********/
    .option_group_sec {
        column-gap: 30px;
    }
    .optionCheck {
        gap: 15px;
    }
    .option_div {
        width: calc(50% - 15px);
    }
}
 /********|| 31-10-2022 end ||********/

 @media(max-width:575px){
    .option_div {
        width:100%;
    }
    .lesson_btn ul.nav {
        gap: 10px;
    }
 }

/********|| 29-10-2022 end ||********/


@media(min-width:1900px){
    .course_header .headerSearchBar .input-group .btn {
        top: -3px;
    }
}
@media(max-width:1200px){
    .course_header {
        flex-wrap: wrap;
    }
}
@media(max-width:991px){
    .headerSearchBar .mobSearch_new .input-group{
        position: relative !important;
    }
    .course_header .headerSearchBar{
        margin-right: 0 !important;
    }
    .upload_filesDiv{
        padding: 100px 0;
    }
}
@media(max-width:767px){
    .course_header .headerSearchBar .input-group input {
            height: 40px;
        }
    .course_header .headerSearchBar .input-group .btn {
        top: 3px;
    }
    .img-select2 select,.view_btn button,.create_btn button{
       height:40px;
    }
    .img-option2 {
        top: 6px;
    }
    .img-select2::after {
        top: 10px;
    }
    .notificationAlert {
        padding: 12px;
        width: 200px;
    }
    .notiTop {
        bottom: 85px;
    }
    .upldfileList_top {
        bottom: 145px;
    }
    .upldfileList_box, .upldfileList ul {
        padding: 12px;
    }
}
@media(max-width:575px){
    .coursePublishpage {
        padding: 15px;
    }
    .img-select2 select, .view_btn button, .create_btn button {
        font-size: 12px;
    }
    .view_btn button img, .create_btn button img {
        vertical-align: text-bottom;
        width: 16px;
    }
    .courseDtl_tbl {
        border-radius: 5px;
    }
    .upload_filesDiv{
        padding: 60px 0;
    }
}
/** publish-course page css end **/

/********|| 28-10-2022 ||********/


/**create a course step form end**/
@media(min-width:1300px){
    .colSet1 {
        width: 35%;
        padding: 0px 7px;
    }
    .colSet2 {
        width: 30%;
        padding-left: 7px;
    }
    .colSet3 {
        width: 31%;
        padding: 0px 7px;
    }
    .colSet4 {
        width: 26%;
        padding: 0px 7px;
    }
    .colSet5 {
        width: 43%;
        padding-left: 7px;
    }
}






/*28-oct-2022*/
@media(min-width:1600px){
    .topText img {
        max-height: 25px;
        height: 25px;
    }
}
@media(min-width:1700px){
    .topText h4, .btmText h6 {
        line-height: 33px;
    }
}
@media(min-width:2100px){
    .topText img {
        max-height: 30px;
        height: 30px;
    }
    .menuColumn ul {
        gap: 12px;
    }
    .adminzone_heading {
        padding: 25px 10px 24px;
    }
}
@media(min-width:2300px){
    .menuColumn ul {
        gap: 16px;
    }
}
/*28-oct-2022*/

















/********|| 27-10-2022 ||********/
@media(min-width:1470px){
    .genralLinkCard {
        width: calc(12% - 8.2px);
   }
    a.onUserLink {
        width: calc(20% - 14.4px);
   }
}
@media(min-width:1600px){
    .genralLinkCard {
        width: calc(12% - 7.5px);
   }
   .carddata_athenty p {
        line-height: 22px;
  }
    .userprodile_droop {
        transform: translate(0px, 49px) !important;
    }
}
@media(min-width:1700px){
    .genralLinkCard {
        width: calc(12% - 7.5px);
   }
    .leftSection {
        max-width: 350px !important;
   }
    .menuColumn>ul>li>a img {
        width: 30px;
   }
    .rightSection {
        max-width: calc(100% - 350px) !important;
   }
    .headingText1 {
        font-size: var(--s25);
        line-height: 30px;
        margin-bottom: 25px;
   }
    .cardImgText p {
        font-size: var(--s16);
        line-height: 150%;
   }
    .cardImg img {
        max-height: 60px;
   }
}
@media(min-width:1800px){
    .btmText h6,.topText h4 {
        font-size: var(--s14);
       ;
   }
    .centerText h3 {
        font-size: var(--s30);
   }
}
@media(min-width:1900px){
    .genralLinkCard {
        width: calc(12% - 6.5px);
   }
}
@media(min-width:2000px){
    /* .genralLinkCard {
        width: calc(12% - 6px);
   } */
    .btmText h6, .topText h4 {
        font-size: var(--s18);
        line-height: 25px;
   }
   .carddata_athenty p {
        line-height: 25px;
    }
}
@media(min-width:2100px){
    .genralLinkCard {
        width: calc(12% - 5.5px);
    }
    .cardImgText p {
        font-size: var(--s18);
   }
   .userprodile_droop {
        transform: translate(0px, 56px) !important;
    }
}
@media(max-width:1310px){
    .genralLinkCard {
        width:calc(16% - 7.3px);
   }
}
@media(max-width:1200px){
    .genralLinkCard {
        width: calc(19% - 5.7px);
   }
    a.onUserLink {
        width: calc(33% - 10px);
   }
   .cotent_textarea {
    height: 250px !important;
}
}
@media(max-width:767px){
    .genralLinkCard {
        width: calc(23% - 1.3px);
   }
    .cardImgText p {
        font-size: var(--s12);
        padding: 10px 10px;
   }
    a.onUserLink {
        width: calc(50% - 9px);
   }
   .backIconBtn {
    padding: 10px 10px;
    width: auto;
    height: auto;
}
.rightBox h5, .rightBox h6 {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
}
.rightBox {
    height: auto;
    width: auto;
    padding: 10px 10px;
}
.middleBox {
    padding: 10px 10px;
    width: calc(100% - 150px);
}
.createCourseHeading h4 {
    font-size: 15px;
    line-height: 17px;
    margin: 0;
}
.paginationNav ul li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
}
.noDatafound .upload_filesDiv img{
    width: 150px;
}
}
@media (max-width: 575px){
    .genralLinkCard {
        width: calc(33% - 5.7px);
   }
    .genralCategoriesCards,.onlneStats {
        gap: 10px;
   }
    .cardImg {
        height: 70px;
   }
    .cardImg img {
        max-height: 20px;
   }
    .cardImgText p {
        font-size: var(--s11);
        line-height: normal;
        padding: 5px;
   }
    a.onUserLink {
        padding: 10px;
        width: calc(50% - 5px);
   }
    .topText h4 ,.btmText h6{
        font-size:  var(--s11);
        line-height: 13px;
   }
    .topText img {
        max-height: 15px;
   }
    .centerText h3 {
        font-size: var(--s18);
        line-height: 22px;
   }
    .headingText1 {
        font-size: var(--s18);
        line-height: 22px;
   }
   .dropify-wrapper.touch-fallback {
    height: 130px !important;
}
.dropify-wrapper.touch-fallback .dropify-message{
    top: 5% !important;
    padding: 0 !important;
}
.middleBox {
    width: calc(100% - 0px);
    border-top: 1px solid rgba(125, 129, 144, 0.15);
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center !important;
}
.stepFormHead {
    flex-wrap: wrap;
    justify-content: space-between;
}
.settingTracking h5{
    margin-bottom:10px;
}
.cotent_textarea {
    height: 150px !important;
}
}

@media(max-width:400px){
    .text_description {
         flex-wrap: wrap; 
         gap: 5px;
    }
     .text_description span.text-end{
        text-align: left !important;
     }
    .sendradiobtn{
         flex-wrap: wrap; 
         gap:0;
    }
    .sendradiobtn>div{
        width: 100%;
    }
}


/**|| General Setting Start ||**/
.offCheckHeading {
    font-weight: 600;
    font-size: var(--s10);
    line-height: 12px;
    color: rgba(87, 91, 108, 0.75);
}
hr.horiz {
    background: rgb(125 129 144 / 54%);
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    /*opacity: 1;*/
    background-color: #fff;
    width: 14px;
    height: 14px;
    padding: 4px;
    margin: 0; 
}
.bgClrBox{
    width: 50px;
    height: 50px;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
}
.bgClrBoxTxt h6 {
    font-weight: 600;
    font-size: var(--s12);
    line-height: 15px;
    color: rgba(87, 91, 108, 0.75);
}
.bgClrBoxTxt p {
    font-weight: 600;
    font-size: var(--s13);
    line-height: 16px;
    color: rgba(0, 0, 0, 0.9);
}
.bgClrBoxSec {
    gap: 10px;
}
.socialMediaInput .input-group {
    background: #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    overflow: hidden;
}
.socialMediaInput .input-group span.input-group-text, .socialMediaInput .input-group input {
    background: transparent;
}
div.showTxtCounter {
    font-weight: 500;
    font-size: var(--s12);
    line-height: 15px;
    color: rgba(125, 129, 144, 0.75);
    margin-top: 10px;
}
.socialMediaInput input.form-control::placeholder {
    color: rgba(125, 129, 144, 0.5);
}
.socialMediaInput input.form-control {
    font-weight: 500;
    font-size: var(--s14);
    line-height: 17px;
    height: 45px;
}
.imageUploder .file-icon p span {
    display: inline-block;
    margin-top: 10px;
}
.sliderImg{
    width: 100%;
    height: 450px;
    background: rgba(125, 129, 144, 0.15);
    border-radius: 12px;
}
.commonform_btn .btn{
    border-radius: 12px;
    font-weight: 600;
    font-size: var(--s14);
    line-height: 17px;
    height: 45px;
}
.commonform_btn .btn-outline-primary {
    background: rgba(43, 78, 190, 0.1);
    border: 1px solid #2B4EBE;
    color: #2B4EBE;
}
.commonform_btn .btn-outline-mute{
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #000000;
    color: #000000;
}
.commonform_btn .btn-outline-danger{
    background: rgba(236, 0, 0, 0.1);
    border: 1px solid #EC0000;
    color: #EC0000;
}
.sliderLinkSec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.backupSize{
    margin-top: 20px;
    margin-bottom: 22px;
}
.backupSize p{
   font-weight: 600;
    font-size: var(--s12);
    color: rgba(87, 91, 108, 0.85);
}
.backupSize span{
   font-weight: 600;
    font-size: var(--s13);
    color: rgba(43, 78, 190, 0.85);
}
.download_link a{
   font-weight: 600;
    font-size: var(--s14);
    color: #575B6C;
    text-decoration: underline;
}
.download_link span{
   font-weight: 600;
    font-size: var(--s14);
    color: #2B4EBE;
}
.delete_link a{
    font-weight: 600;
    font-size: var(--s14);
    color: rgba(236, 0, 0, 0.75);
}
.backupSizea_gap{
    gap: 20px;
}
.setting_textarea{
    height: 312px !important;
}
.lesson_btn{
    overflow-x: auto;
}
.lesson_btn ul.nav {
   flex-wrap: nowrap;
    width: max-content;
}
.ticketCart{
    background: rgba(125, 129, 144, 0.05);
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
}
.ticketCart p,.ticketCart .cartP{
    font-weight: 500;
    font-size: var(--s12);
    color: rgba(87, 91, 108, 0.75);
    word-break: break-word;
    line-height: 15px;
}
.ticketCart h6,.ticketCart .cartP{
    font-weight: 600;
    font-size: var(--s12);
    color: rgba(87, 91, 108, 0.75);
}
.ticketcart_head{
    padding:15px 15px 10px 15px;
}
.ticktname h6{
    font-weight: 700;
    font-size: var(--s13);
    color: #575B6C;
}
.ticktname p{
    font-weight: 500;
    font-size: var(--s12);
    color: rgba(87, 91, 108, 0.85);
}
.commonticket_cart{
    border-top: 1px solid rgba(125, 129, 144, 0.15);
    padding: 10px 15px;
}
.ticket_no p{
    font-weight: 600;
    font-size: var(--s12);
   color: rgba(87, 91, 108, 0.75);
}
.ticket_no h6{
    font-size: var(--s13);
    font-weight: 700;
   color: rgba(87, 91, 108, 0.75);
}
.social_row{
    gap: 15px;
}
.zoom_cart img{
    width: 20px;
    height: 20px;
}
.tickts_grid{
    margin: 0 -8px;
}
.tickts_col{
    padding: 8px;
}
.commonticket_cart>p{
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.headerSearchBar button.btn img{
    top:0;
}
.headerSearchBar .mobSearch_new button.btn img{
    top: -2px;
}


/**|| General Setting End ||**/


/**|| user database Detailed page css Start ||**/
.prouser_profile{
    padding: 15px;
    border-right: 1px solid rgba(125, 129, 144, 0.15);
    gap:20px;
    justify-content: space-between;
}
.prouserDetailImg img{
    width:66px;
    height:66px;
    border-radius:50%;
}
.prouser_listbox{
    gap:15px;
}
.prouserDetail h5{
    font-weight: 700;
    font-size: var(--s18);
    color: rgba(87, 91, 108, 0.95);
}
.prouserDetail p{
    font-weight: 500;
    font-size: var(--s13);
    color: rgba(87, 91, 108, 0.85);
}
.pro_btn a{
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 10px;
    color: #FFFFFF;
}
.pro_activeBtn .lable{
    font-weight: 600;
    font-size: var(--s13);
    color: #5BC589;
}
.notebox{
    padding:15px;
    border-right: 1px solid rgba(125, 129, 144, 0.15);
}
.notebox .modelFormInput textarea{
    padding:13px;
    height: 100%;
}
.zoomTextnotes.zoom_cart {
    position: absolute;
    bottom: 12px;
    right: 12px;
}
.userBtngrid a{
    font-weight: 600;
   font-size: 12px;
   line-height: 15px;
   padding:8px 12px;
   border-radius: 10px;
   display: inline-block;
    text-align: center;
}
.userBtngrid a.blueBtn{
    background: rgba(48, 55, 214, 0.05);
    border: 1px solid #3037D6;
    color: #3037D6;
}
.userBtngrid a.orangeBtn{
    background: rgba(251, 86, 7, 0.05);
    border: 1px solid #FB5607;
    color: #FB5607;
}
.userBtngrid a.redBtn{
    background: rgba(236, 0, 0, 0.05);
    border: 1px solid #EC0000;
    color: #EC0000;
}
.userBtngrid a.skyblueBtn{
    background: rgba(58, 134, 255, 0.05);
    border: 1px solid #3A86FF;
    color: #3A86FF;
}
.userBtnBox{
    padding:15px;
}
.userBtngrid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 12px;
}
.userdetailed_head{
    border-bottom: 1px solid rgba(125, 129, 144, 0.15);
    height: 110px;
    overflow: hidden;
    display: grid !important;
    grid-template-columns: max-content auto auto auto;
}
.formHeading h3{
    font-weight: 800;
    font-size: var(--s18);
    color: rgba(87, 91, 108, 0.95);
    margin-bottom: 20px !important;
}
.userformComInput label{
    font-weight: 500;
    font-size: var(--s12);
    color: rgba(87, 91, 108, 0.85);
}
.userformComInput input{
    background: linear-gradient(0deg, rgba(125, 129, 144, 0.05), rgba(125, 129, 144, 0.05)), #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 10px;
    height:42px;
    font-weight: 600;
    font-size: var(--s13);
    color: #575B6C;
}
.userformComInput textarea{
    background: linear-gradient(0deg, rgba(125, 129, 144, 0.05), rgba(125, 129, 144, 0.05)), #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 10px;
    font-weight: 600;
    font-size: var(--s13);
    color: #575B6C;
    height:141px;
     resize: none;
}
.userformComInput input::placeholder,.userformComInput textarea::placeholder{
    font-weight: 600;
    font-size: var(--s13);
    color: rgba(87, 91, 108, 0.5);
}
.formcusGrid_first {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 15px;
}
.userformComGroupInput .input-group-text{
    background: linear-gradient(0deg, rgba(125, 129, 144, 0.05), rgba(125, 129, 144, 0.05)), #FFFFFF !important;
}
.userformComGroupInput input{
     background: linear-gradient(0deg, rgba(125, 129, 144, 0.05), rgba(125, 129, 144, 0.05)), #FFFFFF !important;
    border-radius: 10px;
    height:42px !important;
}
.formcusGrid_second {
    display: grid;
    grid-template-columns: auto 39%;
    grid-column-gap: 15px;
}
.formcusGrid_third {
    display: grid;
    grid-template-columns: 19% auto auto;
    grid-gap: 15px;
}
.formcusGrid_Inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 15px;
}
.formcusGrid_third .input-group-text img{
    width: 20px;
    padding-right: 4px;
}
.Alylitics_tblList{
    border-right: 1px solid rgba(125, 129, 144, 0.1);
}
.Alylitics_tblList ul li{
   padding: 14px 0;
   border-bottom: 1px solid rgba(125, 129, 144, 0.1);
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.Alylitics_tblList ul li:first-child{
    padding-top: 0;
}
.Alylitics_tblList ul li:last-child{
    border-bottom:0;
    padding-bottom: 0;
}
.Alylitics_tblList ul li span:first-child,.kycDetailsMain ul li span:first-child,.result_cardList ul li span:last-child{
    font-weight: 500;
    font-size: var(--s13);
    line-height: 16px;
    color: rgba(87, 91, 108, 0.85);
}
.Alylitics_tblList ul li span:last-child,.kycDetailsMain ul li span:last-child,.result_cardList ul li span:first-child{
    font-weight: 600;
    font-size: var(--s13);
    color: #575B6C;
}
.Alylitics_tblList ul li span:last-child .timingstimate{
    color:#2B4EBE;
    font-size:var(--s12);
}
.analyticsgridTbl {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.kycDetailsMain {
    display: flex;
    column-gap: 30px;
}
.kycDetails_Right ul li a{
    text-decoration:underline;
}
.kycDetailsMain ul li {
    margin-bottom: 5px;
}
.membshipStatusMain p{
    font-weight: 500;
    font-size: var(--s13);
    color: rgba(87, 91, 108, 0.85);
}
.membshipStatus {
    width: 50%;
    padding-left: 20px;
    border-left: 1px solid rgba(125, 129, 144, 0.1);
}
.about_sec{
    border-top: 1px solid rgba(125, 129, 144, 0.1);
    border-bottom: 1px solid rgba(125, 129, 144, 0.1);
}
.walletanalysis{
    border-bottom: 1px solid rgba(125, 129, 144, 0.1);
}
.commingSoon{
    background: rgba(43, 78, 190, 0.05);
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 12px;
    height: 240px;
}
.commingSoon>p{
    font-weight: 700;
    font-size: var(--s15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(43, 78, 190, 0.85);
    height: 100%;
}
.result_card{
    background: linear-gradient(0deg, rgba(125, 129, 144, 0.03), rgba(125, 129, 144, 0.03)), #FFFFFF;
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 10px;
    padding:15px;
    width: 250px;
}
.result_cardImg{
    margin-bottom:14px;
}
.result_cardImg img{
    border-radius:8px;
}
.resCardInnerSec {
    gap: 15px;
    width: max-content;
    padding-bottom: 25px;
     border-bottom: 1px solid rgba(125, 129, 144, 0.1);
     margin-bottom:4px;
}
.course_resCardsec {
    width: 100%;
    overflow: auto;
}
.course_resCardsec::-webkit-scrollbar {
  height: 6px;
}
.course_resCardsec::-webkit-scrollbar-thumb {
    background: rgba(125, 129, 144, 0.5);
    border-radius: 25px;
}
.course_resultSec{
    border-bottom: 1px solid rgba(125, 129, 144, 0.1);
}
 
/* Handle */
.course_resCardsec::-webkit-scrollbar-track {
    background: #fff;
}
.loginHistroyCard{
    width: 280px;
}
.supportTicket_card{
    width: 335px;
}
.ticketno_footLeft span{
    font-style: normal;
    font-weight: 400;
    font-size: var(--s13);
    color: #FFFFFF;
}
.ticketno_foot{
    background: #575B6C;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 12px 12px;
    padding: 10px 15px;
    align-items: center;  
}
.ticketno_foot .zoom_cart>a{
    background: #fff;
    display: inline-block;
    padding: 4px 6px 0;
    border-radius: 5px;
}
.ticketno_foot .zoom_cart img {
    width: 16px;
    height: 16px;
    vertical-align: baseline;
}
.Alylitics_tblList:last-child ul li {
    padding: 10px 0;
}

@media(min-width:2060px){
    .userdetailed_head {
        height: 120px;
    }
}
@media(max-width:1400px){
    .Alylitics_tblList ul li span:first-child{
        font-size: 12px;
    }
}
@media(max-width:1250px){
    .userdetailed_head {
        height: auto;
        grid-template-columns: max-content auto;
    }
    .userdetailed_head .leftBox,.prouser_profile{
        border-bottom: 1px solid rgba(125, 129, 144, 0.1);
    }
    .notebox {
        order: 4;
    }
    .prouser_profile,.notebox{
        border-right:0;
    }
    .analyticsgridTbl {
        grid-template-columns: repeat(2,1fr);
        grid-row-gap: 35px;
    }
    .analyticsgridTbl .Alylitics_tblList:nth-child(2){
        padding-right:0 !important;
        border-right:0;
    }
    .analyticsgridTbl .Alylitics_tblList:last-child {
        padding-left:0 !important;
    }
}
@media(max-width:1150px){
    .formcusGrid_first {
        grid-template-columns: repeat(3,1fr);
    }
   .formcusGrid_second {
        grid-template-columns: auto;
    }
    .formcusGrid_third {
        grid-template-columns: repeat(3,1fr);
    }
    .formcusGrid_first div:last-child{
        grid-column: 2 / span 2;
    }
}
@media(max-width:767px){
    .userdetailed_head {
        height: auto;
        grid-template-columns: auto;
    }
    .userBtngrid {
        grid-template-columns: 100px 100px 100px;
    }
    .userdetailed_head  .backIconBtn {
        border-right:0;
    }
    .userBtnBox{
       border-bottom: 1px solid rgba(125, 129, 144, 0.1);
    }
    .analyticsgridTbl {
        grid-template-columns: repeat(1,1fr);
    }
    .analyticsgridTbl .Alylitics_tblList:nth-child(2){
        padding-left:0 !important;
    }
    .analyticsgridTbl .Alylitics_tblList:first-child{
        padding-right:0 !important;
        border-right: 0;
    }
}
@media(max-width:575px){
     .formcusGrid_first {
        grid-template-columns: repeat(2,1fr);
    }
   .formcusGrid_Inner {
    grid-template-columns: repeat(2,1fr);
    }
    .formcusGrid_third {
        grid-template-columns: repeat(2,1fr);
    }
    .kycDetails{
        flex-wrap: wrap;
    }
    .membshipStatus{
        width: 100%;
        border-left: 0;
        border-top: 1px solid rgba(125, 129, 144, 0.1);
    }
    .commingSoon {
        height: 150px;
    }
    .userdetailed_head {
        grid-template-columns: 100%;
    }
    .pro_btn a {
        white-space: nowrap;
    }
    .formcusGrid_first div:last-child {
        grid-column: 1 / span 2;
    }
}

@media(max-width:400px){
    .formcusGrid_first {
        grid-template-columns: repeat(1,1fr);
    }
   .formcusGrid_Inner {
      grid-template-columns: repeat(1,1fr);
    }
    .formcusGrid_third {
        grid-template-columns: repeat(1,1fr);
    }
    .formcusGrid_first div:last-child {
        grid-column: 1 / span 1;
    }
    .userBtngrid {
        grid-template-columns: auto auto;
    }
    .supportTicket_card,.loginHistroyCard  {
        width: 260px;
    }
    .kycDetailsMain{
        flex-wrap: wrap;
    }
}
/**|| user database Detailed page css Start ||**/
/**|| support tickes Detailed page css Start ||**/
.listbox{
    padding:12px 20px;
    border-bottom: 1px solid rgba(125, 129, 144, 0.15);
    border-right: 1px solid rgba(125, 129, 144, 0.15);
    height:100%;
}
.listbox h6{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    color: #575B6C;
    letter-spacing: 0;
}
.listbox p{
    font-family: 'Inter';
    font-weight: 500;
    font-size:14px;
    color: rgba(87, 91, 108, 0.75);
     letter-spacing: 0;
}
.listbox span:first-child{
    font-family: 'Inter';
    font-weight: 500;
    font-size:15px;
    color: rgba(87, 91, 108, 0.75);
     letter-spacing: 0;
}
.listbox span:last-child{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 15px;
    color: #575B6C;
     letter-spacing: 0;
}
.listbox>img{
    width:18px;
}
.Moderator{
    background: rgba(0, 0, 0, 0.05);
    column-gap:12px;
}
.gridcolsecond{
    width: 300px;
    flex: 0 0 auto;
}
.gridcolthird{
    width:100%;
}
.thirddetial_grid{
    grid-template-columns: repeat(4, 1fr);
}
.thirddetial_grid .thirddetial_col:nth-child(3) {
    grid-column: 3 / span 2;
}
.thirddetial_grid .thirddetial_col:nth-child(7){
   grid-area: 2 / 4 / span 2 / span 1;
}
.thirddetial_grid .thirddetial_col:last-child{
    grid-column: 1/span 3;
}
.user_personal_deital{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.task_status_btn{
    background: rgba(43, 78, 190, 0.1);
    border-radius: 25px;
    padding:5px 14px;
    font-weight: 600;
    font-size: 15px;
    color: #2B4EBE;
}
.uercontent_row .userPro img{
   border-radius: 12px;
   width: 38px;
   height: 38px;
}
.ticket_detaile_info{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 65% auto;
}
.ticket_detaile_infoLeft .uercontent_row:nth-child(even) {
    flex-direction: row-reverse;
}
.ticket_detaile_infoLeft .uercontent_row:nth-child(even) .attachemnts_link{
    border-radius:0 0 0 16px;
}
.ticket_detaile_infoLeft .uercontent_row{
    padding-bottom:20px;
}
.ticket_detaile_infoLeft .uercontent_row:last-child{
    padding-bottom:0px;
}
.ticket_detaile_infoLeft {
    border-right: 1px solid rgba(125, 129, 144, 0.15);
    padding: 20px;
}
.ticketContent{
    background: rgba(125, 129, 144, 0.05);
    border: 1px solid rgba(125, 129, 144, 0.15);
    border-radius: 16px 16px 0px 0px;
    padding: 15px;
    max-width:550px;
}
.ticket_textBox .attachemnts_link{
    background: rgba(125, 129, 144, 0.05);
    border-radius: 0px 0px 16px 0px;
    padding: 10px 15px;
    border: 1px solid rgba(125, 129, 144, 0.15);
}
.ticketContent p,.attachemnts_link span{
    font-weight: 400;
    font-size: var(--s14);
    color: #575B6C;
}
.ticket_textBox{
    padding:0 9px 0 13px;
}
.date_time p{
    font-weight: 600;
    font-size: var(--s12);
    color: rgba(87, 91, 108, 0.75);
}
.attachemnts_link  a{
    font-weight: 500;
    font-size:var(--s14);
    color: #2B4EBE;
    text-decoration: underline;
}
.ticket_detaile_infoRight{
    border-left:1px solid rgba(125, 129, 144, 0.15);
}
.prec_ticket_sec{
    border-bottom:1px solid rgba(125, 129, 144, 0.15);
    padding-right:20px;
}
.prec_ticket_sec select{
    padding: 14px 20px;
}
.closeBtn{
    background: rgba(236, 0, 0, 0.05);
    border: 1px solid #EC0000;
    border-radius: 12px;
    padding:10px 12px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #EC0000;
    display: inline-block;
}
.closeBtn:hover{
    color: #EC0000;
}
.Situation_resolved h5{
    font-weight: 600;
    font-size: 15px;
    color: #575B6C;
}
.Situation_resolved{
    padding:20px;
    border-bottom:1px solid rgba(125, 129, 144, 0.15);
}
.Situation_resolved p{
    font-weight: 400;
    font-size: 13px;
    color: rgba(87, 91, 108, 0.85);
}
.send_message_div{
    padding:20px;
}
.send_message_div textarea{
    height:130px;
}
.upload_div a{
    padding:8px 12px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    margin: 15px 0;
}
.prec_ticket_sec select:focus {
    outline: 0;
}
.gridcolfirst .backIconBtn{
       border-bottom: 1px solid rgba(125, 129, 144, 0.15);
    }

@media(max-width:1500px){
    .user_personal_deital {
        flex-direction: row;
    }
    .gridcolsecond {
        width: calc(100% - 82px);
        flex: 0 0 auto;
    }
    .user_personal_deital{
        width:100%;
    }
    .user_personal_deital>.listbox {
        width: 33.33%;
        flex: 0 0 auto;
    }
    .gridrowDetails{
        flex-wrap: wrap;
    }
    .gridcolfirst .backIconBtn {
        height: 68px !important;
    }
    .Moderator {
        border-radius: 0 12px 0 0;
    }
}
@media(max-width:1200px){
    .thirddetial_grid {
        grid-template-columns: auto auto;
    }
    .thirddetial_grid .thirddetial_col:nth-child(3),.thirddetial_grid .thirddetial_col:nth-child(7),.thirddetial_grid .thirddetial_col:last-child{
        grid-column: auto;
        grid-row: auto;
    }
    .gridcolfirst .backIconBtn {
         height:auto !important; 
    }
    /*.thirddetial_grid .thirddetial_col:last-child {
        grid-column: 3/span 1;
        grid-row: 3/span 2;
    }*/
    .ticket_detaile_info {
         grid-template-columns: 100%;
    }
    .ticket_detaile_infoRight {
        border-left: 0;
        border-top: 1px solid rgba(125, 129, 144, 0.15);
    }
    .ticket_detaile_infoLeft {
        border-right: 0;
    }
}
@media(max-width:767px){
    .wallet_address{
        word-break: break-all;
    }
    .gridcolfirst,.gridcolfirst .backIconBtn,.gridcolsecond{
         width: 100%;
    }
    .gridcolfirst .backIconBtn{
        border-right:0;
    }
    .Moderator {
        border-radius: 0;
        border-right: 0;
    }
    
}
@media(max-width:575px){
    .ticket_detaile_infoLeft .uercontent_row {
        flex-wrap: wrap;
        gap: 10px;
    }
    .thirddetial_grid {
        grid-template-columns: auto;
    }
    .listbox p,.listbox h6{
        font-size: 12px;
    }
    .listbox span:first-child,.listbox span:last-child{
        font-size: 13px;
    }
    .user_personal_deital>.listbox {
        width: 100%;
        height:auto;
    }
    .user_personal_deital{
        flex-wrap:wrap;
    }
	.ticket_textBox {
		padding: 0;
	}
}

/**|| support tickes Detailed page css End ||**/