/** login page css start **/
.thinkbe4-login , .common-form-style {
    padding:50px 50px;
    border-radius: 5px;
    max-width: 470px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
    outline: 0;
}
.thinkbe4-login .sign-in-heading {
    font-size: 28px;
    line-height: 40px;
    color: var(--edublink-color-heading);
    font-family: var(--edublink-font-secondary);
    margin-bottom: 0;
}
.thinkbe4-login .edublink-login-box-text,.common-form-style .edublink-login-box-text {
    text-align: center;
    margin-bottom: 42px;
}
.thinkbe4-login .edublink-login-item input , .common-form-style .edublink-login-item input,.common-form-style .edublink-login-item select{
    border: 1px solid var(--edublink-color-border);
    height: 50px;
    box-shadow: none;
    padding: 0 20px;
    outline: none;
    border-radius: 5px;
    color: var(--edublink-color-heading);
    line-height: normal;
    background: var(--edublink-color-white);
    width: 100%;
    font-family: var(--edublink-font-primary);
}
.thinkbe4-login .remember-me-with-register {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.thinkbe4-login span.remember-me-text {
    position: relative;
    color: var(--edublink-color-heading);
    font-size: 16px;
    line-height: 24px;
}
.thinkbe4-login span.remember-me-text:before {
    background: #fff;
    color: var(--edublink-color-primary);
    width: 17px;
    height: 17px;
    min-width: 17px;
    line-height: 17px;
    text-align: center;
    justify-content: center;
    border: 1px solid var(--edublink-color-border);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 0;
    font-size: 0;
    vertical-align: middle;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    content: "\eb7b";
    font-family: remixicon !important;
    font-style: normal;
    pointer-events: auto;
}
.thinkbe4-login .lost_password {
    position: relative;
    color: var(--edublink-color-primary);
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}
.edublink-login-register-button.button-login {
    margin-top:0;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: var(--edublink-color-white);
    background: var(--edublink-color-primary);
    padding: 0 30px;
    transition: 0.4s;
    font-family: var(--edublink-font-primary) !important;
    border: 0 none;
    width: 100%;
    text-align: center;
    position: relative;
}
.thinkbe4-login .edublink-login-register-wrapper, .common-form-style .edublink-login-register-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
}
.thinkbe4-login input[type="submit"].edublink-submit-button , .common-form-style input[type="submit"].edublink-submit-button{
    border: 0;
    padding: 0;
    color: var(--edublink-color-white);
    text-align: center;
    font-family: var(--edublink-font-secondary) !important;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
	height: 50px;
}
.thinkbe4-login .edublink-login-register-button:after , .common-form-style .edublink-login-register-button:after {
    content: "";
    height: 100%;
    width: 0;
    background: var(--edublink-gradient-primary);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.thinkbe4-login .edublink-login-register-button:hover:after, .common-form-style .edublink-login-register-button:hover:after{
    left: 0;
    width: 100%;
}
.thinkbe4-login input[type="checkbox"].remember-user:checked+span.remember-me-text:before {
    font-size: 15px;
    background: var(--edublink-color-primary);
    color: #fff;
    border-color: var(--edublink-color-primary);
}
.thinkbe4-login .edublink-login-item , .common-form-style .edublink-login-item{
    margin-bottom: 20px;
}
.thinkbe4-login input[type="checkbox"].remember-user {
    display: none;
}
.edublink-page-title-area.edublink-default-breadcrumb {
    padding: 70px 0 55px;
}
.edublink-main-content-inner.edublink-row {
    padding-top: 60px;
    padding-bottom: 60px;
}
.common-form-style.register-form-wrap {
	max-width:800px;
}
.half-column {
    position: relative;
    width: calc(50% - 2%);
}
label.form-label {
    position: absolute;
    right: 45px;
    top: 12px;
    color: #000;
}
.reg_message .error ,.field_error{
    color: red;
}
.reg_message .success {
    color:green;
}
.register_message{
	margin:0;
}
.reg_wrapper{
	position: relative;
	cursor: pointer;
}
.reg_wrapper::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px; 
	margin-left: -10px;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: none; 
	margin-left: 6%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader::after {
  display: block;
}
.register-form-wrap .sign-in-heading {
    margin: 0;
}
p.field_error {
    margin: 0;
}
.register-form-wrap .edublink-login-register-button.button-login{
	margin-top:0;
}
@media (max-width: 767px) {

	.full-row {
		flex-direction: column;
	}
}
.reg_message {
    margin: 10px 0 20px;
}
#individual_col, #business_col {
    cursor: pointer;
}
.logged-in-message {
    text-align: center;
}
#custom-login-form .reg_wrapper::after, #custom-forgot-form .reg_wrapper::after{
    margin-left: 10%;
}
.tab-with-circle .elementor-tab-title {
    /*background: #ffce00;*/
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 15px!important;  
}
.elementor-tabs-wrapper {
    width: 60px!important;
    background: #f5f5f5;
    border-radius: 50px;
}
.tab-with-circle .elementor-tab-title:not(:last-child){
	margin-bottom: 20px;
}
.tab-with-circle .elementor-tab-content h4 {
    margin-bottom: 5px!important;
}
.elementor-widget-tabs.tab-with-circle .elementor-tabs {
    text-align: start;
    align-items: center;
}
.tab-with-circle .elementor-tab-content{
	padding-left:70px!important;
	padding-right:70px!important;
}
.reg_response_cont h3{ text-align:center; }
.reg_response_cont {
    border: 4px solid #ffce00;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.m-0, .m-0 li{margin:0!important;}
.topic-list-icon .elementor-icon-box-icon {
    padding:15px;
}
.topic-list-icon .elementor-icon-box-wrapper {
    position: relative;
    z-index: 0;
}
.topic-list-icon .elementor-icon-box-wrapper:after {
    height: 100%;
    width: 70px;
    content: "";
    background: #000;
    position: absolute;
    z-index: -1;
}
.topic-list-icon .elementor-icon-box-title {
    margin: 0;
}
.topic-list-icon .elementor-icon-box-content {
    padding: 10px;
}
.cstm-scroll-section {
    height: 220px;
    overflow-y: scroll;
}
.cstm-scroll-section {
    height: 220px;
    overflow-y: scroll;
}
.cstm-scroll-section::-webkit-scrollbar {
    width: 12px;
    height: 12px; /
}
.cstm-scroll-section::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 10px; 
}
.cstm-scroll-section::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    border: 3px solid #f0f0f0;
}
.cstm-scroll-section::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.cstm-scroll-section::-webkit-scrollbar-horizontal {
    height: 8px;
} 
.cstm-scroll-section::-webkit-scrollbar-thumb-horizontal {
    border-radius: 10px;
}
.elementor-tabs-view-vertical.elementor-tabs-alignment-center.tab-with-circle.elementor-widget.elementor-widget-tabs {
    width: 100%;
}
.full-row {
    display: flex;
    gap: 3%;
    justify-content: flex-start;
    width: 90%;
    align-items: center;
}
.full-row .icon-img img {
    width: 40px;
}
.full-row p{
    margin:0;
}
.tab-with-circle .full-row {
    margin-bottom: 20px;
}
.edu-btn.closecrclmbtn {
    line-height: 40px;
    height: 38px;
}
.lds-curriculum-header.lds-header {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px 9px rgb(0 0 0 / 5%);
    align-items: center;
    padding: 5px 3rem;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
}
.lds-curriculum-main {
    display: flex;
}
.lds-curriculum-sidebar {
    width: 370px;
    padding-right: 0rem;
    background: rgba(33, 33, 33, 1);
	position:fixed;
}
.lds-curriculum-content {
    width: calc(100% - 370px);
    padding-top: 10px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: 370px;
}
.header-center h2 {
    font-size: 20px;
    margin: 0px;
}
.ld-table-list-item-preview .ld-status-icon {
    margin-left: 10px;
}
.ld-table-list-item-preview.learndash-active-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    bottom: 0;
    background: #ffce00;
    left: 0;
}
.ld-table-list-item-preview {
    display: flex;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(108, 108, 108, 1);
    position: relative;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}
.lds-curriculum-sidebar .ld-table-list-item-preview .ld-icon-checkmark.ld-icon {
    background: #ffce00;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50px;
    color: #fff;
	font-size:13px;
}
.lds-curriculum-sidebar .tab-container {
	width: 100%;
}
.lds-curriculum-sidebar .tab-buttons {
	display: flex;
	border-bottom:1px solid rgba(108, 108, 108, 1);
}
.lds-curriculum-sidebar .tab-button {
	padding:25px 20px;
	cursor: pointer;
	border: none;
	position:relative;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
}
.lds-curriculum-sidebar .tab-button.active {
  color:#fff;
}
button.tab-button.active:before {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    background: var(--edublink-color-primary);
    bottom: -1px;
    z-index: 1;
    left: 0;
    right: 0;
}
.lds-curriculum-sidebar .tab-content {
  display: none;
  border-top: none;
  padding-top:30px;
}
.tab-content.active {
  display: block;
}
.file-icon.resource-ext-pdf svg {
    width: 50px;
    fill: #ffce00;
}
.listitem_resource a {
    display: flex;
    align-items: center;
}
.file-icon.resource-ext-pdf {
    width: 50px;
    position: relative;
}
.file-icon-text {
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    top:28px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
	font-size:14px;
}
.listitem_resource .file-name {
    margin-left: 10px;
}
.listitem_resource a:hover .resource-ext-pdf{
	color:#000;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar {
    width: 8px;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.lds-curriculum-sidebar .tab-content#Tab2 , .lds-curriculum-sidebar .tab-content#Tab3{
    padding-left: 25px;
    padding-right: 25px;
}
.lds-curriculum-sidebar .tab-content , .lds-curriculum-sidebar .tab-content h5 ,.file-icon-text, .listitem_resource .file-name {
    color: #fff;
}
.ld-status-icon.ld-status-restricted svg {
    width: 18px;
    height: 18px;
    fill: #ffce00;
}
.thinkbe4-login , .common-form-style {
    padding:50px 50px;
    border-radius: 5px;
    max-width: 470px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
    outline: 0;
}
.thinkbe4-login .sign-in-heading {
    font-size: 28px;
    line-height: 40px;
    color: var(--edublink-color-heading);
    font-family: var(--edublink-font-secondary);
    margin-bottom: 0;
}
.thinkbe4-login .edublink-login-box-text,.common-form-style .edublink-login-box-text {
    text-align: center;
    margin-bottom: 42px;
}
.thinkbe4-login .edublink-login-item input , .common-form-style .edublink-login-item input,.common-form-style .edublink-login-item select{
    border: 1px solid var(--edublink-color-border);
    height: 50px;
    box-shadow: none;
    padding: 0 20px;
    outline: none;
    border-radius: 5px;
    color: var(--edublink-color-heading);
    line-height: normal;
    background: var(--edublink-color-white);
    width: 100%;
    font-family: var(--edublink-font-primary);
}
.thinkbe4-login .remember-me-with-register {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.thinkbe4-login span.remember-me-text {
    position: relative;
    color: var(--edublink-color-heading);
    font-size: 16px;
    line-height: 24px;
}
.thinkbe4-login span.remember-me-text:before {
    background: #fff;
    color: var(--edublink-color-primary);
    width: 17px;
    height: 17px;
    min-width: 17px;
    line-height: 17px;
    text-align: center;
    justify-content: center;
    border: 1px solid var(--edublink-color-border);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 0;
    font-size: 0;
    vertical-align: middle;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    content: "\eb7b";
    font-family: remixicon !important;
    font-style: normal;
    pointer-events: auto;
}
.thinkbe4-login .lost_password {
    position: relative;
    color: var(--edublink-color-primary);
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}
.edublink-login-register-button.button-login {
    margin-top:0;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: var(--edublink-color-white);
    background: var(--edublink-color-primary);
    padding: 0 30px;
    transition: 0.4s;
    font-family: var(--edublink-font-primary) !important;
    border: 0 none;
    width: 100%;
    text-align: center;
    position: relative;
}
.thinkbe4-login .edublink-login-register-wrapper, .common-form-style .edublink-login-register-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
}
.thinkbe4-login input[type="submit"].edublink-submit-button , .common-form-style input[type="submit"].edublink-submit-button{
    border: 0;
    padding: 0;
    color: var(--edublink-color-white);
    text-align: center;
    font-family: var(--edublink-font-secondary) !important;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
	height: 50px;
}
.thinkbe4-login .edublink-login-register-button:after , .common-form-style .edublink-login-register-button:after {
    content: "";
    height: 100%;
    width: 0;
    background: var(--edublink-gradient-primary);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.thinkbe4-login .edublink-login-register-button:hover:after, .common-form-style .edublink-login-register-button:hover:after{
    left: 0;
    width: 100%;
}
.thinkbe4-login input[type="checkbox"].remember-user:checked+span.remember-me-text:before {
    font-size: 15px;
    background: var(--edublink-color-primary);
    color: #fff;
    border-color: var(--edublink-color-primary);
}
.thinkbe4-login .edublink-login-item , .common-form-style .edublink-login-item{
    margin-bottom: 20px;
}
.thinkbe4-login input[type="checkbox"].remember-user {
    display: none;
}
.edublink-page-title-area.edublink-default-breadcrumb {
    padding: 70px 0 55px;
}
.edublink-main-content-inner.edublink-row {
    padding-top: 60px;
    padding-bottom: 60px;
}
.common-form-style.register-form-wrap {
	max-width:800px;
}

.half-column {
    position: relative;
    width: calc(50% - 2%);
}
label.form-label {
    position: absolute;
    right: 45px;
    top: 12px;
    color: #000;
}
.reg_message .error, .field_error {
    color: red;
}
.reg_message .success {
    color:green;
}
.reg_message .error, .field_error, .reg_message .success{
	font-size: 12px;
    line-height: 1.3;
    margin-top: 3px!important;
}
.register_message{
	margin:0;
}
.reg_wrapper{
	position: relative;
	cursor: pointer;
}
.reg_wrapper::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px; 
	margin-left: -10px;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: none; 
	margin-left: 6%;
}
@keyframes spin {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
.loader::after {
  display: block;
}
.register-form-wrap .sign-in-heading {
    margin: 0;
}
p.field_error {
    margin: 0;
}
.register-form-wrap .edublink-login-register-button.button-login{
	margin-top:0;
}
@media (max-width: 767px) {

	.full-row {
		flex-direction: column;
	}
}
.reg_message {
    margin: 10px 0 20px;
}
#individual_col, #business_col {
    cursor: pointer;
}
.logged-in-message {
    text-align: center;
}
#custom-login-form .reg_wrapper::after, #custom-forgot-form .reg_wrapper::after{
    margin-left: 10%;
}
.tab-with-circle .elementor-tab-title {
    /*background: #ffce00;*/
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 15px!important;  
}
.elementor-tabs-wrapper {
    width: 60px!important;
    background: #f5f5f5;
    border-radius: 50px;
}
.tab-with-circle .elementor-tab-title:not(:last-child){
	margin-bottom: 20px;
}
.tab-with-circle .elementor-tab-content h4 {
    margin-bottom: 10px!important;
}
.elementor-widget-tabs.tab-with-circle .elementor-tabs {
    text-align: start;
    align-items: center;
}
.tab-with-circle .elementor-tab-content{
	padding-left:70px!important;
	padding-right:70px!important;
}
.reg_response_cont h3{ text-align:center; }
.reg_response_cont {
    border: 4px solid #ffce00;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.m-0, .m-0 li{margin:0!important;}
.topic-list-icon .elementor-icon-box-icon {
    padding:15px;
}
.topic-list-icon .elementor-icon-box-wrapper {
    position: relative;
    z-index: 0;
}
.topic-list-icon .elementor-icon-box-wrapper:after {
    height: 100%;
    width: 70px;
    content: "";
    background: #000;
    position: absolute;
    z-index: -1;
}
.topic-list-icon .elementor-icon-box-title {
    margin: 0;
}
.topic-list-icon .elementor-icon-box-content {
    padding: 10px;
}
.cstm-scroll-section {
    height: 220px;
    overflow-y: scroll;
}
.cstm-scroll-section {
    height: 220px;
    overflow-y: scroll;
}
.cstm-scroll-section::-webkit-scrollbar {
    width: 12px; 
    height: 12px;
}
.cstm-scroll-section::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 10px;
}
.cstm-scroll-section::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    border: 3px solid #f0f0f0; 
}
.cstm-scroll-section::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}
.cstm-scroll-section::-webkit-scrollbar-horizontal {
    height: 8px;
}
.cstm-scroll-section::-webkit-scrollbar-thumb-horizontal {
    border-radius: 10px;
}
.elementor-tabs-view-vertical.elementor-tabs-alignment-center.tab-with-circle.elementor-widget.elementor-widget-tabs {
    width: 100%;
}
.full-row {
    display: flex;
    gap: 2%;
    /*justify-content: center;*/
    width: 90%;
    align-items: self-start;
}
.full-row .icon-img img {
    width: 36px;
    margin-right: 0 !important;
}
.full-row p{
    margin:0;
}
.tab-with-circle .full-row {
    margin-bottom: 20px;
}
.edu-btn.closecrclmbtn {
    line-height: 40px;
    height: 38px;
}
.lds-curriculum-header.lds-header {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px 9px rgb(0 0 0 / 5%);
    align-items: center;
    padding: 5px 3rem;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    background: #fff;
}
.lds-curriculum-main {
    display: flex;
}
.lds-curriculum-content {
    width: calc(100% - 370px);
    padding-top: 10px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: 370px;
}
.header-center h2 {
    font-size: 20px;
    margin: 0px;
}
.ld-table-list-item-preview .ld-status-icon {
    margin-left: 10px;
}
.ld-table-list-item-preview.learndash-active-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    bottom: 0;
    background: #ffce00;
    left: 0;
}
.ld-table-list-item-preview {
    display: flex;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(108, 108, 108, 1);
    position: relative;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}
.lds-curriculum-sidebar .ld-table-list-item-preview .ld-icon-checkmark.ld-icon {
    background: #ffce00;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50px;
    color: #fff;
	font-size:13px;
}
.lds-curriculum-sidebar .tab-container {
  width: 100%;
}
.lds-curriculum-sidebar .tab-buttons {
  display: flex;
  border-bottom:1px solid rgba(108, 108, 108, 1);
}
.lds-curriculum-sidebar .tab-button {
  padding:25px 20px;
  cursor: pointer;
  border: none;
  position:relative;
  text-transform:uppercase;
  font-weight:600;
  color:#fff;
}
.lds-curriculum-sidebar .tab-button.active {
  color:#fff;
}
button.tab-button.active:before {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    background: var(--edublink-color-primary);
    bottom: -1px;
    z-index: 1;
    left: 0;
    right: 0;
}
.lds-curriculum-sidebar .tab-content {
  display: none;
  border-top: none;
  padding-top:30px;
}
.tab-content.active {
  display: block;
}
.file-icon.resource-ext-pdf svg {
    width: 50px;
    fill: #ffce00;
}
.listitem_resource a {
    display: flex;
    align-items: center;
}
.file-icon.resource-ext-pdf {
    width: 50px;
    position: relative;
}
.file-icon-text {
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    top:28px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
	font-size:14px;
}
.listitem_resource .file-name {
    margin-left: 10px;
}
.listitem_resource a:hover .resource-ext-pdf{
	color:#000;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar {
    width: 8px;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.lds-curriculum-sidebar .tab-content#Tab2 , .lds-curriculum-sidebar .tab-content#Tab3{
    padding-left: 25px;
    padding-right: 25px;
}
.lds-curriculum-sidebar .tab-content , .lds-curriculum-sidebar .tab-content h5 ,.file-icon-text, .listitem_resource .file-name {
    color: #fff;
}
.ld-status-icon.ld-status-restricted svg {
    width: 18px;
    height: 18px;
    fill: #ffce00;
}
.lds-loader-inner {
   position: fixed;
    top: 0;
    width: calc(100% - 370px);
    background: #ffffff6b;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    right: 0;
}
.lds-loader-inner img {
    width: 100px;
}
.lds-curriculum-sidebar .tab-buttons {
    padding-top: 60px;
}
.lds-curriculum-sidebar .tab-container {
    width: 100%;
    height: 100vh !important;
}
.lds-crclmcontent-inner {
    padding-top: 70px;
}
.lds-curriculum-sidebar .ld_sidenav_menu {
    overflow: auto;
    height: 80vh;
    padding-right: 30px;
    padding-bottom: 70px;
}
.lds-curriculum-sidebar .ld_sidenav_menu::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #212121;
}
.lds-curriculum-sidebar .ld_sidenav_menu::-webkit-scrollbar{
	width: 6px;
	background-color: #212121;
}
.lds-curriculum-sidebar .ld_sidenav_menu::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ffce00;
}
.thinkbe4-lds-navfooter {
    width: calc(100% - 370px);
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    background: #333;
    right: 0;
	z-index: 1;
}
.thinkbe4-lds-navfooter  .ld-content-actions {
    border: none !important;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button {
    background: transparent;
    color: #ffce00;
    font-weight: 500;
    padding: 0;
    font-size: 1.5rem;
}
.thinkbe4-lds-navfooter .learndash-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.thinkbe4-lds-navfooter .ld-content-actions {
    padding-top: 15px !important;    gap: 15px;
    padding-bottom: 15px !important;
    justify-content: flex-end !important;
}
.thinkbe4-lds-navfooter  .ld-content-action {
    flex-basis: auto !important;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button:hover {
    background: transparent;
    color: #ffce00;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button span.ld-icon {
    display: flex;
    align-items: center;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button span.ld-text {
    padding: 0 4px;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button:focus {
    background: transparent !important; color: #ffce00 !important;
} 
.penalties-table table thead th, .penalties-civil table thead th{
    background: #ffce00;
    color: #000;
}
.penalties-table table tbody td:first-child , .penalties-civil table tbody td:first-child{
    font-weight: 600;
    color: #000;
}
.penalties-table table tbody td, .penalties-civil table tbody td{
   text-align:left;
}
.tooltip-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.custom-tooltip {
    visibility: hidden;
    width: 340px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: -10%;
    left:0;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-weight: 500;
    transition: .8s ease-in-out;
}
.tooltip-container:hover .custom-tooltip {
	visibility: visible;
	opacity: 1;
}
.tooltip-icon svg {
    width: 20px;
    margin-left:0px;
}
.custom-tooltip p {
    font-size: 24px;
    margin-bottom: 0;
}
.penalties-table table tbody td, .penalties-civil table tbody td, .penalties-table table th, .penalties-civil table th {
    font-size: 14px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.close-btn {
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 36px;
    color: #333;
    cursor: pointer;
}
.popup-content-dv {
    background: #ffce00;
    padding: 10px 40px;
}
.popup-content-dv .cstm-scroll-section{
    background: #fff;
	padding:10px;
}
.popup-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    top: 50%;
    transform: translateY(-50%);
}
.full-column {
    position: relative;
    width: calc(100% - 2%);
}
.instructor-form .form-control {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
	font-family: "roboto";
}
.instructor-form label{
	font-family: "roboto";
}
.preview img {
    margin: 0px auto;
    max-width: 200px;
    width: 190px;
}
.field_error.contact_brand_file_request_0_error {
    z-index: 0;
    position: absolute;
    bottom: -20px;
}
.edublink-login-item:has(.preview) {
    margin-bottom: 0;
	margin-top:10px;
}
.common-form-style .edublink-login-item.mb-0{
	margin-bottom:0;
}
@media (max-width: 767px) {
	.half-column {
		position: relative;
		width: calc(100% - 2%);
	}
}
.instructor-row{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
}
.instructor-team-3-widget{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 30px !important;
}
.instructor-team-item{
    padding: 0 30px 36px;
    position: relative;
    z-index: 1;
}
.instructor-team-item .thumbnail-wrap {
    position: relative;
}
.instructor-team-item .thumbnail {
    margin-bottom: 25px;
}
.instructor-team-item .thumbnail a {
    border-radius: 10px;
    position: relative;
    display: block;
}
.instructor-team-item .thumbnail a img {
    border-radius: 10px;
    width: 100%;
}
.instructor-team-item:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
}
.instructor-team-item .thumbnail a:after {
    background-color:#ffce0091;
	content: "";
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--edublink-transition);
    transition: var(--edublink-transition);
}
.instructor-team-item .team-share-info {
    margin: -5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.instructor-team-item .team-share-info li {
    display: inline-block;
    margin: 5px;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--edublink-transition);
    transition: var(--edublink-transition);
}
.instructor-team-item .team-share-info li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    border: 2px solid var(--edublink-color-white);
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--edublink-color-white);
    -webkit-transition: var(--edublink-transition);
    transition: var(--edublink-transition);
}
.instructor-team-item .team-share-info li a:hover {
    background: var(--edublink-color-white);
    color: var(--edublink-color-primary);
}
.instructor-team-item .content {
    text-align: center;
}
.instructor-team-item .content .title {
    font-size: 20px;
    margin-bottom: 4px;
}
.instructor-team-item .content .designation{
    margin-bottom: 15px;
    display: inline-block;
}
.edublink-team-item .content p {
    margin-bottom: 0;
}
.instructor-team-3-widget .instructor-team-item:after {
    content: "";
    height: 75%;
    width: 100%;
    background-color: var(--edublink-color-white);
    border-radius: 10px;
    box-shadow: var(--edublink-shadow-darker);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.instructor-team-item:hover .team-share-info li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.instructor-team-item:hover .team-share-info li:nth-child(1n) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.edu-btn.edu-btn-black {
    width: 100%;
    background: #000;
    margin-top: 10px;
}
.edublink-button-item , .edu-btn.edu-btn-black, .edu-btn.eb-course-details-btn{
    height: 50px;
    line-height: 52px;
}
.edublink-course-details-sidebar-buttons {
    margin-top: 10px!important;
}
.edu-btn.edu-btn-black::after {
    background: #4e4e4c;
}
.instructor-image img {
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.instructor-single-row {
    display: flex;
    gap: 20px;
}
.instructor-single-left {
    width: 35%;
}
.instructor-single-right {
    width: calc(100% - 35%);
}
.instructor-top-info h5 {
    color: #ffce00;
    margin-bottom: 10px;
    font-size: 12px;
}
.instructor-top-info h3 {
    margin-bottom: 0px;
}
.instructor-designation {
    margin-bottom: 10px;
    display: block;
}
.instructor-top-info h4 {
    margin-top: 30px;
}
.instruct-cont-info p {
    margin-bottom: 10px;
}
.instructor-social-icons .elementor-social-icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
	gap:20px;
}
.instructor-social-icons .elementor-icon {
    background: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5E5E5;
    border-radius: 50%;
}
.instructor-social-icons .elementor-social-icon i {
    color: #808080;
    font-size: 18px;
}
.instructor-social-icons .elementor-social-icon:hover {
    background-color: #ffce00!important;
    border-color: #ffce00!important;
}
.instructor-social-icons .elementor-social-icon:hover i{
    color:#fff!important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    width: 60%;
    flex: none;
}
.edu-btn.edu-btn-black.crlmaccessbtn {
    font-size: 14px;
    padding: 0 15px;
    height: 35px;
    line-height: 37px;
	margin-right:1em;
}
.lds-crlmaction-btn {
    width: 40%;
}
.lds-crlmaction-btn .edu-btn.edu-btn-black{
	width:auto;
}
.lds-crlmaction-btn {
    width: 40%;
    justify-content: flex-end;
    display: inline-flex;
}
.instructor-team-item .thumbnail a img {
    border: 1px solid #dddddd57;
    background: #fff;
}
.instructor-team-item .content .description {
    min-height: 80px;
    margin-bottom: 0;
}
.instructor-image {
    margin: 0px auto;
    text-align: center;
}
.learndash-wrapper .ld-topic-status {
    margin-bottom: 20px;
}
@media (max-width:1200px) {
	.instructor-image img {
		width: 250px;
		height:250px;
	}
	.instructor-image {
		margin: 0px auto;
		text-align: center;
	}
	
}
@media (max-width: 768px) {
	.instructor-team-3-widget{
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width:50%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 30px !important;
	}
	.instructor-single-row {
		flex-direction: column;
	}
	.instructor-single-left {
		width: 100%;
	}
	.instructor-single-right {
		width: 100%;
		margin: 0px auto;
		text-align: center;
		padding-top: 40px;
	}
}
@media (max-width:575px) {
	.instructor-team-3-widget{
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width:100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 30px !important;
	}
}

span.icon-img {
    width: 100%;
    max-width: 36px !important;
}
.custm_objective-points .elementor-icon-box-wrapper p {
    margin-bottom: 0 !important;
}
.custm_osha-programs-tabs .elementor-tabs-wrapper {
    width: 50% !important;
    border-radius: 0;  
    margin-right: 10px;
    background: #fff;
}
.custm_osha-programs-tabs .elementor-tab-title {
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
    border: 1px solid #63636333 !important;
}
.custm_osha-programs-tabs .elementor-tab-title span {
    position: absolute;
    left: 10px;
    top: 13%;
    height: 40px;
    width: 40px;
    border: 2px solid #d5d8dc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custm_osha-programs-tabs .elementor-active {
    background: #ffce00;
}
.custom-instructors-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 10px;
}
.custom-instructor-avatar img {
    border-radius: 50%;
    background: #c5c5c5;
    padding: 10px;
    max-width: 56px;
}
.custom-instructor {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 24%;
}
.custom-instructor-name {
    color: #181818;
}
.tab-with-circle .elementor-tab-title:hover {
    background: #ffe578 !important;
}
.tab-with-circle .elementor-tab-title.elementor-active {
    background: #FFCE00;
}
.custm_popup-tabs  .elementor-tab-content {
    height: 230px;
    overflow-y: scroll;
}
.tooltip-icon {
    animation: tooltip-icon 1.2s ease-in-out infinite;
    margin-left: 10px;
    border-radius: 50%;
    display: flex;
}
@keyframes tooltip-icon {
	from{box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px}
	to{box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 20px;}
}
.custm_education  a:hover, .cstm-scroll-section a:hover ,.custm_risk a:hover{
    color: #fff;
}
.custm_active-tabs .elementor-tabs-wrapper ,.custm_training-tabs .elementor-tabs-wrapper{
    width: 100% !important;
    background: none;
    display: flex;
    display: flex;
    gap: 50px;
    border-radius: 0;
}
.custm_active-tabs .elementor-tab-title.elementor-tab-desktop-title {
    width: 100% !important;
    background: #FFCE00;
    color: #000;
	display:flex;
	justify-content:center;
	align-items:center;
    border-radius: 50%;
    max-width: 150px;
    min-height: 150px;
    margin-bottom: 40px;
}
.custm_active-tabs .elementor-tabs-content-wrapper {
    max-width: 50%;
    margin: auto;
}
.custm_active-tabs .elementor-tab-content {
    border: 1px solid #FFCE00 !important;
    
}
.custm_active-tabs .elementor-tabs-wrapper {
    position: relative;
}
.cstm-standard-levels {
    background: #808080 !important;
    position: relative;
}
.cstm-standard-levels:before {
    content: "\2713";
    font-size: 22px;
    font-family: 'circular';
    font-weight: bolder;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 88%;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   color: #000;
}
.cstm-standard-levels .elementor-widget-container,.cstm-standard-levels .elementor-widget-container h4 {
    color: #fff;
}
.dmec-cont-2{ display: none;}
.custm_training-tabs .elementor-tab-title {
    width: 100%;
}
.custm_hide-tabs.custm_training-tabs .elementor-tabs-wrapper {
    height: 60px;
    margin-top: 40px;
}
.custm_training-tabs.custm_hide-tabs .elementor-tab-content {
    height: 300px !important;
     overflow-y: scroll !important; 
}
.custm_training-tabs .elementor-tab-title {
    padding: 15px 20px !important;
    border-radius: 5px !important;
    background: #FFCE00;
    height: 100%;
}
.custm_gloves-tabs .elementor-tabs-wrapper ,.custm_environment-tabs .elementor-tabs-wrapper{
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 40%;
    border-radius: 0px;
    gap: 15px;
    background: none;
}
.custm_gloves-tabs .elementor-tab-title, .custm_environment-tabs .elementor-tab-title{
    padding: 14px 20px !important;
    border-radius: 5px !important;
    background: #FFCE00;
    height: 100%;
    width: 100%;
    max-height: 50px;
    /* margin: auto; */
    display: flex;
    justify-content: center;
}
.custm_gloves-tabs .elementor-tabs {
    gap: 55px;
    align-items: center;
}
.custm_gloves-tabs .elementor-tab-content {
    border: 1px solid #FFCE00 !important;
}
.custm_environment-tabs .elementor-tabs-wrapper {
    display: block !important;
}
.custm_environment-tabs .elementor-tab-title {
    margin-bottom: 25px;
}
.custm_violations-lists ul li::marker ,.custm_objective-lists ol li::marker{
    color: #ffce00;
}
.custm_mysth-tabs .elementor-tabs-wrapper {
    width: 100% !important;
    background: no-repeat;
    border-radius: 0;
}
.custm_mysth-tabs .elementor-tabs-content-wrapper {
    top: -40% !important;
    height: 100%;
}
.custm_organize-links .elementor-icon-box-wrapper a strong{transition: .2s all ease-in-out;}
.custm_organize-links .elementor-icon-box-wrapper a strong:hover {
    color: #ffce00;
    transition: .2s all ease-in-out;
}
.custm_resourses a {
 color: #ffce00;
}
.custm_resourses a:hover {
    text-decoration: underline !important;
    color: #181818;
}
.custm_behavior-lists ul{ list-style: none; padding: 0;}

.custm_behavior-lists ul li:before{ content: "\2713"; padding-right: 10px;
}
.custm_rescources-popup .dialog-widget-content a {
    top: 70% !important;
}
.cstm-hazard-checkboxes {
    position: relative;
}
.cstm-hazard-checkboxes:before {
    content: "\2713";
    font-size: 38px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(50%, -55%);
}
.custm-targets {position: relative;}
.custm-targets .custom-tooltip p {
    font-size: 12px;
    font-weight: 500;
    padding: 15px;
	line-height: 20px;
}
.custm-targets:before {
    content: "";
    position: absolute;
    background: #ffce00;
    width: 100%;
    height: 5px;
    z-index: -999;
    top: 23px;
}
.custm-targets .elementor-widget-container:hover .custom-tooltip {
    opacity: 1;
    visibility: unset;
}
.custom-tooltip {
    bottom: 119%;
}
.custm_icons-groups p {
    min-height: 80px;
}
.custm-targets .tooltip-icon {   
    margin-left: 0px;
    padding: 0px;
    width: 30px;
}
.custm-targets .tooltip-icon svg {
    width: 40px;
    margin-left: 0px;
    padding: 0;
}
.precaution-tab {
    max-width: 100% !important;
}
.custm-precaution-tab {
    display: block;
}
.custm_objective-tabs .elementor-tabs-wrapper {
    width: 100% !important;
    max-width: 60% !important;
    background: none;
    border-radius: 0;
}
.radio_button {
    position: absolute;
    width: 20px;
    left: 2%;
    top: 19%;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #969AA2;
}
.tab-tittle {
    padding-left: 20px;
}
.custm_objective-tabs .elementor-tab-title.elementor-active .radio_button {
    background: #edbd00;
    border: 1px solid #edbd00;
}
.custm_objective-tabs .elementor-tab-title.elementor-active .tab-tittle:before {
    content: "";
    position: absolute;
    background: #ffce0070;
    height: 35px;
    width: 165px;
    top: 11%;
    z-index: -1;
    left: 0%;
    border-radius: 20px;
    /* padding-left: 20px; */
}
.custm_objective-tabs .elementor-tab-title:after {
    content: "\2193" !important;
    font-family: sans-serif;
    font-size: 60px;
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #969aa27a;
}
.custm_objective-tabs  .elementor-tab-title {
    height: 100px;
}
.custm_objective-tabs .elementor-tab-title.elementor-active:after {
    top: 32px !important;
}
.custm_banner.e-con.e-flex>.e-con-inner {
    margin: 0 !important;
    max-width: 100% !important;
}
.custm-cues-button .dialog-widget-content a::after {
    top: 65% !important;
    background: #F92596 !important;
}
.accordian-img {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(110%, -60%);
}
.bottom_tabs .elementor-tab-title{
    width: 100%;
}
.custm_succeed {
    height: 100%;
}
.before-content-img {
    margin-right: 35px !important;
}
.alice-popups-buttons a {
    background: #00000033 !important;
}
.custm_active-tabs .elementor-tab-desktop-title.elementor-active{
    background: #FFCE007D !important;
}
.custm_hide-tabs {
    min-height: auto !important;
}
.fight_section .custm-shooter_tabs {
    flex: 0 0 50%;
}
.custm_tabs-wrapper {
    bottom: -50px;
}
.custm_american-disabilites-tabs .elementor-tabs-wrapper {
    width: fit-content !important;
    height: fit-content !important;
    border-radius: 8px;
    background: #ffce00;
    padding: 10px 30px;
}
.fight_section .hide-tab-content, .hide-tab-data {
    display: none;
}
.cstm-btn-sub1,.cstm-btn-sub2{
	cursor:pointer;
}
.cstm-btn-sub1.active .elementor-button , .cstm-btn-sub2.active .elementor-button {
    background-color: #bebebe!important;
    color: #fff!important;
}

@media (min-width: 1200px) and (max-width: 1690px) { 
    .custm_health-shape h3 {
        font-size: 24px !important;
    } 
    .custm-about-think {
        min-height: 383px;
    }
    .think_about-4 ,.think-about-6{min-height: 425px;}
    .custm_think-about-1 {min-height: 550px;}    
}
@media (min-width: 1200px) and (max-width: 1420px) {   
	.custm-think_about {min-height: 530px;}
	.custm-think-about-3 {min-height: 440px;}
	.think_about-5{ min-height: 625px;}
}

/** 3-12-24**/
.toltip-lasts .custom-tooltip {
    left: auto;
    right: -230%;
}
.pictogram_blocks a.elementor-element:not(.button) {
    border-bottom: 4px solid #FFCE00!important;
}
.dashed-list li:before {
    content: "";
    width:45px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.dashed-list li {
    position: relative;
    padding-left:47px;
}

.dashed-list {
    list-style-type: none;
    padding: 0;
}
.img-width-author {
    text-align: right;
}
.img-width-author img {
    width: 300px!important;
    text-align: right;
}
.custm_american-disabilites-tabs .elementor-tabs {
    align-items: flex-end;
}
.custm_american-disabilites-tabs ul {
    margin: 0;
    border: 2px solid #ffce00;
    padding-left: 40px;
}
.custm_american-disabilites-tabs .elementor-tab-content {
    padding-bottom: 0!important;
}
.purpose-tiel-num {
    color: #d9d9d9;
    font-size: 120px;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
}
/**4-12-24**/
.object-block-hover:hover, .circle-number:hover {
    transform: scale(1.18);
	cursor:pointer;
	transition:0.3s ease-in-out;
}
.custm_business-lists ul {
    list-style-type: none;
    padding-left: 0;
}
.custm_business-lists ul li{
	padding-left:50px;
	padding-bottom:20px;
}
.circle-number {
    width: 40px;
    left: 0;
    height: 40px;
    background: #ffce00;
    display: inline-flex;
    position: absolute;
    color: #000;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.circle-number:hover{
	 background:#000;
	 color:#fff;
}
.custm_bussiness-tabs.business-faded-tab .elementor-tabs-wrapper .elementor-tab-title {
    background: #bfbfbf;
    color: #fff;
}
.custm_bussiness-tabs.business-faded-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: #FFCE00;
    color: #181818;
}
.custm_popup .dialog-widget-content .open-crse a {
    position: relative;
    left: 50% !important;
    transform: translate(-50%, 100%);
    width: 300px;
    margin-bottom: 90px!Important;
    top: 66%!important;
}

.elementor-popup-modal#elementor-popup-modal-45275 .dialog-widget-content , .elementor-popup-modal#elementor-popup-modal-45395 .dialog-widget-content, #elementor-popup-modal-45415 .dialog-widget-content, #elementor-popup-modal-45435 .dialog-widget-content, #elementor-popup-modal-45460 .dialog-widget-content, #elementor-popup-modal-45528 .dialog-widget-content, #elementor-popup-modal-45547 .dialog-widget-content, #elementor-popup-modal-45550 .dialog-widget-content,#elementor-popup-modal-45635, #elementor-popup-modal-45653{
    background: transparent!important;
    box-shadow: none!important;
}
#elementor-popup-modal-45275 .dialog-close-button , #elementor-popup-modal-45395 .dialog-close-button, #elementor-popup-modal-45415 .dialog-close-button,  #elementor-popup-modal-45435 .dialog-close-button, #elementor-popup-modal-45460 .dialog-close-button,#elementor-popup-modal-45528 .dialog-close-button, #elementor-popup-modal-45547 .dialog-close-button , #elementor-popup-modal-45550 .dialog-close-button{
    display:none!important;
}
#elementor-popup-modal-45275 , #elementor-popup-modal-45599{
    background-color: transparent!important;
    justify-content: flex-end!important;
    align-items: flex-end!important;
    pointer-events: all!important;
}
#elementor-popup-modal-45395, #elementor-popup-modal-45415, #elementor-popup-modal-45435,#elementor-popup-modal-45460, #elementor-popup-modal-45528, #elementor-popup-modal-45547, #elementor-popup-modal-45550 {
	background-color: transparent!important;
    align-items: flex-end!important;
    pointer-events: all!important;
}
#elementor-popup-modal-45599 .dialog-message {
    width: 280px!important;
    height: auto;
}

/****/
#elementor-popup-modal-45635 .dialog-message, #elementor-popup-modal-45644 .dialog-message ,#elementor-popup-modal-45653 .dialog-message {
    width: 350px!important;
    height: auto;
}
#elementor-popup-modal-45635 .dialog-close-button svg, #elementor-popup-modal-45644 .dialog-close-button svg , #elementor-popup-modal-45653 .dialog-close-button svg{
    fill: #fff;
}
#elementor-popup-modal-45635 .dialog-close-button , #elementor-popup-modal-45644 .dialog-close-button, #elementor-popup-modal-45653 .dialog-close-button{
    background: #ce5855;
    padding: 4px;
}
#elementor-popup-modal-45635 .dialog-widget-content, #elementor-popup-modal-45653 .dialog-widget-content{
    left: 52%;
}
#elementor-popup-modal-45644{
	background-color: transparent!important;
    justify-content: flex-end!important;
}
.active-shap:after {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid #fecd00;
    content: "";
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    display: flex;
	bottom:0;
}
/** tabs with arrow icon **/
.cstm-angledtabs-design .elementor-tabs-wrapper {
    width: 50%!important;
    border-radius: 0px;
    background: transparent;
}
.cstm-angledtabs-design .elementor-tab-title::before {
    border-right: 0px!important;
}
.cstm-angledtabs-design .elementor-tab-title::after {
    content: "";
    position: absolute;
    width: 0!important;
    height: 0!important;
    border-top: 30px solid transparent!important;
    border-bottom: 30px solid transparent!important;
    border-left: 30px solid #ffce00 !important;
    right: -30px!important;
    top: 0!important;
    border-right: 0!important;
}
.cstm-angledtabs-design .elementor-tabs-content-wrapper {
    border: 0!Important;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(6) {
    width: 93%;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(5) {
    width: 87%;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(4) {
    width: 82%;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(3) {
    width: 72%;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(2) {
    width: 65%;
}
.cstm-angledtabs-design .elementor-tab-title.elementor-active, .cstm-angledtabs-design .elementor-tab-title:hover {
    background: #323232;
    color: #fff;
}
.cstm-angledtabs-design .elementor-tab-title:hover:after ,.cstm-angledtabs-design .elementor-tab-title.elementor-active:after{
    border-left: 30px solid #323232!important;
}
.cstm-angledtabs-design .elementor-tab-content.elementor-active {
    display: flex!important;
}
.cstm-angledtabs-design .elementor-tab-title {
    background: #FFCE00;
    color: #181818;
    margin-bottom: 4px;
    width: max-content;
    display: flex;
    height: 60px;
    align-items: center;
    border: 0px!important;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tab-content.elementor-active {
    flex-direction: column;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tab-content.elementor-active {
    border: 1px solid #ffce00!Important;
    background: #f5f2e5;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper{
	max-height: 400px;
    overflow: auto;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 10px; 
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    border: 3px solid #f0f0f0;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-horizontal {
    height: 8px;
} 
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-thumb-horizontal {
    border-radius: 10px;
}



/***************/

.user_message {
    padding: 200px 20px 150px;
    text-align: center;
}

.user_message p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}


.course_p_featured img {
	width:100%;
}

.eb-course-details-page-content .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
    padding-top: 0px !Important;
}


/** My Profile Page **/

.custom-sidebar-container {
      display: flex;
    }
    .custom-sidebar {
    width: 250px;
    background-color: #232323;
    color: #ecf0f1;
    padding: 20px;
    position: sticky;
    top: 122px;
    height: 100vh;
}
    .custom-sidebar h2 {
      margin-bottom: 20px;
    }
    .custom-sidebar ul {
      list-style-type: none;
      padding: 0;
    }
    .custom-sidebar ul li {
      margin: 15px 0;
    }
    .custom-sidebar ul li a {
      color: #ecf0f1;
      text-decoration: none;
      font-size: 16px;
    }
    .custom-sidebar ul li a:hover {  
      color: #ffce00;
    }
    
    .custom-sidebar ul li.custom-active a {
      color: #FFCE00;
      font-weight: bold;
    }
    .custom-content {
      flex: 1;
      padding: 20px;
    }


    .custom-section-content.custom-active {
      display: block;
    }
	
	.custom-profile-page-title {
		text-align: center;
	}

    .custom-user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center; 
}
/** login page css start **/
.thinkbe4-login , .common-form-style {
    padding:50px 50px;
    border-radius: 5px;
    max-width: 470px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
    outline: 0;
}
.thinkbe4-login .sign-in-heading {
    font-size: 28px;
    line-height: 40px;
    color: var(--edublink-color-heading);
    font-family: var(--edublink-font-secondary);
    margin-bottom: 0;
}
.thinkbe4-login .edublink-login-box-text,.common-form-style .edublink-login-box-text {
    text-align: center;
    margin-bottom: 42px;
}
.thinkbe4-login .edublink-login-item input , .common-form-style .edublink-login-item input,.common-form-style .edublink-login-item select{
    border: 1px solid var(--edublink-color-border);
    height: 50px;
    box-shadow: none;
    padding: 0 20px;
    outline: none;
    border-radius: 5px;
    color: var(--edublink-color-heading);
    line-height: normal;
    background: var(--edublink-color-white);
    width: 100%;
    font-family: var(--edublink-font-primary);
}
.thinkbe4-login .remember-me-with-register {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.thinkbe4-login span.remember-me-text {
    position: relative;
    color: var(--edublink-color-heading);
    font-size: 16px;
    line-height: 24px;
}
.thinkbe4-login span.remember-me-text:before {
    background: #fff;
    color: var(--edublink-color-primary);
    width: 17px;
    height: 17px;
    min-width: 17px;
    line-height: 17px;
    text-align: center;
    justify-content: center;
    border: 1px solid var(--edublink-color-border);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 0;
    font-size: 0;
    vertical-align: middle;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    content: "\eb7b";
    font-family: remixicon !important;
    font-style: normal;
    pointer-events: auto;
}
.thinkbe4-login .lost_password {
    position: relative;
    color: var(--edublink-color-primary);
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}
.edublink-login-register-button.button-login {
    margin-top:0;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: var(--edublink-color-white);
    background: var(--edublink-color-primary);
    padding: 0 30px;
    transition: 0.4s;
    font-family: var(--edublink-font-primary) !important;
    border: 0 none;
    width: 100%;
    text-align: center;
    position: relative;
}
.thinkbe4-login .edublink-login-register-wrapper, .common-form-style .edublink-login-register-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
}
.thinkbe4-login input[type="submit"].edublink-submit-button , .common-form-style input[type="submit"].edublink-submit-button{
    border: 0;
    padding: 0;
    color: var(--edublink-color-white);
    text-align: center;
    font-family: var(--edublink-font-secondary) !important;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
	height: 50px;
}
.thinkbe4-login .edublink-login-register-button:after , .common-form-style .edublink-login-register-button:after {
    content: "";
    height: 100%;
    width: 0;
    background: var(--edublink-gradient-primary);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.thinkbe4-login .edublink-login-register-button:hover:after, .common-form-style .edublink-login-register-button:hover:after{
    left: 0;
    width: 100%;
}
.thinkbe4-login input[type="checkbox"].remember-user:checked+span.remember-me-text:before {
    font-size: 15px;
    background: var(--edublink-color-primary);
    color: #fff;
    border-color: var(--edublink-color-primary);
}
.thinkbe4-login .edublink-login-item , .common-form-style .edublink-login-item{
    margin-bottom: 20px;
}
.thinkbe4-login input[type="checkbox"].remember-user {
    display: none;
}
.edublink-page-title-area.edublink-default-breadcrumb {
    padding: 70px 0 55px;
}
.edublink-main-content-inner.edublink-row {
    padding-top: 60px;
    padding-bottom: 60px;
}
.common-form-style.register-form-wrap {
	max-width:800px;
}
.half-column {
    position: relative;
    width: calc(50% - 2%);
}
label.form-label {
    position: absolute;
    right: 45px;
    top: 12px;
    color: #000;
}
.reg_message .error ,.field_error{
    color: red;
}
.reg_message .success {
    color:green;
}
.register_message{
	margin:0;
}
.reg_wrapper{
	position: relative;
	cursor: pointer;
}
.reg_wrapper::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px; 
	margin-left: -10px;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: none; 
	margin-left: 6%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader::after {
  display: block;
}
.register-form-wrap .sign-in-heading {
    margin: 0;
}
p.field_error {
    margin: 0;
}
.register-form-wrap .edublink-login-register-button.button-login{
	margin-top:0;
}
@media (max-width: 767px) {

	.full-row {
		flex-direction: column;
	}
}
.reg_message {
    margin: 10px 0 20px;
}
#individual_col, #business_col {
    cursor: pointer;
}
.logged-in-message {
    text-align: center;
}
#custom-login-form .reg_wrapper::after, #custom-forgot-form .reg_wrapper::after{
    margin-left: 10%;
}
.tab-with-circle .elementor-tab-title {
    /*background: #ffce00;*/
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 15px!important;  
}
.elementor-tabs-wrapper {
    width: 60px!important;
    background: #f5f5f5;
    border-radius: 50px;
}
.tab-with-circle .elementor-tab-title:not(:last-child){
	margin-bottom: 20px;
}
.tab-with-circle .elementor-tab-content h4 {
    margin-bottom: 5px!important;
}
.elementor-widget-tabs.tab-with-circle .elementor-tabs {
    text-align: start;
    align-items: center;
}
.tab-with-circle .elementor-tab-content{
	padding-left:70px!important;
	padding-right:70px!important;
}
.reg_response_cont h3{ text-align:center; }
.reg_response_cont {
    border: 4px solid #ffce00;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.m-0, .m-0 li{margin:0!important;}
.topic-list-icon .elementor-icon-box-icon {
    padding:15px;
}
.topic-list-icon .elementor-icon-box-wrapper {
    position: relative;
    z-index: 0;
}
.topic-list-icon .elementor-icon-box-wrapper:after {
    height: 100%;
    width: 70px;
    content: "";
    background: #000;
    position: absolute;
    z-index: -1;
}
.topic-list-icon .elementor-icon-box-title {
    margin: 0;
}
.topic-list-icon .elementor-icon-box-content {
    padding: 10px;
}
.cstm-scroll-section {
    height: 220px;
    overflow-y: scroll;
}
.cstm-scroll-section {
    height: 220px;
    overflow-y: scroll;
}
.cstm-scroll-section::-webkit-scrollbar {
    width: 12px;
    height: 12px; /
}
.cstm-scroll-section::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 10px; 
}
.cstm-scroll-section::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    border: 3px solid #f0f0f0;
}
.cstm-scroll-section::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.cstm-scroll-section::-webkit-scrollbar-horizontal {
    height: 8px;
} 
.cstm-scroll-section::-webkit-scrollbar-thumb-horizontal {
    border-radius: 10px;
}
.elementor-tabs-view-vertical.elementor-tabs-alignment-center.tab-with-circle.elementor-widget.elementor-widget-tabs {
    width: 100%;
}
.full-row {
    display: flex;
    gap: 3%;
    justify-content: flex-start;
    width: 90%;
    align-items: center;
}
.full-row .icon-img img {
    width: 40px;
}
.full-row p{
    margin:0;
}
.tab-with-circle .full-row {
    margin-bottom: 20px;
}
.edu-btn.closecrclmbtn {
    line-height: 40px;
    height: 38px;
}
.lds-curriculum-header.lds-header {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px 9px rgb(0 0 0 / 5%);
    align-items: center;
    padding: 5px 3rem;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
}
.lds-curriculum-main {
    display: flex;
}
.lds-curriculum-sidebar {
    width: 370px;
    padding-right: 0rem;
    background: rgba(33, 33, 33, 1);
	position:fixed;
}
.lds-curriculum-content {
    width: calc(100% - 370px);
    padding-top: 10px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: 370px;
}
.header-center h2 {
    font-size: 20px;
    margin: 0px;
}
.ld-table-list-item-preview .ld-status-icon {
    margin-left: 10px;
}
.ld-table-list-item-preview.learndash-active-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    bottom: 0;
    background: #ffce00;
    left: 0;
}
.ld-table-list-item-preview {
    display: flex;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(108, 108, 108, 1);
    position: relative;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}
.lds-curriculum-sidebar .ld-table-list-item-preview .ld-icon-checkmark.ld-icon {
    background: #ffce00;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50px;
    color: #fff;
	font-size:13px;
}
.lds-curriculum-sidebar .tab-container {
	width: 100%;
}
.lds-curriculum-sidebar .tab-buttons {
	display: flex;
	border-bottom:1px solid rgba(108, 108, 108, 1);
}
.lds-curriculum-sidebar .tab-button {
	padding:25px 20px;
	cursor: pointer;
	border: none;
	position:relative;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
}
.lds-curriculum-sidebar .tab-button.active {
  color:#fff;
}
button.tab-button.active:before {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    background: var(--edublink-color-primary);
    bottom: -1px;
    z-index: 1;
    left: 0;
    right: 0;
}
.lds-curriculum-sidebar .tab-content {
  display: none;
  border-top: none;
  padding-top:30px;
}
.tab-content.active {
  display: block;
}
.file-icon.resource-ext-pdf svg {
    width: 50px;
    fill: #ffce00;
}
.listitem_resource a {
    display: flex;
    align-items: center;
}
.file-icon.resource-ext-pdf {
    width: 50px;
    position: relative;
}
.file-icon-text {
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    top:28px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
	font-size:14px;
}
.listitem_resource .file-name {
    margin-left: 10px;
}
.listitem_resource a:hover .resource-ext-pdf{
	color:#000;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar {
    width: 8px;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.lds-curriculum-sidebar .tab-content#Tab2 , .lds-curriculum-sidebar .tab-content#Tab3{
    padding-left: 25px;
    padding-right: 25px;
}
.lds-curriculum-sidebar .tab-content , .lds-curriculum-sidebar .tab-content h5 ,.file-icon-text, .listitem_resource .file-name {
    color: #fff;
}
.ld-status-icon.ld-status-restricted svg {
    width: 18px;
    height: 18px;
    fill: #ffce00;
}
.thinkbe4-login , .common-form-style {
    padding:50px 50px;
    border-radius: 5px;
    max-width: 470px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
    outline: 0;
}
.thinkbe4-login .sign-in-heading {
    font-size: 28px;
    line-height: 40px;
    color: var(--edublink-color-heading);
    font-family: var(--edublink-font-secondary);
    margin-bottom: 0;
}
.thinkbe4-login .edublink-login-box-text,.common-form-style .edublink-login-box-text {
    text-align: center;
    margin-bottom: 42px;
}
.thinkbe4-login .edublink-login-item input , .common-form-style .edublink-login-item input,.common-form-style .edublink-login-item select{
    border: 1px solid var(--edublink-color-border);
    height: 50px;
    box-shadow: none;
    padding: 0 20px;
    outline: none;
    border-radius: 5px;
    color: var(--edublink-color-heading);
    line-height: normal;
    background: var(--edublink-color-white);
    width: 100%;
    font-family: var(--edublink-font-primary);
}
.thinkbe4-login .remember-me-with-register {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.thinkbe4-login span.remember-me-text {
    position: relative;
    color: var(--edublink-color-heading);
    font-size: 16px;
    line-height: 24px;
}
.thinkbe4-login span.remember-me-text:before {
    background: #fff;
    color: var(--edublink-color-primary);
    width: 17px;
    height: 17px;
    min-width: 17px;
    line-height: 17px;
    text-align: center;
    justify-content: center;
    border: 1px solid var(--edublink-color-border);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 0;
    font-size: 0;
    vertical-align: middle;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    content: "\eb7b";
    font-family: remixicon !important;
    font-style: normal;
    pointer-events: auto;
}
.thinkbe4-login .lost_password {
    position: relative;
    color: var(--edublink-color-primary);
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}
.edublink-login-register-button.button-login {
    margin-top:0;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: var(--edublink-color-white);
    background: var(--edublink-color-primary);
    padding: 0 30px;
    transition: 0.4s;
    font-family: var(--edublink-font-primary) !important;
    border: 0 none;
    width: 100%;
    text-align: center;
    position: relative;
}
.thinkbe4-login .edublink-login-register-wrapper, .common-form-style .edublink-login-register-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
}
.thinkbe4-login input[type="submit"].edublink-submit-button , .common-form-style input[type="submit"].edublink-submit-button{
    border: 0;
    padding: 0;
    color: var(--edublink-color-white);
    text-align: center;
    font-family: var(--edublink-font-secondary) !important;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
	height: 50px;
}
.thinkbe4-login .edublink-login-register-button:after , .common-form-style .edublink-login-register-button:after {
    content: "";
    height: 100%;
    width: 0;
    background: var(--edublink-gradient-primary);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.thinkbe4-login .edublink-login-register-button:hover:after, .common-form-style .edublink-login-register-button:hover:after{
    left: 0;
    width: 100%;
}
.thinkbe4-login input[type="checkbox"].remember-user:checked+span.remember-me-text:before {
    font-size: 15px;
    background: var(--edublink-color-primary);
    color: #fff;
    border-color: var(--edublink-color-primary);
}
.thinkbe4-login .edublink-login-item , .common-form-style .edublink-login-item{
    margin-bottom: 20px;
}
.thinkbe4-login input[type="checkbox"].remember-user {
    display: none;
}
.edublink-page-title-area.edublink-default-breadcrumb {
    padding: 70px 0 55px;
}
.edublink-main-content-inner.edublink-row {
    padding-top: 60px;
    padding-bottom: 60px;
}
.common-form-style.register-form-wrap {
	max-width:800px;
}

.half-column {
    position: relative;
    width: calc(50% - 2%);
}
label.form-label {
    position: absolute;
    right: 45px;
    top: 12px;
    color: #000;
}
.reg_message .error, .field_error {
    color: red;
}
.reg_message .success {
    color:green;
}
.reg_message .error, .field_error, .reg_message .success{
	font-size: 12px;
    line-height: 1.3;
    margin-top: 3px!important;
}
.register_message{
	margin:0;
}
.reg_wrapper{
	position: relative;
	cursor: pointer;
}
.reg_wrapper::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px; 
	margin-left: -10px;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: none; 
	margin-left: 6%;
}
@keyframes spin {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
.loader::after {
  display: block;
}
.register-form-wrap .sign-in-heading {
    margin: 0;
}
p.field_error {
    margin: 0;
}
.register-form-wrap .edublink-login-register-button.button-login{
	margin-top:0;
}
@media (max-width: 767px) {

	.full-row {
		flex-direction: column;
	}
}
.reg_message {
    margin: 10px 0 20px;
}
#individual_col, #business_col {
    cursor: pointer;
}
.logged-in-message {
    text-align: center;
}
#custom-login-form .reg_wrapper::after, #custom-forgot-form .reg_wrapper::after{
    margin-left: 10%;
}
.tab-with-circle .elementor-tab-title {
    /*background: #ffce00;*/
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 15px!important;  
}
.elementor-tabs-wrapper {
    width: 60px!important;
    background: #f5f5f5;
    border-radius: 50px;
}
.tab-with-circle .elementor-tab-title:not(:last-child){
	margin-bottom: 20px;
}
.tab-with-circle .elementor-tab-content h4 {
    margin-bottom: 10px!important;
}
.elementor-widget-tabs.tab-with-circle .elementor-tabs {
    text-align: start;
    align-items: center;
}
.tab-with-circle .elementor-tab-content{
	padding-left:70px!important;
	padding-right:70px!important;
}
.reg_response_cont h3{ text-align:center; }
.reg_response_cont {
    border: 4px solid #ffce00;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.m-0, .m-0 li{margin:0!important;}
.topic-list-icon .elementor-icon-box-icon {
    padding:15px;
}
.topic-list-icon .elementor-icon-box-wrapper {
    position: relative;
    z-index: 0;
}
.topic-list-icon .elementor-icon-box-wrapper:after {
    height: 100%;
    width: 70px;
    content: "";
    background: #000;
    position: absolute;
    z-index: -1;
}
.topic-list-icon .elementor-icon-box-title {
    margin: 0;
}
.topic-list-icon .elementor-icon-box-content {
    padding: 10px;
}
.cstm-scroll-section {
    height: 220px;
    overflow-y: scroll;
}
.cstm-scroll-section {
    height: 220px;
    overflow-y: scroll;
}
.cstm-scroll-section::-webkit-scrollbar {
    width: 12px; 
    height: 12px;
}
.cstm-scroll-section::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 10px;
}
.cstm-scroll-section::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    border: 3px solid #f0f0f0; 
}
.cstm-scroll-section::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}
.cstm-scroll-section::-webkit-scrollbar-horizontal {
    height: 8px;
}
.cstm-scroll-section::-webkit-scrollbar-thumb-horizontal {
    border-radius: 10px;
}
.elementor-tabs-view-vertical.elementor-tabs-alignment-center.tab-with-circle.elementor-widget.elementor-widget-tabs {
    width: 100%;
}
.full-row {
    display: flex;
    gap: 2%;
    /*justify-content: center;*/
    width: 90%;
    align-items: self-start;
}
.full-row .icon-img img {
    width: 36px;
    margin-right: 0 !important;
}
.full-row p{
    margin:0;
}
.tab-with-circle .full-row {
    margin-bottom: 20px;
}
.edu-btn.closecrclmbtn {
    line-height: 40px;
    height: 38px;
}
.lds-curriculum-header.lds-header {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px 9px rgb(0 0 0 / 5%);
    align-items: center;
    padding: 5px 3rem;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    background: #fff;
}
.lds-curriculum-main {
    display: flex;
}
.lds-curriculum-content {
    width: calc(100% - 370px);
    padding-top: 10px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: 370px;
}
.header-center h2 {
    font-size: 20px;
    margin: 0px;
}
.ld-table-list-item-preview .ld-status-icon {
    margin-left: 10px;
}
.ld-table-list-item-preview.learndash-active-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    bottom: 0;
    background: #ffce00;
    left: 0;
}
.ld-table-list-item-preview {
    display: flex;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(108, 108, 108, 1);
    position: relative;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}
.lds-curriculum-sidebar .ld-table-list-item-preview .ld-icon-checkmark.ld-icon {
    background: #ffce00;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50px;
    color: #fff;
	font-size:13px;
}
.lds-curriculum-sidebar .tab-container {
  width: 100%;
}
.lds-curriculum-sidebar .tab-buttons {
  display: flex;
  border-bottom:1px solid rgba(108, 108, 108, 1);
}
.lds-curriculum-sidebar .tab-button {
  padding:25px 20px;
  cursor: pointer;
  border: none;
  position:relative;
  text-transform:uppercase;
  font-weight:600;
  color:#fff;
}
.lds-curriculum-sidebar .tab-button.active {
  color:#fff;
}
button.tab-button.active:before {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    background: var(--edublink-color-primary);
    bottom: -1px;
    z-index: 1;
    left: 0;
    right: 0;
}
.lds-curriculum-sidebar .tab-content {
  display: none;
  border-top: none;
  padding-top:30px;
}
.tab-content.active {
  display: block;
}
.file-icon.resource-ext-pdf svg {
    width: 50px;
    fill: #ffce00;
}
.listitem_resource a {
    display: flex;
    align-items: center;
}
.file-icon.resource-ext-pdf {
    width: 50px;
    position: relative;
}
.file-icon-text {
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    top:28px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
	font-size:14px;
}
.listitem_resource .file-name {
    margin-left: 10px;
}
.listitem_resource a:hover .resource-ext-pdf{
	color:#000;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar {
    width: 8px;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.lds-curriculum-sidebar .tab-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.lds-curriculum-sidebar .tab-content#Tab2 , .lds-curriculum-sidebar .tab-content#Tab3{
    padding-left: 25px;
    padding-right: 25px;
}
.lds-curriculum-sidebar .tab-content , .lds-curriculum-sidebar .tab-content h5 ,.file-icon-text, .listitem_resource .file-name {
    color: #fff;
}
.ld-status-icon.ld-status-restricted svg {
    width: 18px;
    height: 18px;
    fill: #ffce00;
}
.lds-loader-inner {
   position: fixed;
    top: 0;
    width: calc(100% - 370px);
    background: #ffffff6b;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    right: 0;
}
.lds-loader-inner img {
    width: 100px;
}
.lds-curriculum-sidebar .tab-buttons {
    padding-top: 60px;
}
.lds-curriculum-sidebar .tab-container {
    width: 100%;
    height: 100vh !important;
}
.lds-crclmcontent-inner {
    padding-top: 70px;
}
.lds-curriculum-sidebar .ld_sidenav_menu {
    overflow: auto;
    height: 80vh;
    padding-right: 30px;
    padding-bottom: 70px;
}
.lds-curriculum-sidebar .ld_sidenav_menu::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #212121;
}
.lds-curriculum-sidebar .ld_sidenav_menu::-webkit-scrollbar{
	width: 6px;
	background-color: #212121;
}
.lds-curriculum-sidebar .ld_sidenav_menu::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ffce00;
}
.thinkbe4-lds-navfooter {
    width: calc(100% - 370px);
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    background: #333;
    right: 0;
	z-index: 1;
}
.thinkbe4-lds-navfooter  .ld-content-actions {
    border: none !important;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button {
    background: transparent;
    color: #ffce00;
    font-weight: 500;
    padding: 0;
    font-size: 1.5rem;
}
.thinkbe4-lds-navfooter .learndash-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.thinkbe4-lds-navfooter .ld-content-actions {
    padding-top: 15px !important;    gap: 15px;
    padding-bottom: 15px !important;
    justify-content: flex-end !important;
}
.thinkbe4-lds-navfooter  .ld-content-action {
    flex-basis: auto !important;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button:hover {
    background: transparent;
    color: #ffce00;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button span.ld-icon {
    display: flex;
    align-items: center;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button span.ld-text {
    padding: 0 4px;
}
.thinkbe4-lds-navfooter .ld-content-actions a.ld-button:focus {
    background: transparent !important; color: #ffce00 !important;
} 
.penalties-table table thead th, .penalties-civil table thead th{
    background: #ffce00;
    color: #000;
}
.penalties-table table tbody td:first-child , .penalties-civil table tbody td:first-child{
    font-weight: 600;
    color: #000;
}
.penalties-table table tbody td, .penalties-civil table tbody td{
   text-align:left;
}
.tooltip-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.custom-tooltip {
    visibility: hidden;
    width: 340px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: -10%;
    left:0;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-weight: 500;
    transition: .8s ease-in-out;
}
.tooltip-container:hover .custom-tooltip {
	visibility: visible;
	opacity: 1;
}
.tooltip-icon svg {
    width: 20px;
    margin-left:0px;
}
.custom-tooltip p {
    font-size: 24px;
    margin-bottom: 0;
}
.penalties-table table tbody td, .penalties-civil table tbody td, .penalties-table table th, .penalties-civil table th {
    font-size: 14px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.close-btn {
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 36px;
    color: #333;
    cursor: pointer;
}
.popup-content-dv {
    background: #ffce00;
    padding: 10px 40px;
}
.popup-content-dv .cstm-scroll-section{
    background: #fff;
	padding:10px;
}
.popup-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    top: 50%;
    transform: translateY(-50%);
}
.full-column {
    position: relative;
    width: calc(100% - 2%);
}
.instructor-form .form-control {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
	font-family: "roboto";
}
.instructor-form label{
	font-family: "roboto";
}
.preview img {
    margin: 0px auto;
    max-width: 200px;
    width: 190px;
}
.field_error.contact_brand_file_request_0_error {
    z-index: 0;
    position: absolute;
    bottom: -20px;
}
.edublink-login-item:has(.preview) {
    margin-bottom: 0;
	margin-top:10px;
}
.common-form-style .edublink-login-item.mb-0{
	margin-bottom:0;
}
@media (max-width: 767px) {
	.half-column {
		position: relative;
		width: calc(100% - 2%);
	}
}
.instructor-row{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
}
.instructor-team-3-widget{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 30px !important;
}
.instructor-team-item{
    padding: 0 30px 36px;
    position: relative;
    z-index: 1;
}
.instructor-team-item .thumbnail-wrap {
    position: relative;
}
.instructor-team-item .thumbnail {
    margin-bottom: 25px;
}
.instructor-team-item .thumbnail a {
    border-radius: 10px;
    position: relative;
    display: block;
}
.instructor-team-item .thumbnail a img {
    border-radius: 10px;
    width: 100%;
}
.instructor-team-item:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
}
.instructor-team-item .thumbnail a:after {
    background-color:#ffce0091;
	content: "";
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--edublink-transition);
    transition: var(--edublink-transition);
}
.instructor-team-item .team-share-info {
    margin: -5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.instructor-team-item .team-share-info li {
    display: inline-block;
    margin: 5px;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--edublink-transition);
    transition: var(--edublink-transition);
}
.instructor-team-item .team-share-info li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    border: 2px solid var(--edublink-color-white);
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--edublink-color-white);
    -webkit-transition: var(--edublink-transition);
    transition: var(--edublink-transition);
}
.instructor-team-item .team-share-info li a:hover {
    background: var(--edublink-color-white);
    color: var(--edublink-color-primary);
}
.instructor-team-item .content {
    text-align: center;
}
.instructor-team-item .content .title {
    font-size: 20px;
    margin-bottom: 4px;
}
.instructor-team-item .content .designation{
    margin-bottom: 15px;
    display: inline-block;
}
.edublink-team-item .content p {
    margin-bottom: 0;
}
.instructor-team-3-widget .instructor-team-item:after {
    content: "";
    height: 75%;
    width: 100%;
    background-color: var(--edublink-color-white);
    border-radius: 10px;
    box-shadow: var(--edublink-shadow-darker);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.instructor-team-item:hover .team-share-info li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.instructor-team-item:hover .team-share-info li:nth-child(1n) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.edu-btn.edu-btn-black {
    width: 100%;
    background: #000;
    margin-top: 10px;
}
.edublink-button-item , .edu-btn.edu-btn-black, .edu-btn.eb-course-details-btn{
    height: 50px;
    line-height: 52px;
}
.edublink-course-details-sidebar-buttons {
    margin-top: 10px!important;
}
.edu-btn.edu-btn-black::after {
    background: #4e4e4c;
}
.instructor-image img {
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.instructor-single-row {
    display: flex;
    gap: 20px;
}
.instructor-single-left {
    width: 35%;
}
.instructor-single-right {
    width: calc(100% - 35%);
}
.instructor-top-info h5 {
    color: #ffce00;
    margin-bottom: 10px;
    font-size: 12px;
}
.instructor-top-info h3 {
    margin-bottom: 0px;
}
.instructor-designation {
    margin-bottom: 10px;
    display: block;
}
.instructor-top-info h4 {
    margin-top: 30px;
}
.instruct-cont-info p {
    margin-bottom: 10px;
}
.instructor-social-icons .elementor-social-icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
	gap:20px;
}
.instructor-social-icons .elementor-icon {
    background: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5E5E5;
    border-radius: 50%;
}
.instructor-social-icons .elementor-social-icon i {
    color: #808080;
    font-size: 18px;
}
.instructor-social-icons .elementor-social-icon:hover {
    background-color: #ffce00!important;
    border-color: #ffce00!important;
}
.instructor-social-icons .elementor-social-icon:hover i{
    color:#fff!important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    width: 60%;
    flex: none;
}
.edu-btn.edu-btn-black.crlmaccessbtn {
    font-size: 14px;
    padding: 0 15px;
    height: 35px;
    line-height: 37px;
	margin-right:1em;
}
.lds-crlmaction-btn {
    width: 40%;
}
.lds-crlmaction-btn .edu-btn.edu-btn-black{
	width:auto;
}
.lds-crlmaction-btn {
    width: 40%;
    justify-content: flex-end;
    display: inline-flex;
}
.instructor-team-item .thumbnail a img {
    border: 1px solid #dddddd57;
    background: #fff;
}
.instructor-team-item .content .description {
    min-height: 80px;
    margin-bottom: 0;
}
.instructor-image {
    margin: 0px auto;
    text-align: center;
}
.learndash-wrapper .ld-topic-status {
    margin-bottom: 20px;
}
@media (max-width:1200px) {
	.instructor-image img {
		width: 250px;
		height:250px;
	}
	.instructor-image {
		margin: 0px auto;
		text-align: center;
	}
	
}
@media (max-width: 768px) {
	.instructor-team-3-widget{
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width:50%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 30px !important;
	}
	.instructor-single-row {
		flex-direction: column;
	}
	.instructor-single-left {
		width: 100%;
	}
	.instructor-single-right {
		width: 100%;
		margin: 0px auto;
		text-align: center;
		padding-top: 40px;
	}
}
@media (max-width:575px) {
	.instructor-team-3-widget{
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width:100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 30px !important;
	}
}

span.icon-img {
    width: 100%;
    max-width: 36px !important;
}
.custm_objective-points .elementor-icon-box-wrapper p {
    margin-bottom: 0 !important;
}
.custm_osha-programs-tabs .elementor-tabs-wrapper {
    width: 50% !important;
    border-radius: 0;  
    margin-right: 10px;
    background: #fff;
}
.custm_osha-programs-tabs .elementor-tab-title {
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
    border: 1px solid #63636333 !important;
}
.custm_osha-programs-tabs .elementor-tab-title span {
    position: absolute;
    left: 10px;
    top: 13%;
    height: 40px;
    width: 40px;
    border: 2px solid #d5d8dc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custm_osha-programs-tabs .elementor-active {
    background: #ffce00;
}
.custom-instructors-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 10px;
}
.custom-instructor-avatar img {
    border-radius: 50%;
    background: #c5c5c5;
    padding: 10px;
    max-width: 56px;
}
.custom-instructor {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 24%;
}
.custom-instructor-name {
    color: #181818;
}
.tab-with-circle .elementor-tab-title:hover {
    background: #ffe578 !important;
}
.tab-with-circle .elementor-tab-title.elementor-active {
    background: #FFCE00;
}
.custm_popup-tabs  .elementor-tab-content {
    height: 230px;
    overflow-y: scroll;
}
.tooltip-icon {
    animation: tooltip-icon 1.2s ease-in-out infinite;
    margin-left: 10px;
    border-radius: 50%;
    display: flex;
}
@keyframes tooltip-icon {
	from{box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px}
	to{box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 20px;}
}
.custm_education  a:hover, .cstm-scroll-section a:hover ,.custm_risk a:hover{
    color: #fff;
}
.custm_active-tabs .elementor-tabs-wrapper ,.custm_training-tabs .elementor-tabs-wrapper{
    width: 100% !important;
    background: none;
    display: flex;
    display: flex;
    gap: 50px;
    border-radius: 0;
}
.custm_active-tabs .elementor-tab-title.elementor-tab-desktop-title {
    width: 100% !important;
    background: #FFCE00;
    color: #000;
	display:flex;
	justify-content:center;
	align-items:center;
    border-radius: 50%;
    max-width: 150px;
    min-height: 150px;
    margin-bottom: 40px;
}
.custm_active-tabs .elementor-tabs-content-wrapper {
    max-width: 50%;
    margin: auto;
}
.custm_active-tabs .elementor-tab-content {
    border: 1px solid #FFCE00 !important;
    
}
.custm_active-tabs .elementor-tabs-wrapper {
    position: relative;
}
.cstm-standard-levels {
    background: #808080 !important;
    position: relative;
}
.cstm-standard-levels:before {
    content: "\2713";
    font-size: 22px;
    font-family: 'circular';
    font-weight: bolder;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 88%;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   color: #000;
}
.cstm-standard-levels .elementor-widget-container,.cstm-standard-levels .elementor-widget-container h4 {
    color: #fff;
}
.dmec-cont-2{ display: none;}
.custm_training-tabs .elementor-tab-title {
    width: 100%;
}
.custm_hide-tabs.custm_training-tabs .elementor-tabs-wrapper {
    height: 60px;
    margin-top: 40px;
}
.custm_training-tabs.custm_hide-tabs .elementor-tab-content {
    height: 300px !important;
     overflow-y: scroll !important; 
}
.custm_training-tabs .elementor-tab-title {
    padding: 15px 20px !important;
    border-radius: 5px !important;
    background: #FFCE00;
    height: 100%;
}
.custm_gloves-tabs .elementor-tabs-wrapper ,.custm_environment-tabs .elementor-tabs-wrapper{
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 40%;
    border-radius: 0px;
    gap: 15px;
    background: none;
}
.custm_gloves-tabs .elementor-tab-title, .custm_environment-tabs .elementor-tab-title{
    padding: 14px 20px !important;
    border-radius: 5px !important;
    background: #FFCE00;
    height: 100%;
    width: 100%;
    max-height: 50px;
    /* margin: auto; */
    display: flex;
    justify-content: center;
}
.custm_gloves-tabs .elementor-tabs {
    gap: 55px;
    align-items: center;
}
.custm_gloves-tabs .elementor-tab-content {
    border: 1px solid #FFCE00 !important;
}
.custm_environment-tabs .elementor-tabs-wrapper {
    display: block !important;
}
.custm_environment-tabs .elementor-tab-title {
    margin-bottom: 25px;
}
.custm_violations-lists ul li::marker ,.custm_objective-lists ol li::marker{
    color: #ffce00;
}
.custm_mysth-tabs .elementor-tabs-wrapper {
    width: 100% !important;
    background: no-repeat;
    border-radius: 0;
}
.custm_mysth-tabs .elementor-tabs-content-wrapper {
    top: -40% !important;
    height: 100%;
}
.custm_organize-links .elementor-icon-box-wrapper a strong{transition: .2s all ease-in-out;}
.custm_organize-links .elementor-icon-box-wrapper a strong:hover {
    color: #ffce00;
    transition: .2s all ease-in-out;
}
.custm_resourses a {
 color: #ffce00;
}
.custm_resourses a:hover {
    text-decoration: underline !important;
    color: #181818;
}
.custm_behavior-lists ul{ list-style: none; padding: 0;}

.custm_behavior-lists ul li:before{ content: "\2713"; padding-right: 10px;
}
.custm_rescources-popup .dialog-widget-content a {
    top: 70% !important;
}
.cstm-hazard-checkboxes {
    position: relative;
}
.cstm-hazard-checkboxes:before {
    content: "\2713";
    font-size: 38px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(50%, -55%);
}
.custm-targets {position: relative;}
.custm-targets .custom-tooltip p {
    font-size: 12px;
    font-weight: 500;
    padding: 15px;
	line-height: 20px;
}
.custm-targets:before {
    content: "";
    position: absolute;
    background: #ffce00;
    width: 100%;
    height: 5px;
    z-index: -999;
    top: 23px;
}
.custm-targets .elementor-widget-container:hover .custom-tooltip {
    opacity: 1;
    visibility: unset;
}
.custom-tooltip {
    bottom: 119%;
}
.custm_icons-groups p {
    min-height: 80px;
}
.custm-targets .tooltip-icon {   
    margin-left: 0px;
    padding: 0px;
    width: 30px;
}
.custm-targets .tooltip-icon svg {
    width: 40px;
    margin-left: 0px;
    padding: 0;
}
.precaution-tab {
    max-width: 100% !important;
}
.custm-precaution-tab {
    display: block;
}
.custm_objective-tabs .elementor-tabs-wrapper {
    width: 100% !important;
    max-width: 60% !important;
    background: none;
    border-radius: 0;
}
.radio_button {
    position: absolute;
    width: 20px;
    left: 2%;
    top: 19%;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #969AA2;
}
.tab-tittle {
    padding-left: 20px;
}
.custm_objective-tabs .elementor-tab-title.elementor-active .radio_button {
    background: #edbd00;
    border: 1px solid #edbd00;
}
.custm_objective-tabs .elementor-tab-title.elementor-active .tab-tittle:before {
    content: "";
    position: absolute;
    background: #ffce0070;
    height: 35px;
    width: 165px;
    top: 11%;
    z-index: -1;
    left: 0%;
    border-radius: 20px;
    /* padding-left: 20px; */
}
.custm_objective-tabs .elementor-tab-title:after {
    content: "\2193" !important;
    font-family: sans-serif;
    font-size: 60px;
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #969aa27a;
}
.custm_objective-tabs  .elementor-tab-title {
    height: 100px;
}
.custm_objective-tabs .elementor-tab-title.elementor-active:after {
    top: 32px !important;
}
.custm_banner.e-con.e-flex>.e-con-inner {
    margin: 0 !important;
    max-width: 100% !important;
}
.custm-cues-button .dialog-widget-content a::after {
    top: 65% !important;
    background: #F92596 !important;
}
.accordian-img {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(110%, -60%);
}
.bottom_tabs .elementor-tab-title{
    width: 100%;
}
.custm_succeed {
    height: 100%;
}
.before-content-img {
    margin-right: 35px !important;
}
.alice-popups-buttons a {
    background: #00000033 !important;
}
.custm_active-tabs .elementor-tab-desktop-title.elementor-active{
    background: #FFCE007D !important;
}
.custm_hide-tabs {
    min-height: auto !important;
}
.fight_section .custm-shooter_tabs {
    flex: 0 0 50%;
}
.custm_tabs-wrapper {
    bottom: -50px;
}
.custm_american-disabilites-tabs .elementor-tabs-wrapper {
    width: fit-content !important;
    height: fit-content !important;
    border-radius: 8px;
    background: #ffce00;
    padding: 10px 30px;
}
.fight_section .hide-tab-content, .hide-tab-data {
    display: none;
}
.cstm-btn-sub1,.cstm-btn-sub2{
	cursor:pointer;
}
.cstm-btn-sub1.active .elementor-button , .cstm-btn-sub2.active .elementor-button {
    background-color: #bebebe!important;
    color: #fff!important;
}

@media (min-width: 1200px) and (max-width: 1690px) { 
    .custm_health-shape h3 {
        font-size: 24px !important;
    } 
    .custm-about-think {
        min-height: 383px;
    }
    .think_about-4 ,.think-about-6{min-height: 425px;}
    .custm_think-about-1 {min-height: 550px;}    
}
@media (min-width: 1200px) and (max-width: 1420px) {   
	.custm-think_about {min-height: 530px;}
	.custm-think-about-3 {min-height: 440px;}
	.think_about-5{ min-height: 625px;}
}

/** 3-12-24**/
.toltip-lasts .custom-tooltip {
    left: auto;
    right: -230%;
}
.pictogram_blocks a.elementor-element:not(.button) {
    border-bottom: 4px solid #FFCE00!important;
}
.dashed-list li:before {
    content: "";
    width:45px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.dashed-list li {
    position: relative;
    padding-left:47px;
}

.dashed-list {
    list-style-type: none;
    padding: 0;
}
.img-width-author {
    text-align: right;
}
.img-width-author img {
    width: 300px!important;
    text-align: right;
}
.custm_american-disabilites-tabs .elementor-tabs {
    align-items: flex-end;
}
.custm_american-disabilites-tabs ul {
    margin: 0;
    border: 2px solid #ffce00;
    padding-left: 40px;
}
.custm_american-disabilites-tabs .elementor-tab-content {
    padding-bottom: 0!important;
}
.purpose-tiel-num {
    color: #d9d9d9;
    font-size: 120px;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
}
/**4-12-24**/
.object-block-hover:hover, .circle-number:hover {
    transform: scale(1.18);
	cursor:pointer;
	transition:0.3s ease-in-out;
}
.custm_business-lists ul {
    list-style-type: none;
    padding-left: 0;
}
.custm_business-lists ul li{
	padding-left:50px;
	padding-bottom:20px;
}
.circle-number {
    width: 40px;
    left: 0;
    height: 40px;
    background: #ffce00;
    display: inline-flex;
    position: absolute;
    color: #000;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.circle-number:hover{
	 background:#000;
	 color:#fff;
}
.custm_bussiness-tabs.business-faded-tab .elementor-tabs-wrapper .elementor-tab-title {
    background: #bfbfbf;
    color: #fff;
}
.custm_bussiness-tabs.business-faded-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: #FFCE00;
    color: #181818;
}
.custm_popup .dialog-widget-content .open-crse a {
    position: relative;
    left: 50% !important;
    transform: translate(-50%, 100%);
    width: 300px;
    margin-bottom: 90px!Important;
    top: 66%!important;
}

.elementor-popup-modal#elementor-popup-modal-45275 .dialog-widget-content , .elementor-popup-modal#elementor-popup-modal-45395 .dialog-widget-content, #elementor-popup-modal-45415 .dialog-widget-content, #elementor-popup-modal-45435 .dialog-widget-content, #elementor-popup-modal-45460 .dialog-widget-content, #elementor-popup-modal-45528 .dialog-widget-content, #elementor-popup-modal-45547 .dialog-widget-content, #elementor-popup-modal-45550 .dialog-widget-content,#elementor-popup-modal-45635, #elementor-popup-modal-45653{
    background: transparent!important;
    box-shadow: none!important;
}
#elementor-popup-modal-45275 .dialog-close-button , #elementor-popup-modal-45395 .dialog-close-button, #elementor-popup-modal-45415 .dialog-close-button,  #elementor-popup-modal-45435 .dialog-close-button, #elementor-popup-modal-45460 .dialog-close-button,#elementor-popup-modal-45528 .dialog-close-button, #elementor-popup-modal-45547 .dialog-close-button , #elementor-popup-modal-45550 .dialog-close-button{
    display:none!important;
}
#elementor-popup-modal-45275 , #elementor-popup-modal-45599{
    background-color: transparent!important;
    justify-content: flex-end!important;
    align-items: flex-end!important;
    pointer-events: all!important;
}
#elementor-popup-modal-45395, #elementor-popup-modal-45415, #elementor-popup-modal-45435,#elementor-popup-modal-45460, #elementor-popup-modal-45528, #elementor-popup-modal-45547, #elementor-popup-modal-45550 {
	background-color: transparent!important;
    align-items: flex-end!important;
    pointer-events: all!important;
}
#elementor-popup-modal-45599 .dialog-message {
    width: 280px!important;
    height: auto;
}

/****/
#elementor-popup-modal-45635 .dialog-message, #elementor-popup-modal-45644 .dialog-message ,#elementor-popup-modal-45653 .dialog-message {
    width: 350px!important;
    height: auto;
}
#elementor-popup-modal-45635 .dialog-close-button svg, #elementor-popup-modal-45644 .dialog-close-button svg , #elementor-popup-modal-45653 .dialog-close-button svg{
    fill: #fff;
}
#elementor-popup-modal-45635 .dialog-close-button , #elementor-popup-modal-45644 .dialog-close-button, #elementor-popup-modal-45653 .dialog-close-button{
    background: #ce5855;
    padding: 4px;
}
#elementor-popup-modal-45635 .dialog-widget-content, #elementor-popup-modal-45653 .dialog-widget-content{
    left: 52%;
}
#elementor-popup-modal-45644{
	background-color: transparent!important;
    justify-content: flex-end!important;
}
.active-shap:after {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid #fecd00;
    content: "";
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    display: flex;
	bottom:0;
}
/** tabs with arrow icon **/
.cstm-angledtabs-design .elementor-tabs-wrapper {
    width: 50%!important;
    border-radius: 0px;
    background: transparent;
}
.cstm-angledtabs-design .elementor-tab-title::before {
    border-right: 0px!important;
}
.cstm-angledtabs-design .elementor-tab-title::after {
    content: "";
    position: absolute;
    width: 0!important;
    height: 0!important;
    border-top: 30px solid transparent!important;
    border-bottom: 30px solid transparent!important;
    border-left: 30px solid #ffce00 !important;
    right: -30px!important;
    top: 0!important;
    border-right: 0!important;
}
.cstm-angledtabs-design .elementor-tabs-content-wrapper {
    border: 0!Important;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(6) {
    width: 93%;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(5) {
    width: 87%;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(4) {
    width: 82%;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(3) {
    width: 72%;
}
.cstm-angledtabs-design .elementor-tab-title:nth-child(2) {
    width: 65%;
}
.cstm-angledtabs-design .elementor-tab-title.elementor-active, .cstm-angledtabs-design .elementor-tab-title:hover {
    background: #323232;
    color: #fff;
}
.cstm-angledtabs-design .elementor-tab-title:hover:after ,.cstm-angledtabs-design .elementor-tab-title.elementor-active:after{
    border-left: 30px solid #323232!important;
}
.cstm-angledtabs-design .elementor-tab-content.elementor-active {
    display: flex!important;
}
.cstm-angledtabs-design .elementor-tab-title {
    background: #FFCE00;
    color: #181818;
    margin-bottom: 4px;
    width: max-content;
    display: flex;
    height: 60px;
    align-items: center;
    border: 0px!important;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tab-content.elementor-active {
    flex-direction: column;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tab-content.elementor-active {
    border: 1px solid #ffce00!Important;
    background: #f5f2e5;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper{
	max-height: 400px;
    overflow: auto;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 10px; 
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    border: 3px solid #f0f0f0;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-horizontal {
    height: 8px;
} 
.cstm-angledtabs-design.tabs-wid-bg-cont .elementor-tabs-content-wrapper::-webkit-scrollbar-thumb-horizontal {
    border-radius: 10px;
}



/***************/

.user_message {
    padding: 200px 20px 150px;
    text-align: center;
}

.user_message p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}


.course_p_featured img {
	width:100%;
}

.eb-course-details-page-content .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
    padding-top: 0px !Important;
}


/** My Profile Page **/

.custom-sidebar-container {
    display: flex;
}

.custom-sidebar {
    width: 250px;
    background-color: #232323;
    color: #ecf0f1;
    padding: 20px;
    position: sticky;
    top: 122px;
    height: 100vh;
}

.custom-sidebar h2 {
    margin-bottom: 20px;
}

.custom-sidebar ul {
    list-style-type: none;
    padding: 0;
}

.custom-sidebar ul li {
    margin: 15px 0;
}

.custom-sidebar ul li a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 16px;
}

.custom-sidebar ul li a:hover {  
    color: #ffce00;
}

.custom-sidebar ul li.custom-active a {
    color: #FFCE00;
    font-weight: bold;
}

.custom-content {
    flex: 1;
    padding: 20px;
}

.custom-section-content.custom-active {
    display: block;
}

.custom-profile-page-title {
    text-align: center;
}

.custom-user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center; 
}

.custom-user-avatar {
    text-align: center;
    border: 5px solid #e2e7ed;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-user-avatar img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.custom-user-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px; 
}

.custom-section-content .ld-course-list-items.row {
    gap: 2%;
    padding: 0 20px;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid.col-sm-8.col-md-4 {
    flex: 0 0 32%;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article {
    position: relative;
    background-color: var(--edublink-color-lighten04);
    border-radius: 5px;
    -webkit-transition: var(--edublink-transition);
    transition: var(--edublink-transition);
    overflow: hidden;
    margin-bottom: 24px;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article a {
    display: block;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article a img {
    width: 100%;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article .ribbon {
    color: var(--edublink-color-black);
    background: var(--edublink-color-primary);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    font-size: 13px;
    top: 15px;
    z-index: 9;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article .caption {
    padding: 20px;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article .caption h3.entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    min-height: 40px;
    word-break: break-word;
    font-family: var(--edublink-font-secondary);
    color: var(--edublink-color-heading);
    margin-bottom: 8px;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article .caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 40px;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article a.btn.btn-primary {
    color: var(--edublink-color-black);
    background: var(--edublink-color-primary);
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}

.custom-section-content .ld-course-list-items.row .ld_course_grid article a.btn.btn-primary:hover {
    background: var(--edublink-color-black);
    color: var(--edublink-color-primary);
}

.learndash-pager.learndash-pager-course_list {
    margin: 40px 0;
    text-align: center;
    justify-content: center;
    display: flex;
    background: transparent;
    gap: 15px;
}

.learndash-pager.learndash-pager-course_list span {
    font-size: 18px;
    color: #000;
}

.learndash-pager.learndash-pager-course_list span.pager-left, 
.learndash-pager.learndash-pager-course_list span.pager-right {
    display: flex;
    gap: 20px;
}

.learndash-pager.learndash-pager-course_list span.pager-left a, 
.learndash-pager.learndash-pager-course_list span.pager-right a {
    color: #000;
    font-size: 32px;
    font-weight: lighter;
    line-height: 1;
}


.custom-title {
	text-align:center;
	padding: 15px 0px;
	
}
.custom-cert-title{
	padding:15px 0px;
}

.certificate-list {
    max-width: 600px;
    /* padding-left: 20px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#certificates-section .certificate-list a {
    line-height: 25px;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #ffd212;
}

#certificates-section .certificate-list br {
    display: none;
}


/** Edit Profile **/


.profile-edit-item {
    display: flex;
    flex-direction: column;
}

.profile-edit-item label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.profile-edit-item input,
.profile-edit-item select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
}

.profile-edit-item input:focus,
.profile-edit-item select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.field_error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.profile_message.success {
	color:green;
}

.custom-edit-profile {
	text-align:center;
}

.profile-edit-button.button-update {
    margin-top: 10px;
}


.profile-tabs .tab-menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.profile-tabs .tab-menu li {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid transparent;
}

.profile-tabs .tab-menu li.active {
    border-bottom: 3px solid #0073aa;
    font-weight: bold;
}

.profile-tabs .tab-content {
    display: none;
}

.profile-tabs .tab-content.active {
    display: block;
}

.custom-change-password{
	text-align:center;
}

input.profile-submit-button.update {
    background: black;
    color: #fff;
}

input.password-submit-button {
    background: black;
    color: #fff;
}
.pass_message.error {
    color: red;
}
.tab-list {
            display: flex;
            list-style: none;
            padding: 0;
            border-bottom: 2px solid #ccc;
        }
        .profile-section-tab {
            padding: 10px 20px;
            cursor: pointer;
            border: 1px solid #ccc;
            border-bottom: none;
            margin-right: 5px;
            background: #f4f4f4;
        }
        .profile-section-tab.active {
            background: #ffce00;
            color: #fff;
        }
        .custom-content .tab-content {
            display: none;
            padding: 20px;
           
            margin-top: -1px;
        }
        .custom-content .tab-content.active {
            display: block;
        }
		
.pass_message.success {
    color: green;
}

.profile-edit-wrapper.reg_wrapper::after, .profile-type.reg_wrapper::after {
    margin-left: 20%;
}
.profile-edit-wrapper input.profile-submit-button.update, .profile-edit-wrapper input.password-submit-button {
    margin-top: 0;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: var(--edublink-color-white);
    background: var(--edublink-color-primary);
    padding: 0 30px;
    transition: 0.4s;
    font-family: var(--edublink-font-primary) !important;
    border: 0 none;
    width: 100%;
    text-align: center;
    position: relative;
}
.profile-edit-wrapper.reg_wrapper {
    width: 200px;
}

 .not-ms-user {
            text-align: center;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background: #f9f9f9;
            max-width: 400px;
            margin: 20px auto;
        }
        .radio-option {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 10px 0;
            font-size: 16px;
        }
		input.user-role-button {
			border: none;
			color: #ffffff;
		}
		.user_type input.user-role-button {
			margin-top: 0;
			border-radius: 5px;
			display: inline-block;
			height: 50px;
			line-height: 50px;
			color: var(--edublink-color-white);
			background: var(--edublink-color-primary);
			padding: 0 30px;
			transition: 0.4s;
			font-family: var(--edublink-font-primary) !important;
			border: 0 none;
			width: 100%;
			text-align: center;
			position: relative;
		}
		
.input-social-icon .elementor-social-icon i {
    padding: 16px;
}		
.page-template-ir-wisdm-dashboard-template .site-header {
    padding-left: 0px;
}

.ld-course-expired {
    background: #ffebe8;
    color: #d8000c;
    padding: 10px;
    border: 1px solid #d8000c;
    margin: 15px 0;
    font-size: 14px;
    width: 301px;
}