/*
Theme Name: LMS
Theme URI: http://underscores.me/
Author: Helpful Insight
Author URI: https://www.helpfulinsightsolution.com
Description: This website based on Learning management system
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: LMS
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.show-err {
    visibility: visible !important;
}
.hide-err {
    visibility: hidden;
}
.failed {
    color: #ff0000;
    position: absolute;
    display: block;
    max-width: 235px;
    margin-top: 8px;
}
.paymentinfoblc.failed{    position: unset !important;
    max-width: 100% !important;
}
.success {
    color: #008000;
}
ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
/*  border: 1px solid #0099FF;
  background-color: #0099FF;*/
}
.loading input#position_submit {
    cursor: not-allowed;
    pointer-events: none;
}
.loading {
    opacity: 0.4;
}

ul.tab li {
  float: left;
}

ul.tab li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;

}

ul.tab li a:hover {
  background-color: #0000FF;
}

ul.tab a.tablinks.active {
  background-color: #0000FF;
}

ul.list-unstyled.chat_message_layout {
    height: 500px;
    overflow-y: auto;
}
ul.list-unstyled.mb-0 li {
    position: relative;
}
span.newmessage {
    position: absolute;
    right: 6px;
    bottom: 5px;
}
/* Style the tab */
.topmenus > .tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.topmenus > .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.topmenus > .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.topmenus > .tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontentleft {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  min-height: 730px;
}

table.GeneratedTable {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #FFD60069;
    border-style: solid;
    color: #000000;
}
table.GeneratedTable thead {
    background-color: #FFD600;
    color: #fff;
    text-align: left;
}
table.GeneratedTable td, table.GeneratedTable th {
    border-width: 1px;
    border-color: #e7c50f;
    border-style: solid;
    padding: 10px;
    color: #040c1e;
    font-weight: 600;
    text-transform: capitalize;
}
table.GeneratedTable tbody tr td {
    border: solid 1px #ddd !important;
}
.btnsmall {
    background: #FFD600;
    padding: 4px 20px;
    border-radius: 4px;
    color: #000;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
th.onlyforshow {
    width: 250px;
}
tr.reject, tr.expired {
    background: #45b4d5;
    color: #fff;
}
tr.waiting {
    background: #f5faff;
}
tr.accept {
    background: #b9ffb9;
}
p.warning {
    color: #ff0000;
}
/*li.p-2.border-bottom.active {
  background-color: #b4b0b0 !important;
}*/
.userprofilemenu{
  position: absolute;
}
ul.userprofilemenu {
    display: none;
}
/*.userprofile:hover .userprofilemenu {
    display: block;
}*/
.page-template-account .tabcontent{
  display: none;
}
/*img.courseimg {
    max-width: 120px;
    margin: 10px 0;
    height: 106px;
    width: 100%;
    object-fit: cover;
}*/
.dev-courselist .courseimg {
    height: 120px;
    width: 100%;
    object-fit: cover;
    transform: translateZ(0) scale(0.999999);
    border-radius: 10px;
}

table.courses {
    width: 100%;
}
.courses tr {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
span.mnicon img {
    width: 26px;
    padding-right: 8px;
}
/*Course form*/

#regForm {
    margin: 60px auto;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.multisteptab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #FFD600;
}
.halfblock {
    width: 48%;
    float: left;
    margin-right: 2%;
}


.tophead {
    padding: 40px 0 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
a.actionbtn {
    position: absolute;
    right: 0;
    top: 36px;
}
.btnsblock a.btn.theme-btn {
    padding: 5px 25px;
}
td.btnsblock {
    text-align: right;
    width: 300px;
}
span.free-btn.pending {
    background: #fd4f0d;
    color: #fff;
    border: 1px solid #fd4f0d;
}
span.free-btn.publish {
    background: #008b00;
    color: #fff;
    border: 1px solid #008b00;
}
td.coursetitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    color: #201B53;
    padding: 10px 0;
    max-width: 360px;
    padding-right: 15px;
}
table.courses {
    width: 100%;
    margin-bottom: 50px;
}
textarea#coursedescription {
    width: 100%;
}
.swal2-container {
    z-index: 9999999 !important;
}
.deleting {
    background: #ff00005e;
    opacity: 0.5;
}
.tox-promotion, span.tox-statusbar__branding {
    display: none !important;
}
span.error {
    display: block;
    color: red;
    font-size: 13px;
}
.filter-outer-section {
    display: flex;
    padding: 34px 20px;
    column-gap: unset !important;
    background: #F8F8FA;
    border-radius: 10px;
    border: 1px solid #DDDDE9 !important;
    margin-bottom: 37px;
    margin-top: 110px;
    align-items: center;
    flex-wrap: wrap;
}
.filter_search {
    width: 50%;
}
.filter_btn {
    position: relative;
}
.filteroptions {
    padding: 20px;
    border: 0;
    background: #fff;
    box-shadow: 15px -2px 40px 0 rgb(4 12 30 / 8%);
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
}
.filteroptions > .filteroptions_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
/*.user_status_checkbox {
    display: flex;
    column-gap: 20px;
}*/
tr.completed {
    background: #49b31d;
}
.filter-result {
    display: table;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 20px rgb(97 162 229 / 10%);
}
.filter-user-img img {
    border-radius: 5px;
    border: 0;
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.filter-result > div:nth-child(2) {
    width: 32%;
}
.course_enroll_count_learning{white-space: nowrap;}
.filter-user-img {
    max-width: 130px;
}
.filter-user-name a {
    text-transform: capitalize;
    font-size: 18px;
    color: #040c1e;
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}
.filter-user-year {
    font-size: 14px;
    color: #000;
}
span.user-ranking {
    display: block;
    color: #000;
    font-weight: 500;
}
.customer-listing a.theme-btn {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    padding: 13px 15px;
    font-size: 16px;
}
.filter-user-work {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    min-width: 160px;
}
.filter-user-ranking {
    font-family: 'Manrope', sans-serif;
}
.filter-user-status {
    font-family: 'Manrope', sans-serif;
}
.filter-user-star i {
    font-size: 22px;
    cursor: pointer;
}
.filter-user-star i.fa.fa-star {
    color: #FFD600;
}
input#user_search_name {
    font-size: 18px;
    color: #000;
}
span.usercount {
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
}
p.no_recruiter_found {
    background: #ffdfdf8a;
    color: red;
    padding: 20px;
    margin-bottom: 60px !important;
    border-radius: 5px;
}
.userdata span {
    display: block;
}
.userdata span.small {
    display: block;
    font-size: 12px;
    color: #55597D;
    text-transform: uppercase;
    text-align: left;
    line-height: 15px;
    font-weight: 600;
    padding-top: 6px;
}
.userdt {
    display: flex;
    column-gap: 10px;
}
.userdt {
    display: flex;
    column-gap: 0;
    /* min-width: 250px; */
    align-items: center;
}
.userdata p {
    margin-bottom: 0;
}
span.usernm {
    color: #002c7c;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: capitalize;
}
span.mnicon i {
    font-size: 20px;
    color: #000;
}
.userprofile {
    position: relative;
    padding: 5px 40px 5px 20px;
    cursor: pointer;
    z-index: 99;
}
span.mnicon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.active ul.userprofilemenu {
    display: block;
}
ul.userprofilemenu {
    min-width: 264px;
    padding: 13px 15px 16px 15px;
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 15px -2px 40px 0 rgb(4 12 30 / 8%);
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 50px;
}
ul.userprofilemenu:before {
    position: absolute;
    content: '';
    background: #Fff;
    right: 25px;
    top: -10px;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
}
.userprofilemenu li a {
    font-size: 16px;
    color: #011842;
    font-weight: 500;
    padding-left: 5px;
}
.userprofilemenu li {
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e1;
}
.userprofilemenu li.active:before {
    display: block;
    left: 0;
    position: absolute;
    content: '';
    width: 5px;
    height: 35px;
    border-radius: 0 35px 35px 0px;
    background: #FFD600;
}
.userprofilemenu li.active a {
    font-weight: bold;
}
span.mniconinnr img {
    width: 18px;
    position: relative;
    top: 0;
    margin-right: 8px;
}
.userprofilemenu li:last-child {
    border-bottom: unset;
}
.headersfm .form-outline {
    min-width: 298px;
}
input#form1 {
    font-size: 16px;
    padding-right: 45px;
}
/*button.btn.btn-headfm {
    left: -45px;
    position: relative;
    width: 45px;
}*/
.userdataheader {
    min-width: 265px;
}
/*section.myaccount-section {
    padding: 60px 0;
}*/
.course-section .form-control {
    font-size: 16px;
}
p.label {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}
button#nextBtn, button#prevBtn {
    margin-top: 20px;
}
.radioinput {
    padding: 10px;
    border: 1px solid rgba(22, 47, 110, 0.14);
/*    margin-bottom: 10px;*/
    border-radius: 5px;
    background: #f9f9f9;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.radioinput input {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    appearance: none;
    background: transparent;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    border: 1px solid #FFD600;
}
.insprofile {
    display: flex;
    padding: 10px;
    margin: 20px 0;
}
.insprofile span.usernm {
    padding-top: 10px;
}
.loadingicon {
    position: fixed;
    background: #00000045;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
}
section.course-section {
    padding: 50px 0;
}
.fileplaceholder video, .fileplaceholder img {
    width: 100%;
}
.fileplaceholder {
    max-width: 500px;
}
.fileplaceholder video, .fileplaceholder img {
    width: 100%;
    margin-bottom: 30px;
}

a#addlecture {
    padding: 5px 25px;
    background: green;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
}
.removebtn {
    padding: 5px 25px;
    background: red;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
}
.repeteraddbtn {
    padding: 5px 25px;
    background: green;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
}
.dcs_pag_loading {padding: 20px;}
.dcs-universal-pagination ul {margin: 0; padding: 0;}
.dcs-universal-pagination ul li {display: inline; margin: 3px; padding: 5px 8px; background: #FFF; color: black; }
.dcs-universal-pagination ul li.active:hover {cursor: pointer; background: #1E8CBE; color: white; }
.dcs-universal-pagination ul li.inactive {background: #7E7E7E;}
.dcs-universal-pagination ul li.selected {background-color: #ee6e73; color: white;}

.nocourse {
    padding: 30px 0 50px;
    color: #ff0000;
    font-size: 22px;
    text-align: center;
}
#file-thumbnails {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.file-thumbnail {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.file-thumbnail i {
    font-size: 55px;
}
.uploaderrors {
    padding: 30px;
    background: #ff000059;
    border-radius: 10px;
    margin-top: 30px;
    display: block;
}
.uploaderrors span {
    display: block;
    color: #040C1E;
    margin-bottom: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}
.uploaderrors span.fname {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.uploaderrors span.glblmsg {
    color: red;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-top: 40px;
}

/*Deeksha 14-02-2023*/
.header-area input#form1 {
    background: #F4F7FC;
    border: 0;
    box-sizing: border-box;
}

.headersfm {
    position: relative;
}
.headersfm .btn.btn-headfm {
    right: 0;
    position: absolute;
    width: 45px;
    top: 0;
    bottom: 0;
}
.about-icon2 {
    position: absolute;
    top: 3% !important ;
    right: 10% !important ;
}
.course__footer ul li:not(:last-child) {
    border-right: 1px solid #ececec;
    padding-right: 18px;
}

.course__footer ul li.total_stu {
    margin-right: 17px;
}
.course__div .c_title {
    min-height: 72px;
}
.content-block-head{
    max-width: 850px;
    margin: 0 auto;
}

.profileimg img {
    max-width: 40px;
    margin-right: 16px !important;
    height: 40px;
    object-fit: cover;
}
.form-inner-items .form-group .start-from {
    display: initial !important;
}
.form-inner-items .form-group .start-from .ui.input,
.form-inner-items .form-group .ui.input {
    width: 100%;
}
td.courseimg-main img {
    height: 100px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
/*My account 14-02-2023*/
.myaccount-section .container{
    max-width: 1290px;
}
.myaccount-section .my-account h2,
.chat-section .main-heading h2,
.login-section .my-learning h2 {
    font-size: 35px;
    font-family: 'Manrope', sans-serif;
    line-height: 48px;
    margin-bottom: 20px;
}

.my-account p,
.chat-section .main-heading p,
.login-section .my-learning p{
    max-width: 630px;
    font-size: 18px;
    line-height: 29px;
    color: #040C1E;
    font-weight: 500;
}
.my-account,
.chat-section,
.my-learning {
    padding: 50px 0;
    background: #F8F8FA;
    background-image: url(assets/images/line-shape.png);
    background-size: cover;
    background-position: center center;
}
.my-account-tabs, .my-learning-tabs, .my-recruitment-tabs, .my-courses-tabs {
    margin-top: 60px;
    padding-bottom: 110px;position: relative;
}
.my-account-tabs ul li:not(:last-child), .my-learning-tabs ul li:not(:last-child){
    padding-right: 8px;
}
.my-account-tabs:before{
    position: absolute;
    content: '';
    background: url(assets/images/shape-right.png);
    height: 19px;
    width: 77px;
    background-repeat: no-repeat;
    top: 14%;
    left: 65px;
    right: 0;
    z-index: -1;
}
table.courses tr:first-child td {
    padding-top: 0px;
}

.my-account-tabs .tab, .my-learning-tabs .tab {
    background-color: #040C1E;
    border-radius: 10px;
    border: 0 !important;
    padding: 8px;
    box-shadow: 7px 11px 29px rgb(4 12 30 / 13%);
}
.my-account-tabs .tab li a, .my-learning-tabs .tab li a {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    padding: 15px 11px;
    font-size: 18px;
    border-radius: 10px;
    line-height: 25px;
}
.my-account-tabs ul.tab a.tablinks.active,
.my-account-tabs ul.tab li a:hover,
.my-learning-tabs ul.tab a.tablinks.active,
.my-learning-tabs ul.tab li a:hover,
.my-account-tabs ul.tab a.tabverticallinks.active,
.my-account-tabs ul.tab li a:hover{
    background-color: #FFD600;
    color: #040C1E;
    
}
.my-account-tabs .tabs-items > div, .my-learning-tabs .tabs-items > div{
    padding-top: 40px;
} 
.my-account-tabs .tabs-items h3, .my-learning-tabs .tabs-items h3{
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
#profile .author-input-cls {
    display: flex;
    flex-wrap: wrap;
}
.rightside-editprofile {
    max-width: 409px;
    flex: 409px;
}
.leftside-editprofile {
    max-width: calc(100% - 409px);
    flex: calc(100% - 409px);
    padding-right: 30px;
}
.my-account-tabs .leftside-editprofile .form-group-title {
    font-size: 18px;
    color: #55597D;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    position: relative;
}
.my-account-tabs .leftside-editprofile .form-group-title span {
    padding-right: 12px;
    background: #fff;
    position: relative;
}
.my-account-tabs .leftside-editprofile .form-group-title:before {
    position: absolute;
    content: '';
    background: #DEE3F0;
    height: 1px;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.start-from{
     display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.form-inner-items .form-group {
    margin-bottom: 30px;
}
.form-inner-items .form-group:last-child{
    max-width: 100%;
    flex: 100%;
}
.author-input-cls label {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #112E4F;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}
.author-input-cls input, .author-input-cls select,
.author-input-cls textarea {
    height: 50px;
    background: #F8F8FA;
    border: 1px solid #DEE3F0;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    text-transform: capitalize;
}
.author-input-cls textarea::-webkit-scrollbar {
    width: 0;
}
.author-input-cls textarea{
    height: 138px;
    resize: none;
}
.author-input-cls input::placeholder{
    color: #9AA9BF !important;
    font-weight: 500;
}
.author-input-cls .iti{
    display: block;
}
.form-control:focus{
    border-color: #FFD600 !important;
}
.py-40{
    padding: 40px 0;
}
.mb-30{
    margin-bottom: 30px;
}
.form-group.btn-form-login {
    margin-top: 50px;
    text-align: right;
}
.more_work_experience {
    font-size: 16px;
    font-weight: 800;
    color: #112E4F;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
}
.more_work_experience:hover{
    color: #0088FE !important;
}
.btn-form-login input {
    margin-bottom: 0 !important;
    padding: 11px 30px !important;
    width: auto !important;
    height: auto !important;
    background: #0088FE !important;
    color: #040C1E !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    border-radius: 5px !important;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 15%);
}
.rightside-editprofile .upload-img {
    width: 172px;
    height: 172px;
    background: #040C1E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: -75px auto 0;
    position: relative;
}
.drop-file {
    text-align: center;
    background: #F8F8FA;
    border-radius: 10px;
    font-family: 'Manrope', sans-serif !important;
    border: 1px dashed #DEE3F0;
    margin-top: -86px;
    padding: 126px 20px 38px;
}
.drop-file header {
    font-size: 14px;
    color: #55597D;
    font-weight: 500;
}
.drop-file .support-formate {
    color: #112E4F;
    font-size: 12px;
    font-weight: 600;
}
.author_profile {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
    cursor: pointer;
    color: #040C1E !important;
    border-radius: 5px;
    border: 0;
    background: #0088FE !important;
    font-family: 'Barlow', sans-serif !important;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 15%);
    width: auto;
    display: inline-block !important;
    margin-bottom: 0 !important;
    padding: 12px 40px;
}
.file-input {
    margin: 15px 0 18px;
    position: relative;
}
img#profilePrevImg {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transform: translateZ(0) scale(0.999999);
}
img#profilePrevImg.defultimg {
    width: auto;
    height: auto;
}
p.thanks {
    font-size: 18px;
    font-style: italic;
    color: #000;
    font-weight: 700;
    margin-top: 45px;
}
.remove_work_experience,
.remove_work_experience a{
    font-size: 16px;
    font-weight: 800;
    color: #e53030;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
}

.security-tabs {
    margin: -46px 0 0;
}
.security-tabs ul.tab {
    padding: 16px 10px 20px;
    background: transparent;
    border: solid 1px #c5c5c5 !important;
    box-shadow: none;
    border-radius: 0px;
    margin: 0px;
    border-top: 0px !important;
    border-bottom: none !important;
}
.security-tabs ul.tab  li a {
    color: #040c1e;
    padding: 9px 25px;
    border-radius: 4px !important;
    font-size: 16px;
    border: solid 1px #ddd;
    background: #e7e7e7;
}
.security-tabs ul.tab  li a.active,
.security-tabs ul.tab  li a.active:hover{
    border-color: #0088FE;
}
.security-tabs .tabcontentleft {
    width: 100%;
    border: none;
    min-height: auto;
}
.security-tabs > div {
    border-radius: 0 0 8px 8px;
    border: solid 1px #c5c5c5 !important;
    border-top: none !important;
    padding: 10px 20px 30px;
}
select.cahngereq {
    height: 26px;
    border: solid 1px #DDD;
    padding: 0 4px 0;
    border-radius: 5px;
    font-size: 13px;
}
select.cahngereq ~ a {
    padding: 3px 13px;
    font-size: 13px;
    color: #000;
    margin: 0;
    height: 26px;
}
select.cahngereq ~ a:hover{color: #fff;}

.userprofilemenu li ul {
    padding: 0 25px;
    /* border-top: solid 1px #ddd; */
    margin: 8px 0 0;
}
.userprofilemenu li ul li {
    padding: 4px 0px;
}
.userprofilemenu li ul li a {
    font-size: 14px;
}
span.range_label span.range_label_max {
    float: right;
}
.work_exp_profile table {
    border: solid 1px #ddd;
}
.work_exp_profile th, .work_exp_profile td {
  border: solid 1px #ddd;
  padding: 5px 10px;
}
.work_exp_profile th {
    background: #0a1123;
    color: #0088FE;
    border: solid 1px #3a3931;
}
.slider_range_search{
    position: relative;
}
.slider_range_search input[type="range"] + output {
  background-color: #fed600;
  position: absolute;
  bottom: -15px;
  left: auto;
  padding: 5px 15px;
  text-align: center;
  border-radius: 4px;
  color: #0a1123;
}
.slider_range_search input[type="range"] + output:after {
    position: absolute;
    content: '';
    background: #fed600;
    right: auto;
    top: -5px;
    width: 10px;
    height: 10px;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
}
.head_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.head_filter h3{
    margin-bottom: 0px !important;
}
.head_filter select {
    border: 1px solid #DDDDE9;
    background: #FFFFFF;
    font-size: 14px;
    font-family: 'Manrope', sans-serif !important;
    height: 50px;
    color: #040C1E !important;
    border-radius: 5px;
    max-width: 250px;
    padding: 0 15px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E%3Cpath id='Right' d='M1.41 0 0 1.41 4.58 6 0 10.59 1.41 12l6-6Z' transform='translate(12) rotate(90)' fill='%23707070'/%3E%3C/svg%3E");
}
.assignment_customer_sec {
    background-color: #f8f8fa;
    padding: 0px 0 70px;
}

.assignment_customer_sec .quiz .quiz__answers .quiz__answer {
    display: flex;
    align-items: flex-start;
}
.assignment_customer_sec .quiz .quiz__answers .quiz__answer input {
    height: auto;
    vertical-align: top;
    margin: 6px 0 0;
    cursor: pointer;
}
.assignment_customer_sec .quiz .quiz__answers .quiz__answer label {
    padding-top: 0;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    font-size: 18px;
    color: #040C1E !important;
}
.assignment_customer_sec .quiz,
.assignmentresult{
    margin-block: 0;
    padding-top: 30px;
    background: #fff;
    padding: 30px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 15px 15px 40px rgba(4, 12, 30, 0.08);
    border-radius: 5px;
    width: 100%;
}
.assignment_customer_sec .quiz .quiz__answers {
    grid-template-columns: 1fr 1fr;
    padding: 20px 0 30px;
}
h4.otherusernotallowd {
    color: #ff0000;
    font-size: 18px;
}
.receiver_username_at span:first-child {
    margin-right: 4px;
}
p.loaderinfotxt {
    background: #0088FE;
    color: #000;
    padding: 10px;
    font-size: 22px;
    margin-top: 20px;
    display: block;
    font-weight: 700;
}
form#extrausefulresources h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    margin: 0px 0 40px;
}

@media (max-width:991px){
    #profile .author-input-cls > * {
        max-width: 100%;
        flex: 100%;
        padding: 0;
        position: relative;
    }
    .leftside-editprofile{
        order: 2;
        margin-top: 30px;
    }
    .rightside-editprofile .upload-img{
        margin: 0 auto;
    }
    .navbar-toggler {
        padding-right: 0;
    }
    .filteroptions > .filteroptions_inner {
        grid-template-columns: 1fr 1fr;
    }
    .woocommerce-cart .entry-content{
        padding: 40px 0 !important;
    }

}   
@media (max-width:767px){    
    .filteroptions > .filteroptions_inner {
        grid-template-columns: 1fr;
    }
}
@media (max-width:575px){    
    .user-search-contentblock .filter-outer-section > div:not(:last-child) {
        padding-right: 0;
        width: 100%;
        margin: 0 0 10px;
    }
   .all-positions {
        grid-template-columns: 1fr !important;
    }
}

/*course list 14-02-2023*/

.coursefilter-list .dcs_pag_loading {
    padding: 0;
    background: transparent !important;
}
.coursefilter-list .dcs_universal_container .row > * {
    padding: 0 15px;
}
.coursefilter-list .course__div {
    max-width: 100% !important;
    margin: 30px 0 0 0 !important;
}
.coursefilter-list .dcs_universal_container .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.course-filter-design {
    padding: 34px 20px;
    column-gap: unset !important;
    background: #F8F8FA;
    border-radius: 10px;
    border: 1px solid #DDDDE9 !important;
    margin-bottom: 37px;
    margin-top: 110px;
}
.filterlabel {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif !important;
    line-height: 22px;
    color: #201B53;
    margin-bottom: 0;
    padding-right: 12px;
}
button.btn.coursefilter.theme-btn {
    padding: 13px 36px;
    width: 100%;
}
.coursefilter-list{
    padding-bottom: 120px;
}
.notselecterror {
    color: red;
    margin-top: -10px;
    margin-bottom: 15px;
}

.global-breadcrump .main-heading h1 {
    line-height: 75px;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    margin-bottom: 27px;
}
.global-breadcrump .main-heading {
    padding: 100px 15px 140px;
    background: url(assets/images/inner-banner.jpg);
    position: relative;
}
.inner_banner_content  h1{
    line-height: 75px;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    margin-bottom: 27px;
}
.inner_banner_content  > p{
    font-family: 'Manrope', sans-serif;
    line-height: 29px;
}
.global-breadcrump .heading p {
    line-height: 29px;
}
.global-breadcrump .breadcrumb {
    background: #040C1E;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px 10px 00 0;
    padding: 15px 15px;
    line-height: 26px;
    margin: 0 auto;
    font-family: 'Barlow', sans-serif !important;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 320px;
    bottom: 0;
    justify-content: center;
}
.global-breadcrump .breadcrumb p {
    color: #0088FE;
    font-weight: 700;
    font-family: 'Barlow', sans-serif !important;
    font-size: 22px;
}
#coursefilter {
    display: flex;
    position: relative;
    align-items: center;
}
.filter_submit span.error {
    position: absolute;
    bottom: -30px;
    right: 0;
}
/*#coursefilter .filterlabel {
    padding-right: 30px;
}*/
.filtercourse input, .filtercourse select {
    border: 1px solid #DDDDE9;
    background: #FFFFFF;
    font-size: 14px;
    font-family: 'Manrope', sans-serif !important;
    height: 50px;
    color: #040C1E !important;
    border-radius: 5px;
/*    min-width: 250px;*/
    padding: 0 15px;
    font-weight: 500;
}
.filtercourse input::placeholder{
    color: #040C1E !important;
}
#coursefilter {
    display: flex;
    flex: auto;
    justify-content: space-between;
    align-items: center;
}
#coursefilter > * {
    max-width: calc(20% - 10px);
    flex: calc(20% - 10px);
}
p.average-rating:empty {
    display: none;
}
.coursefilter-list .dcs-universal-pagination ul li:first-child, 
.coursefilter-list .dcs-universal-pagination ul li:last-child {
    width: 40px;
    display: inline-block;
    height: 40px;
    background: #040C1E !important;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    transition: all 0.4s ease-in-out;
    margin: 0;
}
.coursefilter-list .dcs-universal-pagination ul li:first-child:hover,
.coursefilter-list .dcs-universal-pagination ul li:last-child:hover{
    background: #0088FE !important;
}
.coursefilter-list .dcs-universal-pagination ul li{
    background: transparent !important;
    color: #55597D;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700;
}
.coursefilter-list .dcs-universal-pagination ul li.selected,
.coursefilter-list .dcs-universal-pagination ul li:hover{
    background: transparent !important;
    color: #040C1E !important;
}
.coursefilter-list .dcs-universal-pagination {
    text-align: center;
    margin-top: 50px;
}



/*Deeksha 16-02-2023*/
.course__footer a {
    display: flex;
    align-items: center;
}
.user-search-inner {
    padding: 50px 0;
    background: #F8F8FA;
    background-image: url(assets/images/line-shape.png);
    background-size: cover;
    background-position: center center;
}
.user-search-inner h2{
    font-size: 35px;
    font-family: 'Manrope', sans-serif;
    line-height: 48px;
    margin-bottom: 20px;
}
.user-search-inner p{
    max-width: 630px;
    font-size: 18px;
    line-height: 29px;
    color: #040C1E;
    font-weight: 500;
}
.user-search-contentblock h3 {
    padding-top: 60px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 42px;
}

.user-search-contentblock .filter-outer-section > div:not(:last-child) {
    padding-right: 20px;
}
.user-search-contentblock  #user_search_name {
    border: 1px solid #DDDDE9;
    background: #FFFFFF;
    font-size: 14px;
    font-family: 'Manrope', sans-serif !important;
    height: 50px;
    color: #040C1E !important;
    border-radius: 5px;
    min-width: 250px;
    padding: 0 15px;
    font-weight: 500;
}
.user-search-contentblock .filter_search {
    width: auto;
}

.filteroptions label {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #112E4F;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}
.filteroptions select, .filteroptions input[type="text"] {
    height: 50px;
    background: #F8F8FA;
    border: 1px solid #DEE3F0;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.filteroptions input[type="range"]{
    height: auto;
    width: 100%;
    padding: 0;
}
.user-search-contentblock .filteroptions > div{
    margin-bottom: 20px;
}
.status-inner {
    display: flex;
    align-items: center;
}
.status-inner .user_search_status {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}
.status-inner > div {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.status-inner span {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}
.status-inner .user_search_status {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    cursor: pointer;
    appearance: none;
    background: #0088FE;
    position: relative;
}
.status-inner .user_search_status:checked:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 10px;
    left: 5px;
    top: 2px;
    border: 2px solid #201B53;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
}
.status-inner .user_search_status:checked {
    background: #0088FE;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #DDDDE9 !important;
    background: #FFFFFF;
    font-size: 14px;
    font-family: 'Manrope', sans-serif !important;
    height: 50px !important;
    color: #040C1E !important;
    border-radius: 5px !important;
/*    min-width: 250px;*/
    width: 100%;
    padding: 0px 15px;
    font-weight: 500;
}
#coursefilter > * .select2-container {
    width: 100% !important;
}
.select2-selection__rendered{
    line-height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true]:hover{
    background-color: #040C1E !important;
    color: #fff !important;
}
.select2-results__option {
    color: #55597D;
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background: transparent !important;
    color: #55597D !important;
}
.select2-container--default .select2-selection--single[aria-expanded=true]{
    border-radius: 5px 5px 0 0 !important;
}
.select2-dropdown{
    border: 1px solid #DDDDE9 !important;
    border-top: 0 !important;
}
.select2-results__options::-webkit-scrollbar {
    width: 8px;
}
 
.select2-results__options::-webkit-scrollbar-track {background: #F8F8FA;border-radius: 50px;}
 
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #040C1E;
  border: 2px solid #F8F8FA;
  border-radius: 50px;
}
.user-search-contentblock {
    padding-bottom: 50px;
}
.chat-block-figure {
    margin-top: 110px;
}
.student-content {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}
.chat-block-figure .card {
    border: 0;
}
.chat-list li {
    background: #fff !important;
    border: 0 !important;
    margin-bottom: 15px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 3%);
    border-radius: 5px;
    min-height: 80px;
}
.chat-list li.active {
    background: #f4f7fc !important;
}
.chat-user-name {
    font-weight: 800;
    color: #040C1E;
    margin-bottom: 0;
}
.chat_message_pannel img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.chat-list {
    overflow-y: auto;
    /* padding: 1rem; */
}
.chat-list .flex-grow-1.ms-3 p {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.chat-block-figure #chat_message {
    height: 50px;
    border-radius: 50px;
    padding: 9px 20px;
    resize: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
.message-area {
    position: relative;
    margin-top: 8px;
}
.message-area button {
/*    position: absolute;
    right: 6px;
    top: 6px;*/
    border-radius: 40px;
    padding: 7px 30px;
    color: #040C1E;
    background: #0088FE;
    border: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}
.chat-block-main{
    padding-bottom: 110px;
}
.message-area button:hover {
    color: #fff;
    background: #040C1E;
}
.chat_messages.user2 .card-header,
.chat_messages.user1 .card-header {
    border: 0;
    background: transparent;
    padding: 0 !important;
}
.chat_messages.user2 .card-header p {
    padding-right: 25px;
}
.chat_messages.user2 .card-body {
    background: #040c1e;
    border-radius: 17px 17px 17px 0;
    color: #fff;
}
.chat_messages.user2 .card-body p,
.chat_messages.user1 .card-body p {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.chat_messages.user1 .card-header {
    justify-content: end;
    flex-direction: row-reverse;
}
.chat_messages.user1 .card-body {
    text-align: right;
    background: #f4f7fc;
    border-radius: 17px 17px 0px 17px;
}
.chat_messages.user1 {
    max-width: 50%;
    margin-left: auto;
    margin-bottom: 20px;
}
.chat_messages.user2 {
    max-width: 50%;
    margin-right: auto;
    margin-bottom: 20px;
}
.chat_messages.user1 .card-header p{
    margin-left: 25px;
}
.myaccount-section .container, .login-section .container{
    max-width: 1290px;
}
.profile-detail .profile-detail-inner h2{
    font-size: 35px;
    font-family: 'Manrope', sans-serif;
    line-height: 48px;
    margin-bottom: 20px;
}
.profile-detail-inner p {
    max-width: 100%;
    font-size: 18px;
    line-height: 29px;
    color: #040C1E;
    font-weight: 500;
}

.profile-detail-inner {
    padding: 50px 0;
    background: #F8F8FA;
    background-image: url(assets/images/line-shape.png);
    background-size: cover;
    background-position: center center;
}
.profile-detail-block {
    margin-top: 110px;
    box-shadow: 0 3px 20px rgb(97 162 229 / 20%);
    margin-bottom: 110px;
    border-radius: 10px;
}
.profile-details h6 {
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    color: #040c1e;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    line-height: 28px;
    padding-right: 15px;
}
.profile-details {
    padding-top: 30px;
}
.profile-details > div {
    padding: 8px 0px;
    border-bottom: 1px solid #f4f7fc;
    flex-wrap: wrap;
}
.work_profile_info_detail {
    max-width: 100%;
    flex: 100%;
}
.profile-details > div:last-child{
    border-bottom: 0;
}
.profile-detail-block h3 {
    margin-bottom: 0;
}
.profile-left img {
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
    width: 200px;
}
.profile-left h5 {
    font-weight: 700;
    font-size: 25px;
    font-family: 'Manrope', sans-serif;
    line-height: 48px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.profile-details p {
    text-transform: capitalize;
}
.profile-left p {
    margin-bottom: 10px;
    font-weight: 800;
}
.profile-left i {
    color: #0088FE;
}

/*17-02-2023*/

table.GeneratedTable td a:hover {
    background: #040c1e;
    color: #0088FE;
}
.profile-left {
    padding: 30px 0;
}
.information-profile > * {
    max-width: 50%;
    flex: 50%;
}
.filter-result > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
    width: 20%;
}
.complete_course_item span {
    max-width: 25px;
    padding-right: 10px;
    flex: 25px;
    font-weight: 600;
}
.complete_course_item > *:last-child {
    max-width: calc(100% - 35px);
    flex: calc(100% - 35px);
}
.complete_course_item {
    display: flex;
    flex-wrap: wrap;
}
.customer-listing {
    padding-right: 0;
}
.filter-user-hireblock .theme-btn{
    width: 100%;
}
.all-course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}
.all-course h3 {
    margin-bottom: 0 !important;
}
.dev-courselist tr td {
    padding: 20px 0;
}
.dev-courselist .coursetitle{
    font-size: 18px;
    font-weight: 800;
    line-height: 29px;
    font-family: 'Manrope', sans-serif;
}
.dev-courselist .btnsblock {
    width: 12% !important;
}
.dev-courselist .btnsblock a {
    display: block !important;
    margin-bottom: 8px;
}
.dev-courselist .btnsblock a:last-child{
    margin-bottom: 0 !important;
}
.dev-courselist tr:last-child{
    border: 0 !important;
}
.dev-courselist tr td {
    padding: 25px 8px;
}

.dev-courselist tr td:first-child{
    padding-left: 0;
}
.dev-courselist tr td:last-child{
    padding-right: 0;
}
td.courseimg-main {
    width: 15%;
}
.new-course-title {
    position: relative;
}
.new-course-title h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 0;
}
.new-course-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-course-data {
    margin-top: 60px;
    padding-bottom: 110px;
}
.multisteptab input[type="text"],
.multisteptab select {
    height: 50px;
    background: #F8F8FA;
    border: 1px solid #DEE3F0;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.multisteptab h2{
    margin-bottom: 10px;
}
.radio-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.multisteptab input[type="radio"]:checked:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 0;
    background: #0088FE;
    border-radius: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*.select2-container{
    width: 100%;
}*/


/*20-02-2023*/
.editcourse-stepper .label {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #112E4F;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}
.editcourse-stepper input,
.editcourse-stepper select{
    height: 50px;
    background: #F8F8FA;
    border: 1px solid #DEE3F0;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-weight: 900;
}

/* Custom Tooltip  */
.help-tip {
    position: relative;
    top: 16px;
    right: 16px;
    text-align: center;
    background-color: #040c1e;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 26px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  }
  
  .help-tip:hover {
    cursor: pointer;
    background-color: #ccc;
  }
  
  .help-tip:before {
    content: '?';
    font-weight: 700;
    color: #fff;
  }
  
  .help-tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #040c1e;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  }
  
  .help-tip:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
  }
  
  .help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #040c1e;
    right: 10px;
    top: -12px;
  }
  
  .help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
  }
  
  .help-tip a {
    color: #fff;
    font-weight: 700;
  }
  
  .help-tip a:hover, .help-tip a:focus {
    color: #fff;
    text-decoration: underline;
 }
 .wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3545;
 }
 .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
 }
 .wpcf7-not-valid-tip {
    text-align: left;
 }
 .questionnaire-success-message a:hover {
    color: #040c1e !important;
 }
 span#currency_sign {
    display: flex;
    height: 50px;
    align-items: center;
}
.chat_message_layout .chat_messages .text-muted {
    padding-left: 10px;
}
.assignment_customer_sec {
    background-color: #f8f8fa;
}
.assignment_customer_sec .quiz{
    margin-block: 0;
    padding-top: 30px;
}
#courseLearn ul#courselectures_diff li {
	display: flex;
	align-items:center;
	justify-content:space-between;
}
#courseLearn ul#courselectures_diff .lecactive {
    background-color: #0088FE !important;
    color: #000 !important;
}
#courseLearn ul#courselectures_diff .read_already {
    background-color: #eeefef !important;
    color: #000000 !important;
    transition: all 0.3s ease-in-out;
}
#courseLearn ul#courselectures_diff .lecactive.read_already {
    background-color: #0A1123 !important;
    color: #fff !important;
}
.toggle_accor_course {
    cursor: pointer;
    user-select: none;
}
.contentblock_files ul  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contentblock_files ul li {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.contentblock_files ul li.extra_doc_cio i {
    font-size: 50px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
/* Recruiter Filter CSS 5 April 2023 */
.filter_cont_recruiter .filteroptions{
	position: unset;
	width: 100%;	
}
.multisteptab select.invalid {
	background-color: #ffdddd !important;
	border-color: #ff000040 !important;
}

/*11-04-2023*/

.form-inner-items .form-group .ui.input {
    display: flex;
    flex-wrap: wrap;
}
.form-inner-items .form-group i.calendar.icon {
    height: 50px !important;
}
.work_profile_info:not(:last-child) {
    margin-bottom: 10px;
}
.useful_link li a {
    color: #fff;
}
.useful_link li a:hover{
    color: #0088FE !important;
}
.error {
    display: block;
    color: red;
}
.new-position .create_new_position  {
    margin-bottom: 20px;
}
.new-position-create input[type="text"], .new-position-create select {
    height: 50px;
    background: #F8F8FA;
    border: 1px solid #DEE3F0;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.new-position-create .error::placeholder{
    color: red !important;
}
.new-position-create textarea{
    height: 120px;
    background: #F8F8FA;
    border: 1px solid #DEE3F0;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    resize: none;
}
.new-position-create label {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #112E4F;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}
.new-position-create  .form-group {
    margin-bottom: 30px;
}
.success_position {
    color: green;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 20px 0;
    display: block;
}
.failed_position {
    color: red;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 20px 0;
    display: block;
}
.all-positions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.positions-items {
    padding: 20px;
    border: 1px solid #DEE3F0;
    position: relative;
}
.positions-items h3 {
    font-size: 20px;
    margin-bottom: 5px !important;
}
.positions-items > div {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 15px;
}
.positions-items ul li {
    color: #000;
    line-height: 20px;
    display: inline-block;
    padding-left: 10px !important;
    margin-left: 10px;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
    list-style-type: circle;
}

.positions-items ul.positionmeta li {
    display: inline-block;
    padding-right: 15px !important;
    margin-right: 10px;
    text-transform: capitalize;
    font-size: 16px;
    color: #939c9b;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    position: relative;
    padding-left: 0 !important;
    margin-left: 0;
    margin-bottom: 0;
}
.positions-items ul li:before {
    position: absolute;
    left: -7px;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    content: '';
    background: #040c1e;
    margin: auto;
    border-radius: 100%;
}
.positions-items ul.positionmeta li:not(:last-child):before{
    position: absolute;
    right: 0;
    width: 4px;
    height: 4px;
    top: 0;
    bottom: 0;
    content: '';
    background: #939c9b;
    margin: auto;
    border-radius: 100%;
    left: unset;
}
.positions-items ul.positionmeta li:last-child:before{
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #939c9b;
    margin: auto;
    border-radius: 100%;
    left: unset;
}
.positiondeleting {
    background: #9f7b7b5e;
    opacity: 0.5;
}

/*Course Learning*/

#courselectures_diff li p {
	margin-bottom: 0;
}

/****** Chat BOX ****** 12-04-2023*/
.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    box-shadow: 0 3px 20px rgb(97 162 229 / 20%);
    min-height: calc(100% - 1rem);
}
.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 5px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #F8F8FA;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #040C1E;
    border-radius: 40px;
}
.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}
.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}
.chat-list .active {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00db75;
    border-radius: 50%;
    border: 2px solid #fff;
}
.chat-list h4 {
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}
.chat-list a.chat-member {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}
.msg-search .form-control {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
    color: #222;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 40px;
}
.send-box .form-control {
    display: block;
    max-width: calc(100% - 100px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    height: 40px;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.chat-icon {
    display: none;
}
.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}
.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}
.msg-body {
    padding: 1rem;
}
.msg-body ul {
    overflow: hidden;
}
.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}
.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}
.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}
.divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}
.msg-body ul li.sender .sender_inner_cont_chat:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: -7px;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}
.msg-body ul li.sender .sender_inner_cont_chat {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}
.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;

}
.msg-body ul li.repaly .reply_inner_cont_chat:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    bottom: -8px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #fdf8db transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}
.msg-body ul li.repaly .reply_inner_cont_chat {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    padding: 15px;
    background: #fdf8db;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    position: relative;
}
.msg-body ul li.repaly .reply_inner_cont_chat img,
.msg-body ul li.repaly .reply_inner_cont_chat i,
.msg-body ul li.sender .sender_inner_cont_chat img,
.msg-body ul li.sender .sender_inner_cont_chat i{
    margin: 0;
    padding: 0;
}
li.repaly .time {
    margin-right: 20px;
    text-transform: capitalize;
}
.msg-body ul li.repaly:after {
    display: block;
    content: "";
    clear: both;
}
.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}
.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.send-box button {
    border: none;
    background: #fcd505;
    padding: 10px 19px;
    color: #000;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
}
.send-box button i {
    margin-right: 5px;
}
.send-btns .button-wrapper {
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #f6f7fa;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
span.fnames {
    margin-left: 8px;
}
.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}
.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}
#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.closess i {
  display: none;
}

.toggle_btn_cont .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    margin: 0 10px
}

.toggle_btn_cont .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle_btn_cont .tog_btn_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_btn_cont .tog_btn_slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle_btn_cont input:checked + .tog_btn_slider {
    background-color: #0088FE;
}
.toggle_btn_cont input:focus + .tog_btn_slider {
  box-shadow: 0 0 1px #e7c50f;
}

.toggle_btn_cont input:checked + .tog_btn_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.toggle_btn_cont {
    margin-bottom: 15px;
}
.toggle_btn_cont > span {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 14px;
}
/* Rounded sliders */
.toggle_btn_cont .tog_btn_slider.round {
  border-radius: 34px;
}

.toggle_btn_cont .tog_btn_slider.round:before {
  border-radius: 50%;
}

.work-expgrp-box{
    margin-bottom: 25px;
}

@media (max-width: 767px) {
  .chat-icon {
    display: block;
    margin-right: 5px;
  }
  .chatlist {
    width: 100%;
  }
  .chatbox {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    background: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }
  .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
  }
  .msg-head h3,
  .chat-list h4 {
    font-size: 14px;
  }
  .msg-head p {
    font-size: 12px;
  }
  .msg-head .flex-shrink-0 img {
    height: 30px;
  }
  .chat-list h3 {
    font-size: 14px;
  }
  .chat-list p {
    font-size: 12px;
  }
  .msg-body ul li.sender p {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}


/************* 13-04-2023 ********************/
.introduction-container {
    position: relative;
}
.single .enroll_button_plus_favrouite {
    display: flex;
    flex-wrap: wrap;
}
.single .enroll_button_plus_favrouite .filter-user-starsign {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.single .filter-user-starsign .fa-star-o{
    color: #dddddd;
}

.filter-user-heart i{
    font-size: 30px !important;
}



.course-chapters-sec .course-content-tabs .courseinrlearn .courseinrlearn-inner li p {
    font-size: 16px;
    display: block;
    font-weight: 700;
}
.course-chapters-sec .course-content-tabs .courseinrlearn h3.courselectures svg {
    width: 13px;
    height: 13px;
    transition: all 0.3s ease-in-out;
}
#youritem .fade.in {
    animation-name: fadeIn;
}

#youritem .fade.out {
    animation-name: fadeOut;
}
.course-chapters-sec .course-content-tabs .courseinrlearn .courselectures.active.transform svg {
    transform: rotate(90deg);
}

#courseLearn ul#courselectures_diff .read_already:hover {
    background: #0088FE !important;
    border-bottom: 1px solid #0088FE !important;
    color: #000 !important;
}
.user_div.align-text .average-rating {
    line-height: 20px;
    margin-right: 20px;
}
.review-text {
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 18px;
}
.review-text i {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-left: 6px;
    margin-top: 3px;
}

/*Extra Enrolled Course Files*/

.contentblock_files ul li.extra_doc_cio {
	margin-bottom: 15px;
}
/* Remove author says text from the comments */
.comment-author .says {
  display: none;
}
.chatuserlistimage{
    border-radius: 100%;
    border: 1px solid #000;
    padding: 2px;
    width: 45px !important;
    height: 45px !important;
    object-fit: cover;
}
.chat-list a.activeuser {
    background: #0088FE;
    pointer-events: none;
    border-radius: 5px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    height: 70px;
    cursor: pointer;
}
/* LMS Rating CSS */
label.rating_zero_num {
	display: none !important;
}
.enrollment_stu_count {
	width: 100%;
}
.msgerror {
    position: absolute;
    bottom: 24px;
    right: 120px;
    display: none;
    color: red;
    font-size: 13px;
}
.chatatchmt i {
    font-size: 60px;
    margin: 14px;
}
.chatatchmt img {
    width: 120px;
    margin: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2px;
}
.primary_color {
	color: #0088FE;
}
h3#courseContTitle {
	cursor: text;
}
#course_chapter_content .contentblock_files span.document_title {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
	font-size: 14px;
}
.course-content-details .lecturecontent .contentblock_files ul li.extra_doc_cio i.fa-file-pdf {
	color: #e1574c;
}
.course-content-details .lecturecontent .contentblock_files ul li.extra_doc_cio i.fa-file-word {
	color: #2b7cd3;
}
#course_chapter_content .contentblock_files a.ext_images_cont_learning {
	width: 90%;
}
#course_chapter_content .contentblock_files a.ext_images_cont_learning img {
    width: 100%;
    height: 100px;
	border-radius: 10px;
}
.course-content-tabs h3.courselectures.active {
    background: #e7e7e7 !important;
}

/*18-04-2023*/
.coursesteps form > .examquestions {
    margin-bottom: 25px;
}
.coursesteps input[value="Previous"] {
    background: #040c1e;
    color: #fff;
    box-shadow: 4px 9px 20px rgb(4 12 30 / 24%);
    border-color: #040c1e;
    max-width: fit-content;
        width: auto;
    padding: 0 30px;
}
.coursesteps.step-5 .inputfields {
    margin-bottom: 25px;
}
#courseLearn .courseinrlearn-inner.togg_content {
   display: none;
}
#courseLearn .courseinrlearn-inner.togg_content.showTogg {
   display: block;
}

@media  (max-width:1199px){
    .leftside-editprofile .col-12 {
        width: 100%;
    }
}

.no_reviews_format {
    font-size: 18px;
}
.user_div.align-text .rating {
    display: flex;
    align-items: center;
}
.user_div.align-text .rating .overallratingavg {
    margin-right: 6px;
}
.coursebody #courseReviews .comment-author.vcard {
    position: unset;
    padding: 0 !important;
    width: 100%;
    max-width: 100px;
    flex: 100px;
}
.coursebody #courseReviews .review-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
}
.coursebody #courseReviews .comment-author.vcard img {
    width: 80px;
    height: 80px;
    border: 0;
    margin: 0;
    border-radius: 100%;
    object-fit: cover;
}
.coursebody #courseReviews .custom-comment {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.coursebody #courseReviews .custom-comment:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}

.coursebody #courseReviews .review-content .stars {
    position: absolute;
    right: 0;
    top: 0;
}
.coursebody #courseReviews .review-content .comment-meta.commentmetadata {
    font-size: 16px;
}
.coursebody #courseReviews .review-content .fn {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    font-family: 'Manrope', sans-serif;
}
.coursebody #courseReviews  .commentfilter ul {
    display: flex;
    flex-wrap: wrap;
}
.coursebody #courseReviews  .commentfilter ul li.active a {
    background: #0088FE;
    border-color: #0088FE;
    font-weight: 500;
    color: #000;
}
.coursebody #courseReviews  .commentfilter ul li.active{
    background: transparent !important;
}
.coursebody #courseReviews  .commentfilter ul li a {
    padding: 3px 14px;
    border: 1px solid #000;
    border-radius: 23px;
    display: inline-block;
    color: #000;
    font-weight: 500;
}
.coursebody #courseReviews .commentfilter li:not(:last-child) {
    margin-right: 20px;
}









@media (max-width:575px){
     .coursebody #courseReviews .review-content .stars{
        position: unset;
    }
    .coursebody #courseReviews .custom-comment{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .coursebody #courseReviews .comment-author.vcard img{
        width: 55px;
        height: 55px;
    }
    .coursebody #courseReviews .comment-author.vcard{
        max-width: 65px;
        flex: 65px;
    }
    .coursebody #courseReviews .review-content{
        max-width: calc(100% - 65px);
        flex: calc(100% - 65px);
    }
}
.left-content-set {
    display: flex;
    align-items: center;
}
#course_progress_count {
    margin-left: 13px;
    color: #fff;
    background: #0A1123 !important;
    display: inline-block;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
}
.assignment_customer_sec {
    margin-top: 110px;
    background: transparent;
    padding-bottom: 0;
}
.assignment_customer_sec #assignmentretake {
    padding: 34px 20px;
    background: #F8F8FA;
    border-radius: 10px;
    border: 1px solid #DDDDE9 !important;
}
.retakediv p {
    font-weight: 700;
    color: #000;
    font-size: 18px;
}
.buttonsbl a {
    border: 1px solid #0088FE;
    background: #0088FE;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px 10px 4px;
    border-radius: 3px;
    white-space: nowrap;
    transition: all ease-in-out .5s;
}
.select2-selection__choice {
    background: #0088FE !important;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    border: 0 !important;
    line-height: 30px !important;
    vertical-align: middle !important;
}

.select2-selection__choice__remove {
    border: 0 !important;
    color: #000 !important;
    font-size: 22px !important;
}

.preloader_assignment {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #Fff;
    z-index: 9999;
}
.preloader_assignment .preloader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.preloader-inner .loaderimg {
    max-width: 350px;
}

/*Membership Page Styles*/

.membershipouter .section-1 .section-1-1 .container .link-groups .link-1,
.membershipouter .section-3 .section-3-1 .container .link-1 {
    background: #0088FE;
    color: #f0eeeb;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.membershipouter {
    width: 100%;
}

.membershipouter .login-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 75px 0px;
    row-gap: 50px;
}
.membershipouter .login-section .section-4-1, .membershipouter .login-section .section-4-2 {
    width: 60%;
    display: flex;
    justify-content: center;
}
.membershipouter .login-section .section-4-1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
.membershipouter .login-section .section-4-1 .container h1 {
    font-size: 40px;
    line-height: 42px;
    color: #040C1E;
    text-align: center;
}
.membershipouter .login-section .section-4-1 .container p {
    color: #425466;
    line-height: 24px;
    text-align: center;
}
.membershipouter .login-section .section-4-2 .container div.pricing-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}
.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
}
.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-header .pricing-checkbox {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-header .pricing-checkbox span {
    font-size: 14px;
    color: #425466;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-header .pricing-checkbox>div {
    width: 45px;
    background: #0088FE;
    height: 24px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-header .pricing-checkbox>div div {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #fff;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-header .pricing-checkbox>div.anually div {
    left: unset;
    right: 3px;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div {
    display: none;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div {
    display: flex;
    column-gap: 17px;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card {
    padding: 25px;
    border-radius: 8px;
    width: 33%;
    position: relative;
    border: 1px solid #b5b6b87d;
    box-shadow: 1px 1px #b5b6b86e;
    height: fit-content;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-header {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-header .card-price {
    font-size: 26px;
}
.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-header .card-price span {
    font-size: 14px;
    color: darkgray;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-header p {
    color: #425466;
    line-height: 24px;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-body {
    padding-top: 25px;
    border-top: 1px solid lightgray;
    margin-top: 15px;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-body ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-body ul li {
    color: #b5b6b8;
    position: relative;
    font-size: 14px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-body ul li img {
    width: 20px;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-body ul li::before {
    color: #0088FE;
    font-weight: bold;
    width: 20px;
    margin-left: -18px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-footer {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card .card-footer a {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #0088FE;
    border: 1px solid #0088FE;
    box-shadow: 4px 9px 20px rgba(4, 12, 30, 0.17);
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #040C1E;
    padding: 13px 40px;
    transition: all ease-in-out .5s;
    margin: 20px 0;
    width: auto;
    height: auto;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card:nth-of-type(2) .card-footer button {
    background: #0088FE;
    color: #fff;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card:nth-of-type(2) .card-footer button:hover {
    background: transparent;
    color: #b5b6b8;
}

.membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div.active {
    display: block;
}


@media only screen and (max-width: 1200px) {

    .membershipouter .login-section {
        padding: 65px 0px 35px 0px;
    }
    .membershipouter .login-section .section-4-1, .membershipouter .login-section .section-4-2 {
        width: 90%;
    }
    .membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }
    .membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card {
        width: calc(50% - 10px);
        height: unset;
    }
    .membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
   
    .membershipouter .login-section .section-4-2 .container div.pricing-body .pricing-body-plans>div>div .card {
        width: 100%;
        height: fit-content;
    }
}

.membershipswitch {
    border: none;
    padding: 0;
    white-space: nowrap;
}

.membershipswitch label {
    display: inline-block;
    line-height: 2;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.membershipswitch input {
    opacity: 0;
    position: absolute;
}

.membershipswitch label:first-of-type {
    padding-right: 5em;
}

.membershipswitch label:last-child {
    margin-left: -4.25em;
    padding-left: 5em;
}

.membershipswitch:focus-within label:first-of-type:after {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2196f3;
}

/* polyfill class*/
.membershipswitch.focus-within label:first-of-type:after {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2196f3;
}

/* making the switch UI.  */
.membershipswitch label:first-of-type:before,
.membershipswitch label:first-of-type:after {
    border: 1px solid #aaa;
    content: "";
    height: 2em;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    vertical-align: middle;
}

.membershipswitch label:first-of-type:before {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100%;
    position: absolute;
    right: -.075em;
    transform: translateX(0em);
    transition: transform .2s ease-in-out;
    width: 2em;
    z-index: 2;
}

.membershipswitch label:first-of-type:after {
    background: #222;
    border-radius: 1em;
    margin: 0 1em;
    transition: background .2s ease-in-out;
    width: 4em;
}

.membershipswitch input:first-of-type:checked ~ label:first-of-type:after {
    background: #2196f3;
}

.membershipswitch input:first-of-type:checked ~ label:first-of-type:before {
    transform: translateX(-2em);
}

.membershipswitch input:last-of-type:checked ~ label:last-of-type {
    z-index: 1;
}
main.membershipouter .container {
    min-width: 1280px !important;
}


/*24-04-2023*/
footer .container-fluid{
    max-width: 1835px;
    margin: auto;   
}
#course_slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#course_slider .slick-list {
    order: 1;
}
#course_slider .slick-arrow,
#course_slider .slick-dots{
    position: relative !important;
    left: 0;
    right: 0;
}
#course_slider .slick-dots{
    bottom: 0;

}
.course_content_inner .slick-prev{
    order: 2;
}
.course_content_inner .slick-dots{
    max-width: fit-content;
    order: 3;
}
.course_content_inner .slick-next{
    order: 4;
    right: 0;
}
.course_content_inner .slick-arrow{
    bottom: -26px !important;
}

/********** Membership page 25-04-2023  *************/
.compare-pricing {
    padding: 45px 40px;
    box-shadow: 10px 15px 20px rgba(51, 95, 194, 0.07);
    border-radius: 10px;
    background: #040C1E;
    color: #fff;
    position: relative;
    margin: 50px 0;
    text-align: center;
}
.compare-pricing h3{
    color: #fff;
    font-size: 28px;
}
.compare-box h4 {
    font-weight: 600;
    color: #0088FE;
    font-size: 22px;
}
.radio-box {
    display: flex;
    align-items: center;
    column-gap: 40px;
    color: #fff;
    margin-top: 15px;
    justify-content: center;
}
.compare-box {
    margin-top: 30px;
}
.label-box input[type="radio"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 5px;
    position: relative; 
}
.label-box input[type="radio"]:checked:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background: #0088FE;
    border-radius: 100%;
    margin: auto;
}
.label-box {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.label-box span {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}
.pricing-plan {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-left: 1px solid rgb(223, 225, 230);
    border-bottom: 1px solid rgb(223, 225, 230);
    border-top: 1px solid rgb(223, 225, 230);
}
.pricing-title {
    padding: 20px 25px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #040C1E;
    background: rgb(251 251 251);
}
.pricing-block {
    text-align: center;
}
.big-heading {
    font-size: 54px;
    font-weight: 600;
    line-height: 54px;
    margin: 0 0 8px;
    color: #040C1E;
}
.estimated {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.per-month {
    font-weight: 500;
}
.pricing-block,
.package-detail {
    padding: 45px 20px;
}
.package-detail{
    border-top: 1px solid rgb(223, 225, 230);
}
.btn-bottom {
    margin: 30px 0 0;
}
.package-detail ul li:first-child{
    padding-top: 0;
}
.pricing-plan-item {
    border-right: 1px solid rgb(223, 225, 230);
}
.package-detail h5 {
    font-weight: 700;
    font-size: 20px;
    padding: 0px 0px 0px 46px;
}
.package-detail ul li {
    padding-top: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.package-detail ul li svg {
    color: #00875a;
    margin-right: 5px;
}
.compare-features{
    padding-top: 50px;
}
.compare-features p{
    max-width: 720px;
    margin: 0 auto;
}
.compare-features-block-sec {
    margin: 40px 0;
}
.compare-features-block-sec table thead th {
    font-size: 18px;
    padding:15px 20px;
    background: #f7f7f7;
    width: 25%;
}
.compare-features-block-sec tbody tr td {
    padding: 15px 20px;
}
.is-checked {
    background-color: #00875a;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
}
.compare-features-block-sec tbody tr td:not(:first-child),
.compare-features-block-sec thead tr th:not(:first-child) {
    text-align: center;
}
.compare-features-block-sec h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.header-area .active, .header-area  .accordion:hover {
    background-color: transparent !important;
}
.join__div .col-md-6:last-child .dark-theme-btn:hover{
    background: #fff !important;
    border-color: #0088FE !important;
    color: #040C1E !important;
}
.planouterblcks {
    display: none;
}
.planouterblcks.active {
    display: block;
}
.message-area.hidden_chat {
    display: none;
}
.slider__text .blue:before {
    height: 11px;
    position: absolute;
    bottom: 0;
    content: '';
    right: 45px;
    background: url(assets/images/underline-shape.svg);
    width: 361px;
    background-size: cover;
    background-position: center center;
}
.blue {
    color: #FFD600;
}
span.icon-top1.wow.bounceInLeft {
    display: none;
}
.slider__text h3 strong {
    margin-bottom: 6px;
    display: inline-block;
}
.slider__text h1.mb-4 {
    position: relative;
    font-size: 64px !important;
}

.SlideDeck__track {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SlideDeck__slide {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.CategoriesCarousel__category {
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.CategoriesCarousel__category__image {
  max-width: 100%;
}

.CategoriesCarousel__category__link {
    display: inline;
    font-weight: 500;
    font-size: 18px;
    color: #040C1E !important;
    padding: 1.7rem 0px 1.7rem 6px;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}
section#stats_id {
    padding: 60px 0;
    background: #e9f1ff;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    height: auto;
    overflow: hidden;
}

.innerlilst a.CategoriesCarousel__category {
    font-weight: 500;
    font-size: 18px;
    color: #040C1E !important;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}

li.innerlilst {
    padding: 10px 0;
    display: inline-block;
    width: 49.7%;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

/*HOW IT WORK*/
.HowItWorksDesktop__container {
    margin: 96px auto 0;
    text-align: left;
    color: #0e3c48;
}
.HowItWorksDesktop__steps {
    min-width: 723px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.HowItWorksDesktop__title {
    text-align: center;
}
.HowItWorksDesktopStep__step {
    margin-left: 10px;
    margin-right: 35px;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 12px;
    max-width: 474px;
    min-width: 330px;
    height: auto;
}
.HowItWorksDesktopStep__step--active {
    transition: background-color .6s ease-in-out,opacity .6s ease-in-out;
    background-color: #e6f5f9;
    border-radius: 10px;
}
.HowItWorksDesktopStep__step__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.HowItWorksDesktopStep__step__description {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
    color: #4d4d4d;
}
.HowItWorksDesktop__image {
    min-width: 500px;
    width: 53%;
    height: auto;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: 1s HowItWorksDesktop__FadeIn;
}
@keyframes HowItWorksDesktop__FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*Expert page*/

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-cell-block {
  min-height: 75px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: space-evenly;
}

.outer-container {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-color: rgb(244, 252, 255);
}

.inner-container {
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.section-head-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(0, 135, 177);
  margin: 0 0 10px 0;
}

.section-subhead-text {
  font-weight: 600;
    font-size: 21px;
    line-height: 36px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
    text-align: center;
}

.img-wrapper {
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-links {
  width: 125px;
  display: flex;
  justify-content: space-between;
}

.name {
    font-size: 25px;
    font-weight: 700;
    color: #040C1E;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
}

.position {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255 214 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: center;
}
.showfullbtn {
    margin-top: 25px;
    margin-bottom: 20px;
}
.inner-container .responsive-container-block {
    margin-top: 50px;
}
.team-card-container:hover {
    border: 1px solid #ffd600 !important;
    border-radius: 8px;
    background: #fff;
}
.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.team-card-container {
  width: 280px;
  margin: 0 0 40px 0;
  border: 1px solid transparent;
}

@media (max-width: 500px) {
  .outer-container {
    padding: 10px 20px 10px 20px;
  }

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

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}


/*Expert page*/

/*Expert Single*/
/*profile*/
.profile-sidebar {
    float: left;
    width: 300px;
    margin-right: 20px
}

.profile-content {
    overflow: hidden
}

.profile-sidebar-portlet {
    padding: 30px 0 0!important
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px
}
.profile-userbuttons {
    margin: 20px auto;
    text-align: center;
}
.profile-userbuttons a {
    background: #ffd600;
    border: 1px solid #ffd600;
    font-size: 20px;
    padding: 3px 10px;
}

.profile-userbuttons .btn {
    margin-right: 5px
}

.profile-userbuttons .btn:last-child {
    margin-right: 0
}

.profile-userbuttons button {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px
}


.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7
}

.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center
}

.profile-stat-text {
    color: #5b9bd1;
    font-size: 11px;
    font-weight: 800;
    text-align: center
}

.profile-desc-title {
    color: #7f90a4;
    font-size: 17px;
    font-weight: 600
}

.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px
}
.profile-userpic {
    margin: 0 auto;
    text-align: center;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.tab-pane .webinarsblcs .row {
    grid-template-columns: 1fr 1fr;
}
.tab-pane .webinarsblcs {
    padding-top: 0 !important;
}
.tab-pane .all_products_lists .prdContent > h2 {
    min-height: 40px;
}
.tab-pane .download-dropdown.download-dropdown-new {
    display: block;
    margin-bottom: 12px;
}


h2.profiletitle {
    margin-top: 50px;
}

.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px
}

.profile-desc-link a {
    font-size: 14px;
    font-weight: 600;
    color: #5b9bd1
}

@media (max-width:991px) {
    .profile-sidebar {
        float: none;
        width: 100%!important;
        margin: 0
    }
    .profile-sidebar>.portlet {
        margin-bottom: 20px
    }
    .profile-content {
        overflow: visible
    }
}


/*portlet*/
.page-portlet-fullscreen {
    overflow: hidden
}

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px
}

.portlet.portlet-fullscreen {
    z-index: 10060;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.portlet.portlet-fullscreen>.portlet-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px
}

.portlet.portlet-fullscreen>.portlet-title {
    padding: 0 10px
}

.portlet>.portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.portlet>.portlet-title:after,
.portlet>.portlet-title:before {
    content: " ";
    display: table
}

.portlet>.portlet-title:after {
    clear: both
}

.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0
}

.portlet>.portlet-title>.caption.bold {
    font-weight: 400
}

.portlet>.portlet-title>.caption>i {
    float: left;
    margin-top: 4px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    color: #666
}

.portlet>.portlet-title>.caption>i.glyphicon {
    margin-top: 2px
}

.portlet>.portlet-title>.caption>.caption-helper {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400
}

.portlet>.portlet-title>.actions {
    float: right;
    display: inline-block;
    padding: 6px 0
}

.portlet>.portlet-title>.actions>.dropdown-menu i {
    color: #555
}

.portlet>.portlet-title>.actions>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm,
.portlet>.portlet-title>.actions>.btn.btn-sm {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.5
}

.portlet>.portlet-title>.actions>.btn-group>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.btn-default,
.portlet>.portlet-title>.actions>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn.btn-sm.btn-default {
    padding: 3px 9px
}

.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm>i,
.portlet>.portlet-title>.actions>.btn-group>.btn>i,
.portlet>.portlet-title>.actions>.btn.btn-sm>i,
.portlet>.portlet-title>.actions>.btn>i {
    font-size: 13px
}

.portlet>.portlet-title>.actions .btn-icon-only {
    padding: 5px 7px 3px
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default {
    padding: 4px 6px 2px
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default>i {
    font-size: 14px
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen {
    font-family: FontAwesome;
    color: #a0a0a0;
    padding-top: 3px
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.btn-sm {
    padding: 3px!important;
    height: 27px;
    width: 27px
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen:before {
    content: "\f065"
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.on:before {
    content: "\f066"
}

.portlet>.portlet-title>.tools {
    float: right;
    display: inline-block;
    padding: 12px 0 8px
}

.portlet>.portlet-title>.tools>a {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.portlet>.portlet-title>.tools>a.fullscreen {
    display: inline-block;
    top: -3px;
    position: relative;
    font-size: 13px;
    font-family: FontAwesome;
    color: #ACACAC
}

.portlet>.portlet-title>.tools>a.fullscreen:before {
    content: "\f065"
}

.portlet>.portlet-title>.tools>a.fullscreen.on:before {
    content: "\f066"
}

.portlet>.portlet-title>.tools>a:hover {
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    opacity: .8;
    filter: alpha(opacity=80)
}

.portlet>.portlet-title>.pagination {
    float: right;
    display: inline-block;
    margin: 2px 0 0;
    border: 0;
    padding: 4px 0
}

.portlet>.portlet-title>.nav-tabs {
    background: 0 0;
    margin: 1px 0 0;
    float: right;
    display: inline-block;
    border: 0
}

.portlet>.portlet-title>.nav-tabs>li {
    background: 0 0;
    margin: 0;
    border: 0
}

.portlet>.portlet-title>.nav-tabs>li>a {
    background: 0 0;
    margin: 5px 0 0 1px;
    border: 0;
    padding: 8px 10px;
    color: #fff
}

.portlet>.portlet-title>.nav-tabs>li.active>a,
.portlet>.portlet-title>.nav-tabs>li:hover>a {
    color: #333;
    background: #fff;
    border: 0
}

.portlet>.portlet-body {
    clear: both;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.portlet>.portlet-body p {
    margin-top: 0
}

.portlet>.portlet-empty {
    min-height: 125px
}

.portlet.full-height-content {
    margin-bottom: 0
}

.portlet.bordered {
    border-left: 2px solid #e6e9ec!important
}

.portlet.bordered>.portlet-title {
    border-bottom: 0
}

.portlet.solid {
    padding: 0 10px 10px;
    border: 0
}

.portlet.solid>.portlet-title {
    border-bottom: 0;
    margin-bottom: 10px
}

.portlet.solid>.portlet-title>.caption {
    padding: 16px 0 2px
}

.portlet.solid>.portlet-title>.actions {
    padding: 12px 0 6px
}

.portlet.solid>.portlet-title>.tools {
    padding: 14px 0 6px
}

.portlet.solid.bordered>.portlet-title {
    margin-bottom: 10px
}

.portlet.box {
    padding: 0!important
}

.portlet.box>.portlet-title {
    border-bottom: 0;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff
}

.portlet.box>.portlet-title>.caption {
    padding: 11px 0 9px
}

.portlet.box>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box>.portlet-title>.actions {
    padding: 7px 0 5px
}

.portlet.box>.portlet-body {
    background-color: #fff;
    padding: 15px
}

.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff
}

.portlet.light.bordered {
    border: 1px solid #e7ecf1!important
}

.portlet.light.bordered>.portlet-title {
    border-bottom: 1px solid #eef1f5
}

.portlet.light.bg-inverse {
    background: #f1f4f7
}

.portlet.light>.portlet-title {
    padding: 0;
    min-height: 48px
}

.portlet.light>.portlet-title>.caption {
    color: #666;
    padding: 10px 0
}

.portlet.light>.portlet-title>.caption>.caption-subject {
    font-size: 16px
}

.portlet.light>.portlet-title>.caption>i {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    margin-top: 3px
}

.portlet.solid.blue-chambray>.portlet-title>.caption,
.portlet.solid.blue-dark>.portlet-title>.caption,
.portlet.solid.blue-ebonyclay>.portlet-title>.caption,
.portlet.solid.blue-hoki>.portlet-title>.caption,
.portlet.solid.blue-madison>.portlet-title>.caption,
.portlet.solid.blue-oleo>.portlet-title>.caption,
.portlet.solid.blue-sharp>.portlet-title>.caption,
.portlet.solid.blue-soft>.portlet-title>.caption,
.portlet.solid.blue-steel>.portlet-title>.caption,
.portlet.solid.blue>.portlet-title>.caption,
.portlet.solid.dark>.portlet-title>.caption,
.portlet.solid.default>.portlet-title>.caption,
.portlet.solid.green-dark>.portlet-title>.caption,
.portlet.solid.green-haze>.portlet-title>.caption,
.portlet.solid.green-jungle>.portlet-title>.caption,
.portlet.solid.green-meadow>.portlet-title>.caption,
.portlet.solid.green-seagreen>.portlet-title>.caption,
.portlet.solid.green-sharp>.portlet-title>.caption,
.portlet.solid.green-soft>.portlet-title>.caption,
.portlet.solid.green-steel>.portlet-title>.caption,
.portlet.solid.green-turquoise>.portlet-title>.caption,
.portlet.solid.green>.portlet-title>.caption,
.portlet.solid.grey-cararra>.portlet-title>.caption,
.portlet.solid.grey-cascade>.portlet-title>.caption,
.portlet.solid.grey-gallery>.portlet-title>.caption,
.portlet.solid.grey-mint>.portlet-title>.caption,
.portlet.solid.grey-salt>.portlet-title>.caption,
.portlet.solid.grey-silver>.portlet-title>.caption,
.portlet.solid.grey-steel>.portlet-title>.caption,
.portlet.solid.grey>.portlet-title>.caption,
.portlet.solid.purple-intense>.portlet-title>.caption,
.portlet.solid.purple-medium>.portlet-title>.caption,
.portlet.solid.purple-plum>.portlet-title>.caption,
.portlet.solid.purple-seance>.portlet-title>.caption,
.portlet.solid.purple-sharp>.portlet-title>.caption,
.portlet.solid.purple-soft>.portlet-title>.caption,
.portlet.solid.purple-studio>.portlet-title>.caption,
.portlet.solid.purple-wisteria>.portlet-title>.caption,
.portlet.solid.purple>.portlet-title>.caption,
.portlet.solid.red-flamingo>.portlet-title>.caption,
.portlet.solid.red-haze>.portlet-title>.caption,
.portlet.solid.red-intense>.portlet-title>.caption,
.portlet.solid.red-mint>.portlet-title>.caption,
.portlet.solid.red-pink>.portlet-title>.caption,
.portlet.solid.red-soft>.portlet-title>.caption,
.portlet.solid.red-sunglo>.portlet-title>.caption,
.portlet.solid.red-thunderbird>.portlet-title>.caption,
.portlet.solid.red>.portlet-title>.caption,
.portlet.solid.white>.portlet-title>.caption,
.portlet.solid.yellow-casablanca>.portlet-title>.caption,
.portlet.solid.yellow-crusta>.portlet-title>.caption,
.portlet.solid.yellow-gold>.portlet-title>.caption,
.portlet.solid.yellow-haze>.portlet-title>.caption,
.portlet.solid.yellow-lemon>.portlet-title>.caption,
.portlet.solid.yellow-mint>.portlet-title>.caption,
.portlet.solid.yellow-saffron>.portlet-title>.caption,
.portlet.solid.yellow-soft>.portlet-title>.caption,
.portlet.solid.yellow>.portlet-title>.caption {
    font-weight: 400
}

.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
    font-size: 15px
}

.portlet.light>.portlet-title>.caption.caption-md>i {
    font-size: 14px
}

.portlet.light>.portlet-title>.actions {
    padding: 6px 0 14px
}

.portlet.light>.portlet-title>.actions .btn-default {
    color: #666
}

.portlet.light>.portlet-title>.actions .btn-icon-only {
    height: 27px;
    width: 27px
}

.portlet.light>.portlet-title>.actions .dropdown-menu li>a {
    color: #555
}

.portlet.light>.portlet-title>.inputs {
    float: right;
    display: inline-block;
    padding: 4px 0
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>i {
    font-size: 14px;
    margin-top: 9px
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>.form-control {
    height: 30px;
    padding: 2px 26px 3px 10px;
    font-size: 13px
}

.portlet.light>.portlet-title>.inputs>.portlet-input>.form-control {
    height: 30px;
    padding: 3px 10px;
    font-size: 13px
}

.portlet.light>.portlet-title>.pagination {
    padding: 2px 0 13px
}

.portlet.light>.portlet-title>.tools {
    padding: 10px 0 13px;
    margin-top: 2px
}

.portlet.light>.portlet-title>.nav-tabs>li {
    margin: 0;
    padding: 0
}

.portlet.light>.portlet-title>.nav-tabs>li>a {
    margin: 0;
    padding: 12px 13px 13px;
    font-size: 13px;
    color: #666
}

.portlet.light>.portlet-title>.nav-tabs>li.active>a,
.portlet.light>.portlet-title>.nav-tabs>li:hover>a {
    margin: 0;
    background: 0 0;
    color: #333
}

/* Style for the tab menu */
.portlet .nav-tabs {
    background-color: #f8f9fa; /* Background color */
    border-bottom: 1px solid #dee2e6; /* Border color */
}

.portlet .nav-tabs li {
    margin-bottom: -1px; /* Adjusts the spacing between tabs */
}

.portlet .nav-tabs a {
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 10px 25.1px;
    font-size: 18px;
}

.portlet .nav-tabs a:hover {
    background-color: #dfe4ea; /* Hover background color */
}

.portlet .nav-tabs .active a {
    color: #041f07;
    background-color: #ffe354;
    border-color: #ffe354;
}

/* Style for the tab content */
.portlet .tab-content {
    border: 1px solid #dee2e6; /* Border color */
    border-top: none; /* Remove top border */
    padding: 15px; /* Padding for the tab content */
    background-color: #fff; /* Background color */
}

.portlet.light.form-fit {
    padding: 0
}

.portlet.light.form-fit>.portlet-title {
    padding: 17px 20px 10px;
    margin-bottom: 0
}

.portlet.light .portlet-body {
    padding-top: 8px
}

.portlet.light.portlet-fullscreen>.portlet-body {
    padding: 8px 0
}

.portlet.light.portlet-fit {
    padding: 0
}

.portlet.light.portlet-fit>.portlet-title {
    padding: 15px 20px 10px
}

.portlet.light.portlet-fit>.portlet-body {
    padding: 10px 20px 20px
}

.portlet.light.portlet-fit.portlet-form>.portlet-body {
    padding: 0
}

.portlet.light.portlet-fit.portlet-form>.portlet-body .form-actions {
    background: 0 0
}

.portlet.box.white>.portlet-title,
.portlet.white,
.portlet>.portlet-body.white {
    background-color: #fff
}

.portlet.light.portlet-datatable.portlet-fit>.portlet-body {
    padding-top: 10px;
    padding-bottom: 25px
}

.tab-pane>p:last-child {
    margin-bottom: 0
}

.tabs-reversed>li {
    float: right;
    margin-right: 0
}

.tabs-reversed>li>a {
    margin-right: 0
}

.portlet-sortable-placeholder {
    border: 2px dashed #eee;
    margin-bottom: 25px
}

.portlet-sortable-empty {
    box-shadow: none!important;
    height: 45px
}

.portlet-collapsed {
    display: none
}

.tab-pane h5 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.tab-pane p {
    margin-bottom: 12px;
    color: #666;
}

.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label:hover {
    cursor: pointer;
}


.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.switch-field input:checked + label {
    background-color: #ffd600;
    box-shadow: none;
}
.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}
.switch-field label {
    background-color: #e4e4e4;
    color: rgb(4 12 14);
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 10px 20px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
    min-width: 120px;
    font-weight: 500;
}

@media (max-width:991px) {
    .portlet-collapsed-on-mobile {
        display: none
    }
}

.portlet.solid.white>.portlet-body,
.portlet.solid.white>.portlet-title {
    border: 0;
    color: #666
}

.portlet.solid.white>.portlet-title>.caption>i {
    color: #666
}

.portlet.solid.white>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.white {
    border: 1px solid #fff;
    border-top: 0
}

.portlet.box.white>.portlet-title>.caption,
.portlet.box.white>.portlet-title>.caption>i {
    color: #666
}

.portlet.box.white>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #fff;
    color: #fff
}

.portlet.box.default>.portlet-title,
.portlet.default,
.portlet>.portlet-body.default {
    background-color: #e1e5ec
}

.portlet.box.white>.portlet-title>.actions .btn-default>i {
    color: #fff
}

.portlet.box.white>.portlet-title>.actions .btn-default.active,
.portlet.box.white>.portlet-title>.actions .btn-default:active,
.portlet.box.white>.portlet-title>.actions .btn-default:focus,
.portlet.box.white>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #fff;
    color: #fff
}

.portlet.solid.default>.portlet-body,
.portlet.solid.default>.portlet-title {
    border: 0;
    color: #666
}

.portlet.solid.default>.portlet-title>.caption>i {
    color: #666
}

.portlet.solid.default>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.default {
    border: 1px solid #fff;
    border-top: 0
}

.portlet.box.default>.portlet-title>.caption,
.portlet.box.default>.portlet-title>.caption>i {
    color: #666
}

.portlet.box.default>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #fff;
    color: #fff
}

.portlet.box.dark>.portlet-title,
.portlet.dark,
.portlet>.portlet-body.dark {
    background-color: #2f353b
}

.portlet.box.default>.portlet-title>.actions .btn-default>i {
    color: #fff
}

.portlet.box.default>.portlet-title>.actions .btn-default.active,
.portlet.box.default>.portlet-title>.actions .btn-default:active,
.portlet.box.default>.portlet-title>.actions .btn-default:focus,
.portlet.box.default>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #fff;
    color: #fff
}

.portlet.solid.dark>.portlet-body,
.portlet.solid.dark>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.dark>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.dark>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.dark {
    border: 1px solid #464f57;
    border-top: 0
}

.portlet.box.dark>.portlet-title>.caption,
.portlet.box.dark>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.dark>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #616d79;
    color: #6c7a88
}

.portlet.blue,
.portlet.box.blue>.portlet-title,
.portlet>.portlet-body.blue {
    background-color: #3598dc
}

.portlet.box.dark>.portlet-title>.actions .btn-default>i {
    color: #738290
}

.portlet.box.dark>.portlet-title>.actions .btn-default.active,
.portlet.box.dark>.portlet-title>.actions .btn-default:active,
.portlet.box.dark>.portlet-title>.actions .btn-default:focus,
.portlet.box.dark>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #798794;
    color: #8793a0
}

.portlet.solid.blue>.portlet-body,
.portlet.solid.blue>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue {
    border: 1px solid #60aee4;
    border-top: 0
}

.portlet.box.blue>.portlet-title>.caption,
.portlet.box.blue>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #95c9ed;
    color: #aad4f0
}

.portlet.blue-madison,
.portlet.box.blue-madison>.portlet-title,
.portlet>.portlet-body.blue-madison {
    background-color: #578ebe
}

.portlet.box.blue>.portlet-title>.actions .btn-default>i {
    color: #b7daf3
}

.portlet.box.blue>.portlet-title>.actions .btn-default.active,
.portlet.box.blue>.portlet-title>.actions .btn-default:active,
.portlet.box.blue>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #c0dff4;
    color: #d6eaf8
}

.portlet.solid.blue-madison>.portlet-body,
.portlet.solid.blue-madison>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-madison>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue-madison>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-madison {
    border: 1px solid #7ca7cc;
    border-top: 0
}

.portlet.box.blue-madison>.portlet-title>.caption,
.portlet.box.blue-madison>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-madison>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #a8c4dd;
    color: #bad1e4
}

.portlet.blue-chambray,
.portlet.box.blue-chambray>.portlet-title,
.portlet>.portlet-body.blue-chambray {
    background-color: #2C3E50
}

.portlet.box.blue-madison>.portlet-title>.actions .btn-default>i {
    color: #c5d8e9
}

.portlet.box.blue-madison>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-madison>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-madison>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-madison>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #cdddec;
    color: #dfeaf3
}

.portlet.solid.blue-chambray>.portlet-body,
.portlet.solid.blue-chambray>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-chambray>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue-chambray>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-chambray {
    border: 1px solid #3e5871;
    border-top: 0
}

.portlet.box.blue-chambray>.portlet-title>.caption,
.portlet.box.blue-chambray>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-chambray>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #547698;
    color: #5f83a7
}

.portlet.blue-ebonyclay,
.portlet.box.blue-ebonyclay>.portlet-title,
.portlet>.portlet-body.blue-ebonyclay {
    background-color: #22313F
}

.portlet.box.blue-chambray>.portlet-title>.actions .btn-default>i {
    color: #698bac
}

.portlet.box.blue-chambray>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #6f90b0;
    color: #809cb9
}

.portlet.solid.blue-ebonyclay>.portlet-body,
.portlet.solid.blue-ebonyclay>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-ebonyclay>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-ebonyclay {
    border: 1px solid #344b60;
    border-top: 0
}

.portlet.box.blue-ebonyclay>.portlet-title>.caption,
.portlet.box.blue-ebonyclay>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #496a88;
    color: #527798
}

.portlet.blue-hoki,
.portlet.box.blue-hoki>.portlet-title,
.portlet>.portlet-body.blue-hoki {
    background-color: #67809F
}

.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default>i {
    color: #587ea2
}

.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #5d83a7;
    color: #6d90b0
}

.portlet.solid.blue-hoki>.portlet-body,
.portlet.solid.blue-hoki>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-hoki>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue-hoki>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-hoki {
    border: 1px solid #869ab3;
    border-top: 0
}

.portlet.box.blue-hoki>.portlet-title>.caption,
.portlet.box.blue-hoki>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-hoki>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #acb9ca;
    color: #bbc7d4
}

.portlet.blue-steel,
.portlet.box.blue-steel>.portlet-title,
.portlet>.portlet-body.blue-steel {
    background-color: #4B77BE
}

.portlet.box.blue-hoki>.portlet-title>.actions .btn-default>i {
    color: #c5ceda
}

.portlet.box.blue-hoki>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #cbd4de;
    color: #dbe1e8
}

.portlet.solid.blue-steel>.portlet-body,
.portlet.solid.blue-steel>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-steel>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue-steel>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-steel {
    border: 1px solid #7093cc;
    border-top: 0
}

.portlet.box.blue-steel>.portlet-title>.caption,
.portlet.box.blue-steel>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-steel>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #9db5dc;
    color: #b0c3e3
}

.portlet.blue-soft,
.portlet.box.blue-soft>.portlet-title,
.portlet>.portlet-body.blue-soft {
    background-color: #4c87b9
}

.portlet.box.blue-steel>.portlet-title>.actions .btn-default>i {
    color: #bbcce7
}

.portlet.box.blue-steel>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-steel>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-steel>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-steel>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #c3d2e9;
    color: #d6e0f0
}

.portlet.solid.blue-soft>.portlet-body,
.portlet.solid.blue-soft>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-soft>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue-soft>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-soft {
    border: 1px solid #71a0c7;
    border-top: 0
}

.portlet.box.blue-soft>.portlet-title>.caption,
.portlet.box.blue-soft>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-soft>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #9dbdd9;
    color: #afc9e0
}

.portlet.blue-dark,
.portlet.box.blue-dark>.portlet-title,
.portlet>.portlet-body.blue-dark {
    background-color: #5e738b
}

.portlet.box.blue-soft>.portlet-title>.actions .btn-default>i {
    color: #bad1e4
}

.portlet.box.blue-soft>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-soft>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-soft>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-soft>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #c1d6e7;
    color: #d4e2ee
}

.portlet.solid.blue-dark>.portlet-body,
.portlet.solid.blue-dark>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-dark>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue-dark>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-dark {
    border: 1px solid #788da4;
    border-top: 0
}

.portlet.box.blue-dark>.portlet-title>.caption,
.portlet.box.blue-dark>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-dark>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #9dacbd;
    color: #acb8c7
}

.portlet.blue-sharp,
.portlet.box.blue-sharp>.portlet-title,
.portlet>.portlet-body.blue-sharp {
    background-color: #5C9BD1
}

.portlet.box.blue-dark>.portlet-title>.actions .btn-default>i {
    color: #b5c0cd
}

.portlet.box.blue-dark>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-dark>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-dark>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-dark>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #bbc5d1;
    color: #cad2db
}

.portlet.solid.blue-sharp>.portlet-body,
.portlet.solid.blue-sharp>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-sharp>.portlet-title>.caption>i {
    color: #FFF
}


.portlet.solid.blue-sharp>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-sharp {
    border: 1px solid #84b3dc;
    border-top: 0
}

.portlet.box.blue-sharp>.portlet-title>.caption,
.portlet.box.blue-sharp>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-sharp>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #b4d1ea;
    color: #c7ddef
}

.portlet.blue-oleo,
.portlet.box.blue-oleo>.portlet-title,
.portlet>.portlet-body.blue-oleo {
    background-color: #94A0B2
}

.portlet.box.blue-sharp>.portlet-title>.actions .btn-default>i {
    color: #d3e4f3
}

.portlet.box.blue-sharp>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #dbe9f5;
    color: #eff5fb
}

.portlet.solid.blue-oleo>.portlet-body,
.portlet.solid.blue-oleo>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.blue-oleo>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.blue-oleo>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.blue-oleo {
    border: 1px solid #b2bac7;
    border-top: 0
}

.portlet.box.blue-oleo>.portlet-title>.caption,
.portlet.box.blue-oleo>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.blue-oleo>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #d5dae1;
    color: #e4e7ec
}

.portlet.box.green>.portlet-title,
.portlet.green,
.portlet>.portlet-body.green {
    background-color: #32c5d2
}

.portlet.box.blue-oleo>.portlet-title>.actions .btn-default>i {
    color: #edeff2
}

.portlet.box.blue-oleo>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #f3f4f6;
    color: #fff
}

.portlet.solid.green>.portlet-body,
.portlet.solid.green>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green {
    border: 1px solid #5cd1db;
    border-top: 0
}

.portlet.box.green>.portlet-title>.caption,
.portlet.box.green>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #8edfe6;
    color: #a3e5eb
}

.portlet.box.green-meadow>.portlet-title,
.portlet.green-meadow,
.portlet>.portlet-body.green-meadow {
    background-color: #1BBC9B
}

.portlet.box.green>.portlet-title>.actions .btn-default>i {
    color: #afe8ee
}

.portlet.box.green>.portlet-title>.actions .btn-default.active,
.portlet.box.green>.portlet-title>.actions .btn-default:active,
.portlet.box.green>.portlet-title>.actions .btn-default:focus,
.portlet.box.green>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #b8ebef;
    color: #cdf1f4
}

.portlet.solid.green-meadow>.portlet-body,
.portlet.solid.green-meadow>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-meadow>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-meadow>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-meadow {
    border: 1px solid #2ae0bb;
    border-top: 0
}

.portlet.box.green-meadow>.portlet-title>.caption,
.portlet.box.green-meadow>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-meadow>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #5fe8cc;
    color: #75ebd3
}

.portlet.box.green-seagreen>.portlet-title,
.portlet.green-seagreen,
.portlet>.portlet-body.green-seagreen {
    background-color: #1BA39C
}

.portlet.box.green-meadow>.portlet-title>.actions .btn-default>i {
    color: #83edd7
}

.portlet.box.green-meadow>.portlet-title>.actions .btn-default.active,
.portlet.box.green-meadow>.portlet-title>.actions .btn-default:active,
.portlet.box.green-meadow>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-meadow>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #8ceeda;
    color: #a2f2e1
}

.portlet.solid.green-seagreen>.portlet-body,
.portlet.solid.green-seagreen>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-seagreen>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-seagreen>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-seagreen {
    border: 1px solid #22cfc6;
    border-top: 0
}

.portlet.box.green-seagreen>.portlet-title>.caption,
.portlet.box.green-seagreen>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-seagreen>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #4de1da;
    color: #63e5de
}

.portlet.box.green-turquoise>.portlet-title,
.portlet.green-turquoise,
.portlet>.portlet-body.green-turquoise {
    background-color: #36D7B7
}

.portlet.box.green-seagreen>.portlet-title>.actions .btn-default>i {
    color: #70e7e1
}

.portlet.box.green-seagreen>.portlet-title>.actions .btn-default.active,
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default:active,
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #78e9e3;
    color: #8eece8
}

.portlet.solid.green-turquoise>.portlet-body,
.portlet.solid.green-turquoise>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-turquoise>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-turquoise>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-turquoise {
    border: 1px solid #61dfc6;
    border-top: 0
}

.portlet.box.green-turquoise>.portlet-title>.caption,
.portlet.box.green-turquoise>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-turquoise>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #94ead9;
    color: #a9eee0
}

.portlet.box.green-haze>.portlet-title,
.portlet.green-haze,
.portlet>.portlet-body.green-haze {
    background-color: #44b6ae
}

.portlet.box.green-turquoise>.portlet-title>.actions .btn-default>i {
    color: #b6f0e5
}

.portlet.box.green-turquoise>.portlet-title>.actions .btn-default.active,
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default:active,
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #bef2e8;
    color: #d3f6ef
}

.portlet.solid.green-haze>.portlet-body,
.portlet.solid.green-haze>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-haze>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-haze>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-haze {
    border: 1px solid #67c6bf;
    border-top: 0
}

.portlet.box.green-haze>.portlet-title>.caption,
.portlet.box.green-haze>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-haze>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #93d7d2;
    color: #a6deda
}

.portlet.box.green-jungle>.portlet-title,
.portlet.green-jungle,
.portlet>.portlet-body.green-jungle {
    background-color: #26C281
}

.portlet.box.green-haze>.portlet-title>.actions .btn-default>i {
    color: #b1e2de
}

.portlet.box.green-haze>.portlet-title>.actions .btn-default.active,
.portlet.box.green-haze>.portlet-title>.actions .btn-default:active,
.portlet.box.green-haze>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-haze>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #b9e5e2;
    color: #cbece9
}

.portlet.solid.green-jungle>.portlet-body,
.portlet.solid.green-jungle>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-jungle>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-jungle>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-jungle {
    border: 1px solid #41da9a;
    border-top: 0
}

.portlet.box.green-jungle>.portlet-title>.caption,
.portlet.box.green-jungle>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-jungle>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #74e4b5;
    color: #8ae8c1
}

.portlet.box.green-soft>.portlet-title,
.portlet.green-soft,
.portlet>.portlet-body.green-soft {
    background-color: #3faba4
}

.portlet.box.green-jungle>.portlet-title>.actions .btn-default>i {
    color: #96ebc8
}

.portlet.box.green-jungle>.portlet-title>.actions .btn-default.active,
.portlet.box.green-jungle>.portlet-title>.actions .btn-default:active,
.portlet.box.green-jungle>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-jungle>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #9feccc;
    color: #b4f0d7
}

.portlet.solid.green-soft>.portlet-body,
.portlet.solid.green-soft>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-soft>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-soft>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-soft {
    border: 1px solid #5bc2bc;
    border-top: 0
}

.portlet.box.green-soft>.portlet-title>.caption,
.portlet.box.green-soft>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-soft>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #87d3ce;
    color: #9adad6
}

.portlet.box.green-dark>.portlet-title,
.portlet.green-dark,
.portlet>.portlet-body.green-dark {
    background-color: #4DB3A2
}

.portlet.box.green-soft>.portlet-title>.actions .btn-default>i {
    color: #a5deda
}

.portlet.box.green-soft>.portlet-title>.actions .btn-default.active,
.portlet.box.green-soft>.portlet-title>.actions .btn-default:active,
.portlet.box.green-soft>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-soft>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #ade1dd;
    color: #bfe7e5
}

.portlet.solid.green-dark>.portlet-body,
.portlet.solid.green-dark>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-dark>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-dark>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-dark {
    border: 1px solid #71c2b5;
    border-top: 0
}

.portlet.box.green-dark>.portlet-title>.caption,
.portlet.box.green-dark>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-dark>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #9cd5cb;
    color: #addcd4
}

.portlet.box.green-sharp>.portlet-title,
.portlet.green-sharp,
.portlet>.portlet-body.green-sharp {
    background-color: #2ab4c0
}

.portlet.box.green-dark>.portlet-title>.actions .btn-default>i {
    color: #b8e1da
}

.portlet.box.green-dark>.portlet-title>.actions .btn-default.active,
.portlet.box.green-dark>.portlet-title>.actions .btn-default:active,
.portlet.box.green-dark>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-dark>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #bfe4de;
    color: #d1ebe7
}

.portlet.solid.green-sharp>.portlet-body,
.portlet.solid.green-sharp>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-sharp>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-sharp>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-sharp {
    border: 1px solid #46cbd7;
    border-top: 0
}

.portlet.box.green-sharp>.portlet-title>.caption,
.portlet.box.green-sharp>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-sharp>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #79d9e2;
    color: #8edfe6
}

.portlet.box.green-steel>.portlet-title,
.portlet.green-steel,
.portlet>.portlet-body.green-steel {
    background-color: #29b4b6
}

.portlet.box.green-sharp>.portlet-title>.actions .btn-default>i {
    color: #9ae3e9
}

.portlet.box.green-sharp>.portlet-title>.actions .btn-default.active,
.portlet.box.green-sharp>.portlet-title>.actions .btn-default:active,
.portlet.box.green-sharp>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-sharp>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #a2e5eb;
    color: #b7ebef
}

.portlet.solid.green-steel>.portlet-body,
.portlet.solid.green-steel>.portlet-title {
    border: 0;
    color: #FFF
}

.portlet.solid.green-steel>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.solid.green-steel>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.green-steel {
    border: 1px solid #3ed1d4;
    border-top: 0
}

.portlet.box.green-steel>.portlet-title>.caption,
.portlet.box.green-steel>.portlet-title>.caption>i {
    color: #FFF
}

.portlet.box.green-steel>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #70dddf;
    color: #85e2e4
}

.portlet.box.grey>.portlet-title,
.portlet.grey,
.portlet>.portlet-body.grey {
    background-color: #E5E5E5
}

.portlet.box.green-steel>.portlet-title>.actions .btn-default>i {
    color: #92e5e6
}

.portlet.box.green-steel>.portlet-title>.actions .btn-default.active,
.portlet.box.green-steel>.portlet-title>.actions .btn-default:active,
.portlet.box.green-steel>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-steel>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #9ae7e8;
    color: #afeced
}

.portlet.solid.grey>.portlet-body,
.portlet.solid.grey>.portlet-title {
    border: 0;
    color: #333
}

.portlet.solid.grey>.portlet-title>.caption>i {
    color: #333
}

.portlet.solid.grey>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.grey {
    border: 1px solid #fff;
    border-top: 0
}

.portlet.box.grey>.portlet-title>.caption,
.portlet.box.grey>.portlet-title>.caption>i {
    color: #333
}

.portlet.box.grey>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #fff;
    color: #fff
}

.portlet.box.grey-steel>.portlet-title,
.portlet.grey-steel,
.portlet>.portlet-body.grey-steel {
    background-color: #e9edef
}

.portlet.box.grey>.portlet-title>.actions .btn-default>i {
    color: #fff
}

.portlet.box.grey>.portlet-title>.actions .btn-default.active,
.portlet.box.grey>.portlet-title>.actions .btn-default:active,
.portlet.box.grey>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #fff;
    color: #fff
}

.portlet.solid.grey-steel>.portlet-body,
.portlet.solid.grey-steel>.portlet-title {
    border: 0;
    color: #80898e
}

.portlet.solid.grey-steel>.portlet-title>.caption>i {
    color: #80898e
}

.portlet.solid.grey-steel>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.grey-steel {
    border: 1px solid #fff;
    border-top: 0
}

.portlet.box.grey-steel>.portlet-title>.caption,
.portlet.box.grey-steel>.portlet-title>.caption>i {
    color: #80898e
}

.portlet.box.grey-steel>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #fff;
    color: #fff
}

.portlet.box.grey-cararra>.portlet-title,
.portlet.grey-cararra,
.portlet>.portlet-body.grey-cararra {
    background-color: #fafafa
}

.portlet.box.grey-steel>.portlet-title>.actions .btn-default>i {
    color: #fff
}

.portlet.box.grey-steel>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-steel>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-steel>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-steel>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #fff;
    color: #fff
}

.portlet.solid.grey-cararra>.portlet-body,
.portlet.solid.grey-cararra>.portlet-title {
    border: 0;
    color: #333
}

.portlet.solid.grey-cararra>.portlet-title>.caption>i {
    color: #333
}

.portlet.solid.grey-cararra>.portlet-title>.tools>a.fullscreen {
    color: #fdfdfd
}

.portlet.box.grey-cararra {
    border: 1px solid #fff;
    border-top: 0
}

.portlet.box.grey-cararra>.portlet-title>.caption,
.portlet.box.grey-cararra>.portlet-title>.caption>i {
    color: #333
}

.portlet.box.grey-cararra>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #fff;
    color: #fff
}

.portlet.box.grey-gallery>.portlet-title,
.portlet.grey-gallery,
.portlet>.portlet-body.grey-gallery {
    background-color: #555
}

.portlet.box.grey-cararra>.portlet-title>.actions .btn-default>i {
    color: #fff
}
/*Expert Single*/

/*Expert Media*/
@media (max-width: 767px) {
    .portlet-body .nav-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .portlet-body .nav-tabs::-webkit-scrollbar {
        display: none; /* Hide scrollbar in WebKit browsers */
    }

    .portlet-body .nav-tabs li {
        flex: 0 0 auto;
    }
    .tab-pane h5 {
        font-size: 16px;
    }
    .slider__text h1.mb-4 {
        font-size: 36px !important;
    }
    .slider__text .blue:before {
        bottom: -10px;
        right: 30px;
        width: 90%;
    }
    section#stats_id {
        padding: 36px 0;
    }
    .hideonmobile {
        display: none;
    }
    .HowItWorksDesktop__steps {
        min-width: unset;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        max-width: 400px !important;
    }
    .HowItWorksDesktop__image {
        DISPLAY: NONE !IMPORTANT;
    }
    li.innerlilst {
        width: 100%;
    }
    .custom-model-inner {
        width: auto;
        margin: 30px 5%;
        max-width: 90%;
    }
}

/*Expert Media*/

@media screen and (min-width:800px){
    .custom-model-main:before {
      content: "";
      display: inline-block;
      height: auto;
      vertical-align: middle;
      margin-right: -0px;
      height: 100%;
    }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}




@media (min-width:992px) and (max-width:1199px){
    .package-detail h5{
        padding: 0 0 0 18px;
    }
         .webinarsblcs .row{
        grid-template-columns: 1fr 1fr !important;
    }
    #allwebinars .webouter{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:991px){
     .webinarsblcs .row{
        grid-template-columns: 1fr 1fr !important;
    }
    .compare-features h2{
        margin-bottom: 10px;
    }
    .compare-pricing{
        padding: 25px;
    }
    .compare-pricing h3{
        font-size: 25px;
    }
    .compare-box h4{
        font-size: 20px;
    }
    .big-heading{
        font-size: 40px;
    }
    .pricing-block, .package-detail{
        padding: 25px 20px;
        text-align: center;
    }
    .pricing-title{
        font-size: 22px;
    }
    .package-detail h5{
        padding:0;
    }
    .package-detail ul{
        padding-left: 0;
    }
    .package-detail ul li:first-child{
        padding-top: 0;
    }
    .pricing-plan{
        border-top: 1px solid rgb(223, 225, 230);
        grid-template-columns: 1fr;
    }
    .compare-features-block-sec .table-sec{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .compare-features-block-sec tbody tr td {
        white-space: nowrap;
        padding: 8px 12px;
    }
    .compare-features-block-sec h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .compare-features {
        padding-top: 20px;
    }
    .pricing-title{
        border-top: 0;
    }
    .compare-features-block-sec table thead th{
        font-size: 16px;
        padding: 8px 12px;
    }
}
div#topupformpopup, div#initiatechatformpopup,
#hiring_student_form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000ad;
    z-index: 99999;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 40px;
}
form#initiatechatform, #hiringChatForm{
    width: 100%;
    padding: 50px 40px;
    border-radius: 10px;
    border: solid 1px #D2D6E3;
    box-shadow: 15px 15px 40px rgb(4 12 30 / 4%);
    position: relative;
    background: #fff;
}
.center-form {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
/*26-04-2023*/
.iuncrdbal {
    display: flex;
    padding: 8px 5px !important;
}
.iuncrdbal a {
    font-weight: 600 !important;
}
.walletblc {
    width: 100%;
    background-color: #040C1E;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}
.credits {
    color: #cfcbcb;
    display: block;
    text-transform: uppercase;
}
.credit-price {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 0;
}
.top-up {
    background: #FFD600;
    padding: 5px 12px !important;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.top-up:hover{
    background: #fff;
}
.transactions-wrapper{
    margin: 100px 0 0;
    display: block;
}
.no-content {
    text-align: center;
}
.btn-group-block a:first-child {
    margin-right: 15px;
}
.transactions {
    padding: 50px 0;
}
.trnsprday {
    margin: 30px 0;
}
.dateblc {
    padding: 12px 15px;
    background: #f8faff;
    font-weight: 600;
    color: #000;
}
.transaction-item_amount p {
    margin: 0;
}
.transaction-item .tricon {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background: #FFD600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.transaction-item-inner {
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
}
.transaction-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 25px;
}
.transaction-item:last-child{
    border-bottom: 0;
}
p.available-credit {
    font-size: 15px;
}
.transaction-item_amount {
    text-align: right;
}
.transaction-item_amount .amount {
    font-size: 20px;
    font-weight: 900;
}
.transaction-item.credit .amount {
    color: #1c8b1c;
}
.transaction-item.debit .amount{
    color: #e73131;
}
.transaction-item.debit {
    background: #fffdf2;
}
.available-credit {
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.transaction-item .credit-amnt {
    padding: 3px 8px;
    background: #FFD600;
    border-radius: 15px;
}
.oneline-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.oneline-column h2 {
    margin-bottom: 0;
    font-size: 35px;
}
.transaction-item_details h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.transaction-item_details h3 strong {
    font-weight: 800;
}
.transaction-item.credit {
    background: #fdfdfd;
}
.transaction-item.credit .tricon {
    transform: rotate(-45deg);
    color: #1c8b1c;
}
.transaction-item.debit .tricon {
    transform: rotate(320deg);
    color: #e73131;
}
.center-form label {
    display: block;
    color: #112E4F;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.center-form input:not(input[type="submit"]), .center-form select {
    width: 100%;
    height: 60px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    color: #9AA9BF;
    background: #F4F7FC;
    border: solid 1px #F4F7FC;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
.center-form .form-group{
    margin-bottom: 30px;
}
.submit-btn {
    margin-top: 20px;
}
.closeppbtn {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 17px;
    color: #112E4F;
    z-index: 99;
    background: #FFD600;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.closeppbtn:hover {
    background: #000;
    color: #FFD600;
}
.single-line-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
#allwebinars .webouter {
    padding: 0;
}
.single-line-column h3 {
    margin-bottom: 0 !important;
}
.bunch-block {
    font-size: 16px;
}
.bunch-block > *:not(:last-child) {
    margin-right: 10px;
}
.bunch-block .inucreditsbal {
    font-weight: 600;
}
.bunch-block .credit-amnt {
    color: #3db10e;
    font-weight: 800;
}
.inudescount {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.bunch-block a {
    color: #040c1e;
    font-family: 'Manrope', sans-serif;
    padding: 4px 14px;
    background: #FFD600;
    border-radius: 15px;
    font-weight: 700;
    font-size: 14px;
}
.bunch-block a:hover {
    color: #FFD600;
    background: #040c1e;
}

/*div#courseForum form*/
#courseForum ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
#courseForum ol li ol.depthlevel-5 {
    padding-left: 0;
}
#courseForum ol li {
    margin-bottom: 25px;
}
#courseForum ol li ol {
    padding-left: 80px;
}
#courseForum .forum_container_main >  .forum_inner > ol > li:not(:last-child){
    border-bottom: 1px solid #dddddd;
}
#courseForum ol li > div {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 25px;
}
#courseForum .forum_pic_time{
    width: 100% !important;
    display: block !important;
}
#courseForum .profile_pic_forum {
    max-width: 80px;
    height: 80px;
    width: 80px;
}
#courseForum .profile_pic_forum img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 0 !important;
    max-width: 100%;
}
#courseForum .form_content_block {
    max-width: calc(100% - 80px);
    flex: calc(100% - 80px);
    background: #fff;
    box-shadow: 0 4px 9px rgb(0 0 0 / 5%);
    padding: 18px;
}
#courseForum .forum_user_name_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#courseForum .forum_user_name_time > * {
    width: auto !important;
}
#courseForum .forum_full_name {
    font-size: 18px;
    color: #040C1E;
    font-weight: 700;
    text-transform: capitalize;
}
#courseForum .forum_reply_parent input {
    height: auto;
}
#courseForum .forum_reply_parent {
    margin-top: 15px;
}
#courseForum .forum_form_cont {
    padding: 20px;
    background: #f4f7fc;
    margin-top: 15px;
}

#courseForum .forum_form_cont textarea {
    width: 100%;
    display: block;
    resize: none;
    height: 125px;
    padding: 12px;
    border: 0;
    border-radius: 10px;
}
.forum_form_cont span.forum_msg {
    max-width: 100%;
}
.receiver_username_at {
    font-weight: 700;
    color: #000;
}
#courseForum .forum_form_cont .input_cont_row input[type="submit"] {
    border: 1px solid #FFD600;
    background: #FFD600;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 23px;
    border-radius: 3px;
    white-space: nowrap;
    transition: all ease-in-out .5s;
}
#courseForum .forum_form_cont .input_cont_row {
    margin-top: 15px;
}
#courseForum .forum_form_cont .input_cont_row input[type="submit"]:hover{
    background: #fff !important;
}
.show_forum_cont .forum_message_parent {
    width: 100% !important;
    word-wrap: break-word;
}
.account-referral-code {
    background: #F8F8FA;
    border-radius: 10px;
    font-family: 'Manrope', sans-serif !important;
    border: 1px dashed #DEE3F0;
    margin-top: 30px;
    padding: 20px;
}
.copy-text {
    display: flex;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}
.copy-text input {
    font-size: 18px;
    color: #555;
    display: flex;
    height: 40px;
    border: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
}
.account-referral-code label {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 5px;
    margin-right: 15px;
    text-transform: capitalize;
    font-size: 18px;
}
.copy-text button {
    padding: 10px 11px;
    background: #FFD600;
    color: #040c1e;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.copy-text button:active {
    background: #040c1e;
    color: #FFD600;
}
.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -45px;
    right: -15px;
    background-color: #FFD600;
    color: #040C1E;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}
.copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 14px;
    width: 10px;
    height: 10px;
    background: #FFD600;
    transform: rotate(45deg);
    display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}
#custom-inucredits::placeholder {
    color: red;
}
select#hiringopt {
    height: 50px;
    background: #F8F8FA;
    border: 1px solid #DEE3F0;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    max-width: 250px;
    display: inline-block;
    margin-right: 15px;
}
a#interestsubbtn {
    background: #FFD600;
    border: 1px solid #FFD600;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 25%);
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #040C1E;
    padding: 13px 40px;
    transition: all ease-in-out .5s;
}
span.infomsg {
    display: block;
    padding: 15px 0;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
    font-size: 15px;
    font-style: italic;
    color: #4c4000;
    font-weight: 500;
}
select#hiringopt.error {
    border: 1px solid;
}

@media (max-width:991px){
    .transactions-wrapper{
        margin: 50px 0 0;
    }
}
@media (max-width:767px){
    #courseForum ol li ol {
        padding-left: 25px;
    }
}
@media (max-width:575px){
    #courseForum ol li ol {
        padding-left: 0;
    }
    #courseForum .form_content_block{
        padding: 15px;
        max-width: calc(100% - 50px);
        flex: calc(100% - 50px);
    }
    #courseForum .profile_pic_forum img{
        width: 40px;
        height: 40px;
    }
    #courseForum .profile_pic_forum{
        width: 50px;
        height: 50px;
    }
    .oneline-column{
        display: block;
    }
    .oneline-column .topup-now{
        margin-top: 10px;
    }
    .oneline-column h2{
        font-size: 25px;
    }
    .transactions {
        padding: 20px 0;
    }
    .transaction-item{
        padding: 15px;
    }
    .transaction-item-inner{
        overflow: hidden;
        padding-left: 10px;
    }
    .transaction-item_details h3{
        font-size: 18px;
        line-height: 20px;
    }
    .transaction-item .tricon{
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    p.available-credit {
        font-size: 13px;
    }
}
.all-positions .pstbtns a {
    width: 150px;
    margin-left: 10px;
    border: none;
    color: #000;
    padding: 5px 8px;
    background: #FFD600;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    transition: all ease-in-out .5s;
}
.all-positions .pstbtns {   
    transition: all ease-in-out .5s;
    display: block;
    text-align: center;
    margin: 15px 0 0 auto;
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.all-positions .pstbtns a.delete_positions {
    background: red;
    color: #fff;
}

.positions-items.selfposition {
    padding-bottom: 60px;
}
.my-account-tabs .course-ranking {
    text-align: center;
    background: #F8F8FA;
    border-radius: 10px;
    font-family: 'Manrope', sans-serif !important;
    border: 1px dashed #DEE3F0;
    margin-top: 20px;
    padding: 50px 40px;
}
.my-account-tabs .course-ranking .fa-ranking-star:before {
    font-size: 40px;
    color: #FFD600;
}
.my-account-tabs .course-ranking .main{
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}
.my-account-tabs .course-ranking .left{
    text-align: left;
    font-size: 1.4rem;
}
.my-account-tabs .course-ranking .right{
    text-align: right;
    font-size: 1.4rem;
}
.my-account-tabs .course-ranking h3{
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

/*Courses step Bar*/

#crsteps {
    max-width: 100%;
    padding: 50px 0;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.crstep .number{
    width: 50px;
    height: 50px;
    background-color: hsl(0, 0%, 100%);
    display: flex;
    border: 3px solid hsl(226,15%,83%) !important;
    border-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    color: hsl(226,15%,83%);
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
    z-index: 9;
}
.crstep:before {
    width: 100%;
    height: 3px;
    display: block;
    background-color: hsl(226,15%,83%);
    content: '';
    top: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.crstep:first-child:before{
    width: 50%;
    left: unset;
}
.crstep:last-child:before{
    width: 50%;
    right: unset;
}
.crstep {
    max-width: 20%;
    flex: 20%;
    position: relative;
}
.crstep .title {
    display: block;
    font-weight: 700;
    color: hsl(226,15%,83%);
    font-size: 20px;
}
.crstep.active .title {
    color: #000;
    text-transform: capitalize;
}
.crstep.active .number {
    border-color: #FFD600 !important;
    color: #000 !important;
    background: #FFD600 !important;
}
.crstep.active:before {
    background: #FFD600;
}
.crstep.active:after {
  color: hsl(206,72%,68%);  
}
.crstep.done {
  background-color: hsl(120,42%,54%);
  border-color: hsl(120,42%,54%);
  
  color: hsl(0, 0%, 100%);
}
.crstep.done:before {
  background-color: hsl(120,42%,54%);  
}
.profile-preview-main h3 {
    margin-bottom: 0 !important;
}
.profile-preview-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: calc(100% - 439px);
}
.profile-preview-contents {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.profile-preview-contents:empty {
    display: none;
}
.profile-detail {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0px 30px 30px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    width: 100%;
}
.data-scroll {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}
.data-scroll::-webkit-scrollbar {
    width: 8px;
}
 
.data-scroll::-webkit-scrollbar-track {background: #F8F8FA;border-radius: 50px;}
 
.data-scroll::-webkit-scrollbar-thumb {
  background-color: #040C1E;
  border: 2px solid #F8F8FA;
  border-radius: 50px;
}
.profile-preview-contents .profile-detail-block {
    margin-top: 35px;
    box-shadow: none;
    margin-bottom: 0;
}
.profile-data-content h2 {
    font-size: 35px;
    font-family: 'Manrope', sans-serif;
    line-height: 48px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.profile-data-content p {
    font-size: 15px;
    line-height: 25px;
    color: #040C1E;
    font-weight: 500;
}
.profile-preview-contents .profile-detail-block{
    margin-top: 35px;
    box-shadow: none;
}
.profile-preview-contents .profile-detail-inner {
    padding: 0;
    background: transparent;
}
.insprofile img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}
input#extraFiles {
    height: 57px;
}
.body_scroll_stop {
    overflow: hidden;
}
.clearfilter{
    display: none;
}
a.clearfilter {
    position: absolute;
    top: -30px;
    right: 207px;
    color: red;
    font-weight: 600;
    font-size: 20px;
}
.mc4wp-error p {
    color: red;
    font-size: 14px !important;
}

/*03-05-2023*/
.hiring_positions_links {
    color: #040c1e;
    padding: 3px 12px;
    background: #FFD600;
    border-radius: 20px;
}
.recruiter_nm_hire a {
    color: #000;
}
.profile-detail-inner h2 {
    text-transform: capitalize;
}

/*03-05-2023 End*/
.noaccessouter {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom right, #FFD60033, #FFD60005);
}
.lock i.fa.fa-lock {
    font-size: 82px;
    color: #ffa500;
}
.noaccessouter h1 {
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px;
    font-size: 45px;
    color: #040C1E;
    font-family: 'Barlow', sans-serif;
}
.noaccessouter p {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    color: #201B53;
    padding: 10px 0;
    text-align: center;
}
.next-back-btn span.error {
    font-size: 17px;
}
.priceratepopup.active {
    display: block !important;
}
span.maxerror {
    color: red;
}

/*11-05-2023 */
.lms-heading-main .lms-container.lead-container ul li {
    position: relative;
}
.priceratepopup {
    position: absolute;
    right: 0;
    top: 0;
    background: #f5f5f5 !important;
    padding: 18px;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 10%);
    max-width: 420px;
    z-index: 9;
}
.pricetbl.table {
    border: 1px solid var(--bs-border-color);
    background: #fff;
}
.priceratepopup .info {
    font-weight: 700;
    color: #000;
}
.pricetbl.table th {
    text-transform: capitalize;
}
p.infomsgtp {
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.priceratepopup .info .inlinelnk {
    border-radius: 50px;
    padding: 1px 14px;
    background: #FFD600;
    margin-right: 10px;
}
.priceratepopup .info .inlinelnk:hover {
    background: #040c1e;
}
#topupform .topheadform {
    margin-bottom: 20px;
}
.prcrulebtn {
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.grid-col > * {
    max-width: calc(50% - 7px);
    flex: calc(50% - 7px);
}
.form-group.grid-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.loadmoreblc {
    margin: 0 auto;
    text-align: center;
}
.checkblock {
    padding: 20px 0;
}
.checkblock label {
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    color: #112E4F;
    font-weight: 700;
    margin-bottom: 6px;
    display: inline;
}
input#coursediscount {
    height: 18px;
    display: inline !important;
    width: 20px;
    margin-left: 10px;
    top: 4px;
    position: relative;
}

/* 12-05-2023 */
#topupformpopup .center-form {
    max-width: 850px;
}
#topupformpopup form {
    width: 100%;
    padding: 50px 40px;
    background: #F5F5F5;
}
#topupformpopup .topheadform {
    text-align: center;
    margin-bottom: 35px;
}
.white-block {
    padding: 20px;
    background: #fff;
    border: 1px solid #DEE3F0;
    border-bottom: 0;
}
.bottom-block {
    padding: 20px;
    background: #e9f3ff;
    border: 1px solid #DEE3F0;
    border-top: 0;
}
.bottom-block .footerinr {
    max-width: 45%;
    margin-left: auto;
}
.footerinr-item > span,
.bottom-block .form-group .topbd span {
    color: #112E4F;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.footerinr-item {
    display: flex;
    justify-content: space-between;
}
.bottom-block .form-group .topbd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEE3F0;
    padding-bottom: 8px;
}
.bottom-block .form-group .submit-btn {
    text-align: right;
}
input#rangeslidercrd {
    padding: 0;
}
.white-block > *:last-child {
    margin-bottom: 0;
}
#topupformpopup form .maxerror {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    display: block;
    background: #fffdf2;
    padding: 3px 20px;
    max-width: fit-content;
    border-radius: 30px;
    margin: 0 auto;
}
#topupformpopup form .maxerror:empty{
    display: none;
}

/* 12-05-2023 End*/

/*24-05-2023*/
.webouter {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 80px 0;
}
.webouter.fullpage .singlewb {
    background: #FFFFFF;
    box-shadow: 15px 15px 40px rgba(4, 12, 30, 0.08) !important;
    border-radius: 10px !important;
    padding: 30px 24px 90px 24px;
    position: relative;
    max-width: 100% !important;
}
.othertimes span:hover, .othertimes span.active {
    color: #FFD600 !important;
}
.wpws-registration-action-button a:hover {
    color: #000000b8;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root > div {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    position: relative;
    max-width: 100% !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-login-register-link {
    text-decoration: none !important;
    display: flex;
    background: #F8F8FA;
    border-radius: 5px;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    padding: 4px 12px !important;
    font-family: 'Barlow', sans-serif;
    color: #55597D !important;
    max-width: fit-content;
    margin-left: auto;
    margin-bottom: 15px;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-form input{
    height: 50px !important;
    padding: 10px 20px 10px 20px !important;
    font-size: 14px !important;
    color: #9AA9BF !important;
    background: #F4F7FC !important;
    border: solid 1px #F4F7FC !important;
    border-radius: 10px !important;
    font-weight: 500;
    font-family: 'Manrope', sans-serif !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-form label span div p {
    position: relative;
    cursor: pointer;
    font-size: 12px !important;
    font-family: 'Manrope', sans-serif !important;
    color: #040c1e !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-transform: capitalize !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root .wpws-registration-calendar > div:last-child {
    display: flex;
    flex-wrap: wrap;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-form label {
    margin: 10px 0;
    align-items: flex-start;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-form label span:first-child {
    margin-right: 5px;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-countdown-timer > * {
    padding: 10px 20px 10px 20px !important;
    font-size: 14px !important;
    color: #9AA9BF !important;
    background: #F4F7FC !important;
    border: solid 1px #F4F7FC !important;
    border-radius: 10px !important;
    font-weight: 500;
    font-family: 'Manrope', sans-serif !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-action-button button {
    display: inline-block;
    height: 50px !important;
    background: #FFD600 !important;
    border: 1px solid #FFD600 !important;
    border-radius: 5px !important;
    color: #040c1e !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 0.55rem 1rem !important;
    width: 100% !important;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 25%) !important;
    transition: all ease-in-out 0.5s !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-action-button button:hover{
    background: #040C1E !important;
    border: 1px solid #040C1E !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
    box-shadow: 4px 9px 20px rgba(51, 95, 194, 0.25);
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-alternate-sessions div span {
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 25px !important;
    color: #040c1e !important;
    text-decoration: none !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root form .wpws-registration-alternate-sessions div span:hover {
    color: #FFD600 !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root .wpws-registration-calendar > div:last-child > div:first-child {
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 35px;
    margin-bottom: 0;
    color: #040C1E !important;
    font-family: 'Barlow', sans-serif;
    max-width: 100%;
    flex: 100%;
    padding: 0 !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root .wpws-registration-calendar > div:first-child {
    margin-right: 5px;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root .wpws-registration-calendar > div:last-child > div:nth-child(2) {
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Manrope', sans-serif;
    color: #55597D !important;
    padding: 0 10px 0px 0 !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root .wpws-registration-calendar > div:last-child > div:last-child {
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Manrope', sans-serif;
    color: #55597D !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root .wpws-registration-calendar > div:first-child > div:last-child {
    font-size: 35px !important;
    font-weight: 800 !important;
    line-height: 45px;
    color: #040C1E !important;
    font-family: 'Barlow', sans-serif;
    padding: 3px 15px !important;
}
.webouter.fullpage .singlewb .MuiScopedCssBaseline-root .wpws-registration-calendar {
    margin-bottom: 12px;
}

.wpws-registration-calendar {
    display: flex;
    flex-direction: row;
}
.wpws-18.wpws-14 {
    min-width: 60px;
    align-self: center;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
    min-height: 60px;
    align-items: center;
}
.wpws-19.wpws-15 {
    text-align: center;
    font-size: 12px;
    font-weight: 500 !important;
}
.wpws-20.wpws-16 {
    font-size: 35px !important;
    font-weight: 800 !important;
    line-height: 45px;
    color: #040C1E !important;
    font-family: 'Barlow', sans-serif;
    padding: 3px 15px !important;
}
span.daynamelbl {
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 35px;
    margin-bottom: 0;
    color: #040C1E !important;
    font-family: 'Barlow', sans-serif;
    max-width: 100%;
    flex: 100%;
    padding: 0 !important;
}
span.datelbl, span.timelbl {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Manrope', sans-serif;
    color: #0a0a0a !important;
}
.wpws-registration-alternate-sessions {
    margin: 15px 0;
}
.webtitle a {
    max-width: 100%;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}
.wpws-registration-action-button a {
    width: 100%;
    background-color: #FFD600;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 19px;
    color: #0A1123;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}
.othertimes span {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #040c1e;
    text-decoration: none;
    display: block;
    text-align: center;
    cursor: pointer;
}
.webtitle {
    min-height: 75px;
}
.wpws-registration-action-button {
    position: absolute;
    bottom: 15px;
    width: 89%;
}

#customer_details input {
    height: 60px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    color: #9AA9BF;
    background: #F4F7FC;
    border: solid 1px #F4F7FC;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
#customer_details label {
    color: #112E4F;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header {
    padding: 90px 0;
    background: #F8F8FA;
    background-image: url(assets/images/line-shape.png);
    background-size: cover;
    background-position: center center;
}
.woocommerce-cart .entry-header h2,
.woocommerce-checkout .entry-header h2 {
    max-width: 1290px;
    margin: 0 auto;
    font-size: 35px;
    font-family: 'Manrope', sans-serif;
    line-height: 48px;
    padding: 0 15px;
}
.woocommerce-cart  .entry-content,
.woocommerce-checkout  .entry-content {
    padding: 80px 0;
}
.woocommerce-cart .entry-content .woocommerce-error li a {
    font-family: 'Barlow', sans-serif;
}
.woocommerce-cart .entry-content .woocommerce-error .button,
.woocommerce-cart .entry-content .woocommerce-message .button,
.woocommerce-checkout .entry-content .woocommerce-message .button,
.woocommerce-cart .entry-content button {
    display: inline-block;
    background: #FFD600;
    border: 1px solid #FFD600;
    border-radius: 5px;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 25%);
    transition: all ease-in-out .5s;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 40px !important;
    text-align: center;
    color: #040C1E;
    width: auto;
}
.woocommerce-cart .entry-content .woocommerce-error .button:hover,
.woocommerce-cart .entry-content button:hover,
.woocommerce-cart .checkout-button:hover,
#payment #place_order:hover,
.woocommerce-cart .return-to-shop a:hover,
.woocommerce-checkout .checkout_coupon .button:hover {
    background: #040C1E !important;
    border: 1px solid #040C1E !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
    box-shadow: 4px 9px 20px rgba(51, 95, 194, 0.25);
}
.woocommerce-cart  .coupon input {
    margin-right: 10px !important; 
    width: 100% !important;
    height: 52px;
    padding: 10px 20px 10px 20px !important;
    font-size: 14px;
    color: #9AA9BF;
    background: #F4F7FC;
    border: solid 1px #F4F7FC !important;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    max-width: 200px;
}
.woocommerce-cart .woocommerce-cart-form table thead tr th {
    position: relative;
    font-size: 18px;
    color: #040C1E !important;
    padding: 15px 4px;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}
.woocommerce-cart .woocommerce-cart-form .product-name a {
    font-size: 15px;
    font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form .product-name .variation {
    display: flex;
    align-items: center;
}
.woocommerce-cart .woocommerce-cart-form .product-name .variation dt {
    font-size: 18px;
}
.woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
    font-size: 18px;
    color: #040C1E !important;
}
.woocommerce-cart-form .product-name .variation, .woocommerce-cart-form .product-name .variation p {
    font-size: 16px;
    color: #040C1E !important;
}
.cart_totals h2 {
    text-transform: capitalize;
}
.woocommerce-cart .checkout-button {
    display: inline-block;
    background: #FFD600 !important;
    border: 1px solid #FFD600 !important;
    border-radius: 5px;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 25%);
    transition: all ease-in-out .5s;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 40px !important;
    text-align: center;
    color: #040C1E !important;
    width: auto;
}
.woocommerce-checkout #customer_details .form-row {
    margin-bottom: 15px;
}

.woocommerce-checkout #customer_details .form-row .select2-selection {
    height: 60px !important;
    font-size: 14px;
    color: #9AA9BF !important;
    background: #F4F7FC !important;
    border: solid 1px #F4F7FC !important;
    border-radius: 10px !important;
    font-weight: 500;
    font-family: 'Manrope', sans-serif !important;
}
.woocommerce-checkout #customer_details .form-row .select2-selection .select2-selection__rendered{
    line-height: 60px !important;
}
.woocommerce-checkout #customer_details .form-row .select2-selection .select2-selection__arrow{
    height: 60px;
}
.woocommerce-checkout .checkout h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 45px;
    text-transform: capitalize;
}
.woocommerce-checkout #customer_details textarea {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    color: #9AA9BF;
    background: #F4F7FC;
    border: solid 1px #F4F7FC;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    height: 120px;
    resize: none;
}
#order_review table {
    margin: 0 0 35px 0 !important;
}
#order_review table th {
    position: relative;
    font-size: 18px;
    color: #040C1E !important;
    padding: 15px 13px;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}
#order_review table td {
    font-size: 18px;
    color: #040C1E !important;
    padding: 15px 13px;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}
#payment {
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.1);
}
#payment label {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #040C1E !important;
    font-family: 'Barlow', sans-serif;
}
#payment .payment_box p {
    color: #fff;
}
#payment .payment_box {
    background: #040C1E !important;
}
#payment p{
    color: #55597D;
    font-size: 16px;
    font-weight: 500;
}
#payment .payment_box::before {
    border: 1em solid #040c1e !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
#payment #place_order {
    display: inline-block;
    height: 50px;
    background: #FFD600;
    border: 1px solid #FFD600;
    border-radius: 5px;
    color: #040c1e;
    font-weight: 600;
    font-size: 18px;
    padding: 0.55rem 1rem;
    width: 142px;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 25%);
    transition: all ease-in-out .5s;
    font-family: 'Barlow', sans-serif;
    margin-top: 20px;
}
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 13px;
}
.woocommerce-cart .return-to-shop a {
    display: inline-block !important;
    background: #FFD600 !important;
    border: 1px solid #FFD600 !important;
    border-radius: 5px !important;
    color: #040c1e !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 15px 1rem !important;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 25%) !important;
    transition: all ease-in-out .5s;
    font-family: 'Barlow', sans-serif;
}

/*------- Thank You Page------------*/
.woocommerce-checkout .thankyou-text {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 50px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
}
.woocommerce-checkout .order-detail-bag,
.woocommerce-checkout .bacs_details {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.woocommerce-checkout .order-detail-bag li, 
.woocommerce-checkout .bacs_details li {
    font-size: 18px !important;
    padding-right: 20px !important;
    margin-right: 20px !important;
    float: unset !important;
    flex: auto;
}
.woocommerce-checkout .order-detail-bag li strong,
.woocommerce-checkout .bacs_details li strong {
    color: #040c1e;
}
.woocommerce-checkout .woocommerce-bacs-bank-details h3 {
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-order-details table thead tr th,
.woocommerce-checkout .woocommerce-order-details table tfoot tr th,
.woocommerce-checkout .woocommerce-order-details table tr td {
    position: relative;
    font-size: 18px;
    color: #040C1E !important;
    padding: 15px;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}
.woocommerce-checkout .woocommerce-bacs-bank-details{
    margin: 60px 0;
}
.woocommerce-checkout .checkout_coupon p {
    color: #55597D;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce-checkout .checkout_coupon #coupon_code {
    height: 60px;
    padding: 10px 20px 10px 39px;
    font-size: 14px;
    color: #9AA9BF;
    background: #F4F7FC;
    border: solid 1px #F4F7FC;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
.woocommerce-checkout .checkout_coupon .button {
    display: inline-block;
    background: #FFD600;
    border: 1px solid #FFD600;
    border-radius: 5px;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 25%);
    transition: all ease-in-out .5s;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 40px !important;
    text-align: center;
    color: #040C1E;
    width: auto;
}
/*--------- Privacy Policy -------------*/

.privacy-policy article {
    padding: 70px 0;
}
.privacy-policy article .entry-content h2{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 30px;
}

/*---------- Webinars -------------*/
.webinarsblcs {
    padding-top: 50px;
}
.webinar-main {
    padding: 70px 0;
}
.webfilters .form-control {
    background: #F4F7FC !important;
    border: 0;
    box-sizing: border-box;
    font-size: 16px;
    height: 50px;
}
.webinarsblcs .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 0;
}
.nowebfound {
    text-align: center;
    grid-column: 1 / 4;
    font-weight: 600;
    font-size: 20px;
    color: #040C1E;
    font-family: 'Manrope', sans-serif;
}
.all_products_lists {
    height: auto;
    background: #F8F8FC;
    position: relative;
    break-inside: avoid;
    margin-bottom: 30px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 10px 10px #d8d8d8;
    padding: 17px !important;
    transition: all .3s ease-in-out;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}
.all_products_lists:hover {
    box-shadow: 0 15px 15px #bbb;
}
.all_products_lists:hover .datetodispaly {
    background: #FFD600;
}
.all_products_lists:hover .datetodispaly > span{
    color: #040c1e;
}
.all_products_lists:hover .prd-learnmore a{
    color: #FFD600;
}
.all_products_lists:hover:after {
    background: #040c1e;
}
.all_products_lists:after {
    content: '';
    position: absolute;
    height: 10px;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    background: #FFD600;
}
.datetodispaly {
    background: #040c1e;
    padding: 10px 18px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 1;
    transition: all .3s ease-in-out;
    left: 20px;
    transition: .3s;
    font-weight: 600;
}
.dateone {
    display: block;
    color: #fff;
    font-size: 18px;
    transition: all .3s ease-in-out;
    line-height: normal;
}
.month {
    display: block;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-in-out;
    line-height: normal;
}
.webimgouter .webimg {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.all_products_lists .prdContent h2 {
    font-size: 1.4em;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
.all_products_lists .prdContent > h2{
        min-height: 70px;
}
.download-dropdown.download-dropdown-new {
    color: #000;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fed501;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 15px;
    max-width: fit-content;
    font-weight: 500;
    width: 60%;
    display: inline-block;
}
p.webinarnew-duration{
    width: 20%;
}
p.webinarnew-price{
    width: 13%;
}
.price--text-length .webinarnew-price {
    width: max-content;
}
p.webinarnew-duration, p.webinarnew-price {
    font-size: 11px;
    display: inline-block;
    background: #FFD600;
    padding: 7px 14px;
    margin-left: 10px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.6em;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
}
.webinarnew-speakers-img{
    float: left;
}
.prdNav hr {
    width: 95%;
    color: #ddd;
    display: inline-block;
    text-align: left;
    opacity: .3;
    padding-bottom: 5px;
}
.prdNav a {
    font-size: 18px;
    font-weight: 700;
    color: #040c1e;
}

.webinar-desc p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
}
.webinarnew-speakers img {
    width: 55px;
    border-radius: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 55px;
    object-fit: cover;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}
.webinarnew-speakers {
    margin: 20px 0 0;
    overflow: hidden;
}
.prdNav hr {
    width: 95%;
    color: #ddd;
    display: inline-block;
    text-align: left;
    opacity: .3;
    padding-bottom: 5px;
    margin: 0;
}
.webinar-desc h2 strong {
    font-weight: 800;
}
.prdContent {
    position: initial;
    overflow: initial;
}
.prd-spkr p strong {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}
.prd-spkr p {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
}
.prd-spkr p:last-child{
    margin: 5px 0 20px;
}
.prd-spkr{
    float: left;
    margin:12px 0 0 10px;
    height: 55px;
    overflow: hidden;
    width: 70%;
}
.prdNav.prd-learnmore.prd-blue {
    margin: 3px 0px;
    text-align: center;
}
#myaccount .security-tabs ul li {
    display: block;
    margin-top: 10px;
}

/* 12-06-2023  */
.start-from .ui.calendar .ui.table tr td {
    padding-left: 2.4em;
    padding-right: 2.4em;
}
div#allwebinars .webouter {
    grid-template-columns: 1fr 1fr;
}
.clock.flip-clock-wrapper {
    margin: 90px auto 45px auto !important;
    max-width: fit-content;
}

/*--- 16-06-2023 ----*/
.webinar-book {
    padding: 70px 0;
}
.webinar-book p, .webinar-book ul li {
    color: #55597D;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
.webinar-book ul {
    background: #F4F7FC;
    border-radius: 10px;
    padding: 40px;
}
.webinar-book ul li {
    margin-bottom: 15px;
    padding-left: 22px;
    position: relative;
}
.webinar-book ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.webinar-book h3 {
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 10px;
}
.webinar-book .clock {
    margin: 0 auto 60px;
    font-size: 4rem;
    color: #000;
    border-radius: 10px;
    font-weight: 700;
    line-height: initial;
    max-width: 400px;
    padding: 12px 30px;
    box-shadow: 0 24px 36px 0 rgb(0 44 124 / 17%);
    background: #FFD600;
}
.register_webinar_btn {
    background: #FFD600;
    border: 1px solid #FFD600;
    box-shadow: 4px 9px 20px rgb(255 214 0 / 25%);
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #040C1E;
    padding: 15px 40px !important;
    transition: all ease-in-out .5s;
    display: inline-block;
    margin-top: 20px;
}
.highest_ear .last_month_earning_cour tr:last-child th:first-child {
    width: 70%;
}
.webbandge {
    background: #000;
    text-align: right;
    display: block;
    color: #FFD600;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 4px 20px;
    z-index: 9;
    border-radius: 30px 0 0 30px;
}

/*Webinar deatils*/
.upcoming-webinar {
    padding: 100px 15px 140px;
    background-position: center center;
    background-size: cover;
}
.banner-widget.media-right.layout-small {
    grid-template-columns: 1fr 38%;
}
.banner-widget.left-align {
    justify-content: start;
    text-align: left;
    align-items: start;
}
.banner-widget.media-left, .banner-widget.media-right {
    grid-template-columns: 1fr 1fr;
}
.banner-widget {
    display: grid;
    justify-content: center;
    align-items: start;
    grid-gap: 24px;
}
.banner-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
}
.banner-content-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.hostedby, #prcinputdt {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #040c1e;
}
.hostedby strong {
    font-weight: 900;
    color: #040c1e;
}
.pointer svg path {
    fill: #040c1e;
}
.pointer svg {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.pointer {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.session-date, .session-time, .ember-view {
    margin-bottom: 17px;
}
.session-timer {
    margin: 25px 0;
}
#timer {
    padding: 20px 20px;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    font-family: 'Barlow', sans-serif;
    background: #0e073d;
    box-shadow: 15px 15px 40px rgba(4, 12, 30, 0.08);
}
#timer > * {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    padding: 0 16px;
}
#timer > *:not(:last-child) {
    border-right: 1px solid #ffffff;
}
#timer > * b {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.badgeweb {
    font-size: 16px;
    line-height: 29px;
    font-weight: 900;
    color: #040c1e !important;
    background: #FFD600;
    padding: 3px 17px;
    border-radius: 30px;
    display: inline-block;
}



/*---------- MEDIA QUERY -----------------*/
@media (max-width:1199px){
    .profile-detail{
        max-width: 90%;
    }
}
@media (max-width:991px){
    .woocommerce-checkout .checkout h3{
        font-size: 30px;
        margin-bottom: 35px;
    }
    .profile-preview-main{
        max-width: 100%;
    }
    .footer__div{
        margin-top: 15px;
    }
    #topupformpopup .topheadform h3{
        font-size: 22px !important;
    }
    .webouter {
        grid-template-columns: 1fr 1fr;
    }
    .woocommerce-cart .entry-content, .woocommerce-checkout .entry-content{
        padding: 40px 0 !important;
    }
    .woocommerce-checkout .order-detail-bag li, 
    .woocommerce-checkout .bacs_details li{
        font-size: 16px !important;
    }
}
@media (max-width:768px){
    .woocommerce-checkout .woocommerce-bacs-bank-details{
        margin: 30px 0;
    }
    .woocommerce-cart .woocommerce-cart-form table tbody tr td {
        position: relative;
        font-size: 18px;
        color: #040C1E !important;
        padding: 8px 12px;
        font-family: 'Barlow', sans-serif;
        text-transform: capitalize;
        background: transparent !important;
    }
    .woocommerce-cart .woocommerce-cart-form .product-name .variation dt,
    .woocommerce-cart-form .product-name .variation, .woocommerce-cart-form .product-name .variation p {
        font-size: 16px;
    }
    .woocommerce-cart .coupon input {
        max-width: 50%;
        margin-right: 0 !important;
    }
    .woocommerce-cart  .product-quantity {
        padding: 12px !important;
        height: 50px !important;
    }
}
@media (max-width:767px){
    .crstep .title{
        font-size: 18px;
    }
    .data-scroll{
        height: calc(100vh - 75px);
    }
    .profile-detail {
            margin: 5.5% auto 0;
        padding: 15px;
    }
    .profile-data-content h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    #topupformpopup form{
        padding: 25px 20px;
    }
    #topupformpopup{
        padding: 20px !important;
    }
        .webouter {
        grid-template-columns: 1fr ;
    }
    .woocommerce-checkout .checkout h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    #customer_details .woocommerce-billing-fields{
        margin-bottom: 20px;
    }
    .webinarsblcs .row{
        grid-template-columns: 1fr !important;
    }
    .all_products_lists .prdContent > h2{
        min-height: unset !important;
    }
    .prdContent{
        height: auto !important;
    }
}

@media (max-width:575px){
    .center-form input:not(input[type="submit"]), .center-form select{
        height: 50px;
    }
    .bottom-block .footerinr{
        max-width: 100%;
    }
    .woocommerce-cart .entry-content .woocommerce-error .button {
        float: unset;
        display: block;
        margin-top: 10px !important;
        order: 2;
    }
    .woocommerce-cart .entry-content .woocommerce-error li {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-cart .entry-content .woocommerce-error {
        padding: 15px 8px 15px 50px;
    }
    .woocommerce-cart .coupon input {
        max-width: 100%;
        margin-bottom: 10px !important;
    }
    .woocommerce-cart .entry-content button{
        width: 100% !important;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
        width: 100%;
    }
    .woocommerce-checkout .thankyou-text{
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width:480px){
    select#hiringopt {
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    a#interestsubbtn{
        text-align: center;
        width: 100%;
    }
}