body{
  margin: 0;           font-family: "Roboto", sans-serif;
    background: #f7f7f7 !important;
  padding: 0;
}
:before, :after {
font-family:FontAwesome;
}
p{         font-family: "Roboto", sans-serif;}
h1, h2, h3, h4, h5{         font-family: "Roboto", sans-serif;}
ul{list-style:none; padding:0px;         font-family: "Roboto", sans-serif;}
	a{            font-family: "Roboto", sans-serif;}
label {
    display: block;
	  font-family: "Roboto", sans-serif;
    margin: 0px;
}
.tooltip .tooltip-inner {
        font-size: 10px; /* Example: Adjust this value as needed */
    }
p.info.info-recommeded-size.mt-2 {
    font-size: 12px;
}
.form-outer.simple {
    max-width: 520px;
    background: #fff;
    border: 1px solid #eee;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
}
.white-box.mt-4.course-intro-video-box iframe {
    min-height: 110px !important;
    border-radius: 10px;
}
.percent h3 span {
    display: block;
    font-size: 15px !important;
    color: #a3a3a3;
}
a#change-intro-video {
    padding: 1px 15px;
    font-size: 12px;
    margin-left: 10px;
}
.modal-footer {
    justify-content: center;
}
.card {
    display: flex
;
    padding: 20px 0px 0px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
    margin: 0 0px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 0px;
}
.circular-progress {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circular-progress svg {
  width: 160px;
  height: 160px;
  transform: rotate(-90deg);
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
}

circle {
  fill: none;
  stroke-width: 12;
  cx: 80;
  cy: 80;
  r: 68;
}
.number span {
    display: block;
    font-size: 15px !important;
    color: #a3a3a3;
}
.reset-password-box h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.reset-password-box img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
circle.bg {
  stroke: #eee;
}

circle.progress {
  stroke-linecap: round;
  stroke-dasharray: 427;
  stroke-dashoffset: 427;
  transition: stroke-dashoffset 1s ease;
}

.circular-progress .number {
  position: relative;
  text-align: center;
  z-index: 1;
}
.circular-progress svg circle {
  fill: none;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s ease;
}
.card .number {
	    width: 100%;
    text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card .number h3 {
    font-weight: 700;
    font-size: 27px;
}


.card .number h3 span {
  font-size: 2rem;
}

.card .title h2 {
    margin: 0px 0 0;
    font-size: 20px;
}


/**/
div#videoModal button.btn-close:focus {outline:none !important; box-shadow:none !important;}
div#videoModal button.btn-close {
    position: absolute;
    right: 15px;
    top: 23px;
}
.modal-footer a {
    border-radius: 50px;
}
div#customConfirmModal .modal-header {
    border-bottom: 0px;
    padding: 0px;
}
h5#customConfirmModalLabel {
    text-align: center;
    margin-bottom: 20px;
}
div#customConfirmModal .modal-body {
    text-align: center;
    font-size: 15px;
}
div#customConfirmModal i {
    font-size: 70px;
    text-align: center;
    display: block;
    color: #00aeca;
    margin: 40px 0px 10px;
}
.white-box.mt-4.course-gallery-box .alert {
    margin-top: 20px !important;
}
a.eye-btn {
    color: #2da4c0;
}
a#change-lesson-video {
    background: #ccc;
    color: #000;
    padding: 5px 10px;
}
.input-spc.tip i {
    color: #2da4c0 !important;
}
.input-spc.tip {
    display: flex;
    gap: 10px;
}
button.form-submit.primary-btn.loader-btn {
    width: auto;
}
span.avatar-placeholder {
    position: absolute;
    left: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 20px;
}
a#google-login-btn img {
    width: 17px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px; margin-right:3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d9d9d9;
    color: #0a0a0a;
}

ul#course-chapters-menu {
    padding: 0px;
}
a#google-login-btn:hover {
    background: #202020; transition:ease-in-out 0.5s;
}
a#google-login-btn {  margin-bottom: 10px;transition:ease-in-out 0.5s;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    background: rgb(0 0 0);
    border-radius: 50px;
    padding: 11px 15px;
    text-decoration: none;
}
.form-field-wrap a {
    margin-top: 10px;
}
.white-box.mb-4.usage-reports-overview-wrap {
    padding-bottom: 0px;
}
.question-box {
    border: 1px solid #2996af;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #2da4c0;
}
.question-box h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}
button.primary-btn.filter-usage-reports-btn.loader-btn {
    border: 1px solid #2da4c0;
    width: 100%;
    margin-top: 23px;
    height: 40px;
}
button.primary-btn.filter-usage-reports-btn.loader-btn:hover {
    background: #216F81;
    transition: ease-in-out 0.5s;
    border-color: #216F81;
}
.wht-bx {
    background: #ffff;
    border-radius: 20px; height:100%;
    padding-bottom: 30px;
}
.signup-box img {
    max-width: 60%;
    margin: 0 auto 30px;
    display: block;
}
i.fa-solid.fa-trash {
    color: #2da4c0;
}
.form-outer.simpl .input-new input[type=text], .form-outer.simpl .input-new input[type=email], .form-outer.simpl .input-new input[type=password] {
   background:transparent !important;
}

.col-md-6.d-flex.align-items-center.justify-content-center.bg-light {
    background: #c7edef !important;
}
.delete-btn, .delete-btn > i {
    color: #216f81 !important;
}
a.new-item-link.two {
    position: absolute;right:190px !important;
    margin-top: 0px;
    margin-left: 0px;
}
table.table.table-striped.light-data.courses-table a {
    color: #000;
}
table.table.table-striped.light-data.quizes-table a {
    color: #000;
}

.primary-btn {
    background: #2da4c0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
	transition:ease-in-out 0.5s;
    border-radius: 30px;
    font-size: 15px;
	cursor:pointer;
}
.primary-btn:hover {
    background: #216F81;
	transition:ease-in-out 0.5s;
}
.video-bx h2 {
    position: relative;
    padding-left: 45px;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.video-bx h2 i {
    color: #2da4c0;
    font-size: 28px;
    position: absolute;
    left: 0px;
    top: 1px;
}
.edit-btn, .delete-btn, .drag-icon {
    color: #000000;
    text-decoration: none !important;
    text-transform: capitalize;
        font-family: "Roboto", sans-serif;
    font-weight: 200;
	font-size:14px;
}
div#questions-accordion {
    margin-top: 10px;
}
h2.accordion-header .up-down {
    transform: rotate(90deg);
    color: #2da4c0;
    font-size: 17px;
    margin-right: 7px;
}
p.certificate-tpl-info.position-relative img {
    width: 100%;
}
a#change-certificate-template-btn {
    position: absolute;
    right: 20px;
    background: #18a8c9;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.video-bx img {
    position: absolute;
    right: 30px;
    top: 45px;
    transform: rotate(5deg);
    max-width: 240px;
    border-radius: 20px;
    border: 1px solid #eee;
    border-bottom-left-radius: 0px;
}
.video-bx {
	overflow:hidden;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    position: relative;
}
a.new-item-link:hover {
    background: #216f81;
}
.logo-white.cvr a img {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 2px;
    margin-right: 5px;
}
.logo-white.cvr {
    padding: 17px 24px;
    border-bottom: 1px solid #cdcdcd;
}
.input-new input:focus {
    outline: none !important;
}

::-webkit-scrollbar {
  width: 8px; border-radius:20px; background:transparent;
}
.white-box h1 {
    margin-bottom: 20px;
}

.signup-box input {
   
    padding-left: 15px;
}
.input-new label {
    color: #222;
    font-size: 15px;
    position: absolute;
    top: -11px;
    left: 10px;
    background: #fff;
    padding: 0px 10px;
}
.input-new {
    position: relative;
    margin-bottom: 35px;
}
.input-new button:hover {
    background: #216F81;
}
.price-bx {
    background: #2da4c0;
    color: #0e1338;
    display: inline-block;
    padding: 5px 20px 0px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.plan-box-price h4 {
    padding: 20px 20px 5px;
    font-weight: 700;
    font-size: 19px;
    line-height: normal;
    color: #000000;
}
ul.check-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0px;
}
ul.check-list{padding-left:20px;}
ul.check-list li {
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
}
.plan-box-price p {
    margin-top: 17px;
    padding: 0px 20px;
    font-size: 14px;
}
.price-bx i {
    font-size: 15px;
    font-weight: 400;    margin-left: -10px;
    font-style: normal;
}
.price-bx h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    color: #ffffff;
}
.price-bx span {
    position: absolute;
    left: 17px;
    color: #ffffff;
    font-weight: 700;
}
.form-check-input:focus {
    border-color: #0e1338; 
    outline: none !important;
    box-shadow: none !important;
}
.plan-box-price {
    border: 1px solid #fff;background: #fff;
    border-radius: 20px;    position: relative;
}
.input-new button {
    color: #fff;
    width: 100%;
        font-family: "Roboto", sans-serif;
    border-radius: 80px;
    border: 1px solid #ffffff;
    transition: ease-in-out 0.5s;
    background: #2DA4C0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    transition: ease-in-out0 .5s;
    height: 50px;
}
.signup-box h2 {
    text-align: left !important;
}
.form-outer.simple img {
    margin-left: 0px !important;
}
label.label-agree-term {
    font-size: 15px;
}
.input-new input[type=text]:focus, .input-new input[type=email]:focus, .input-new input[type=password]:focus { background:transparent !important; outline:none; box-shadow:none !important;}
.input-new input[type=text], .input-new input[type=email], .input-new input[type=password] {
    width: 100%; color: #0e1338; padding-left:15px;
    height: 50px;     font-family: "Roboto", sans-serif;
    border-radius: 10px;  background:transparent;
border: 1px solid #ccc;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  
  transition: background-color 5000s ease-in-out 0s;
}
/*Change text in autofill textbox*/
input:-webkit-autofill{
    background:transparent !important;
}
a.claim-offer:hover {
    background: #000; border:1px solid #000;
}

a.claim-offer {
      font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid #2da4c0;
    height: 50px;
    background: #2da4c0;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 14px 0px;
    width: 88%;
    margin: 0 auto 15px;
}
.plan-box.position-relative .container {
    max-width: 800px;
}
.input-new {
    position: relative;
}
.plan-box.position-relative {
    color: #fff;
    padding: 20px 50px 20px;
}
img.d-block.alpha-big.mx-auto {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
}
.col-md-6.d-flex.align-items-center.justify-content-center.blue-bg {
    background: #0e1338;
}

body.bg-blue {
    background: #F9FAFA !important;
}
div#payment-error-message {
    color: #df1b41;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.modal.fade.modal-success i {
    font-size: 80px;
    padding: 20px 0px;
}
.modal.fade.modal-success h4 {
    font-weight: 700;
    font-size: 30px;
}
.modal.fade.modal-success .modal-header i {
    font-size: 60px; color:#17acce;
    text-align: center;
}
.modal.fade.modal-success{text-align: center;}
.modal.fade.modal-success .modal-header {
    border: 0px;
    padding: 30px 0px 0px;
}
.modal-header{
	display:block;
}
.modal-header.px-4.pt-4 button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
#process-payment-btn, #update-payment-method-btn {
    position: relative;
    text-align: center;
    background-image: linear-gradient(to right, #17acce, #2da4c0) !important;
    font-weight: 800;
    color: #012f38;
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    transition: background-color 1s;
    width: 100%;
    border: 0;
    position: relative;
}
.modal-header img {
    display: block;
    max-width: 150px;
    border-radius: 10px;
    margin: 10px auto 10px;
    overflow: hidden;
}
img.crs-logo.d-block.mx-auto.mb-3.w-100 {
    max-width: 200px;
}
.form-outer.simple h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
body.bg-blue .signup-box img {
    max-width: 200px;
	margin-bottom:0;
}
.signup-box {
    width: 100%;    background: #F9FAFA;
    padding: 4% 0px;
}
.btn:hover {
    border: 1px solid #ffffff !important;
}

.step-footer.clearfix {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
label.btn.btn-secondary h4 {
    text-align: left;
    margin-top: 10px;
}

.signup-box .input-spc {
    margin-bottom: 30px;
}
button.step-btn.float-end {
    padding: 13px 31px !important;
    text-decoration: none;
    border-radius: 38px !important;
    border: none;
    font-weight: 600;
    width: 60%;      font-family: "Roboto", sans-serif;
    outline: 0;
    display: block;
    margin: 0 auto !important;
    cursor: pointer;
    background: #FFEA05 !important;
    color: #000 !important;
}

.step-app>.step-content {
    border: 0px solid #e5e5e5 !important;
    padding: 0px  !important;
    border-top: 0  !important;
}
ul.list.clearfix li {
    float: left;
    width: 50%;
    text-align: left;
    font-weight: 300;
}
ul.list.clearfix {
    padding-left: 0px;
}
label.btn {
    border: 1px solid #ffffff;
    color: #000;
}
.btn:hover{ border: 1px solid #000536 !important;}
 
    color: #000;}
.btn-check:checked+.btn {
    background:  #0d1138 !important;
    color: #fff;
}
.btn-check:checked+ label span {
    background: #fff;
    color:  #0d1138;
}
.signup-box h3 {
    margin-bottom: 20px; color:#0D1138;
}
label.btn h4 {
    text-align: left;
}
.thumb-icn {
    margin-bottom: 20px;
    margin-top: 20px;
}
label.btn {position:relative;}
label.btn span {
    position: absolute;
    top: 8px;
    right: 11px;
    background: #45cbfb;
    padding: 1px 10px;
    border-radius: 5px;
    color: #fff;
}
.signup-btn.mt-4 button {
    padding: 13px 31px !important;
    text-decoration: none;
    border-radius: 38px !important;
    border: none;
    font-weight: 600;
    width: 60% !important;
          font-family: "Roboto", sans-serif;
    outline: 0;
    display: block;
    margin: 0 auto !important;
    cursor: pointer;
    background: #FFEA05 !important;
    color: #000 !important;
}
.btn-check:checked+.btn h4 {
    color: #000;
}
.modal-footer a.secondary-btn {
    background: #000 !important;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 22px;
}
.btn-check:checked+.btn ul li {
    color: #000;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
ul.list.clearfix li:nth-child(even) {   text-align: right;}
ul.list.clearfix li {
    float: left;
    width: 50%;
    text-align: left;
}
.signup-box button.w-100:hover {
    background: #070920;
    color: #ffffff;
}
.signup-box button.w-100{
    color: #ffffff;
    background: #273083;
}
p.bottom-line {
    text-align: center;
    color: #fff;
}
p.bottom-line a {
  
    color: #fff;
}
a.delete-btn {
    color: #2da4c0 !important;
}
.accordion-button:not(.collapsed) {
color: #000000;}
a.edit-btn {
    margin: 0px 10px;
}
a.new-item-link {
    background: #2da4c0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.signup-box iframe {
    border-radius: 15px;
    margin-bottom: 10px;
}
.plan-box h2 {
    color: #0d1138;
    margin-bottom: 20px;
    font-weight: 700;
}
a {
    color: #000;
}
.signup-box .input-spc {
    max-width: 400px;
    margin: 0 auto 25px;
}

.signup-box h2 {
    font-weight: 700;
	color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    margin-top: 10px;
	text-align:center;
}
.up-down {
    transform: rotate(90deg);
    color: #2da4c0;
    cursor: grab;
	display:inline-block;
}
.up-down-white {
    transform: rotate(90deg);
    color: #2da4c0;
    cursor: grab;
    display: inline-block;
    font-size: 16px;
}

.alert.alert-success {
    background: #17acce82;
    border-color: #17acce;
    padding: 6px 10px;
    color: #000000;
	transition: 0.5s all;
}
.alert.alert-info {
    background: #17acce82;
    border-color: #17acce;
    padding: 6px 10px;
    color: #000000;
	transition: 0.5s all;
}
.vh-100 {
      height: 100vh;
    }
.col-md-6.d-flex.align-items-center.justify-content-center.bg-blue {
    background: #02BBFE;
}
.form-check-input:checked {
    background-color: #2da4c0 !important;
    border-color: #2da4c0 !important;
    filter: grayscale(0) !important;
}
table.table.table-striped.light-data {
    margin-bottom: 0px;
}
button.btn.btn-primary {
    background: #0D1138 !important;
    border: 1px solid #0D1138 !important;
}
.modal-footer.text-center {
    justify-content: center;
}
span.preview-link a {
    color: #0d1138;
}
.modal-body.text-center i {
    font-size: 50px;
    margin: 40px 0px 20px;
    color: #0D1138;
}
span.preview-link {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #0d1138;
}
.input-spc input[type=file]:hover::-webkit-file-upload-button{background: #216f81 !important;}
.input-spc input[type=file]::-webkit-file-upload-button {
    background: #2da4c0;
    color: #fff;
    padding: 9px 10px 10px 20px !important;
    margin-top: -8px !important;
    margin-left: -20px !important;
}
p.info {
    background: #d4eff5;
    padding: 4px 8px;font-size: 12px;
    border-radius: 5px;
}
h3.form-subtitle {
    margin: 0px;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
}
label.form-label a {
    color: #2da4c0;
}
.form-check-input {
    border: 1px solid #cdcdcd !important;
}
.input-spc input[type=file] {
    padding: 8px 16px !important;
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e);
    filter: grayscale(1);
}
hr.ext-spc {
    margin-top: 10px;
    margin-bottom: 30px;
}
.copy.position-relative button {
    display: block;
    position: absolute;
    top: 57px;
    right: 4px;
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    width: 36px;
    height: 36px;
    color: #FFF;
    background: #2da4c0;
    font-family: "VT323", monospace;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px;
    cursor: pointer;
}
.copy.position-relative input {
    font-size: 14px;
}
.table {
    width: 100%;    font-size: 16px;
    margin-bottom: 1rem;
    color: #212529;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F7ECFE;    font-size: 16px;
}

ul.pagination {
    margin-top: 30px;
    justify-content: center;
}
li.page-item.disabled a {
    background: #ccc;
    color: #9b9b9b !important;
    border-color: #ccc !important;
}
.page-link:hover {
    background: #0d1138 !important;
    color: #fff !important;
}
ul.pagination li {
    padding: 0px 5px;
}
a.cancel-btn {
    background: #950900;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 10px;
}
.page-link {
    position: relative;
    display: block;
    color: #0d1138 !important;
    text-decoration: none;
    border-radius: 50px !important;
    background-color: #fff;
    border: 1px solid #0d1138 !important;
}
.table b {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 16px;
    display: flex
;
    align-items: center;
    letter-spacing: -0.006em;
    color:  #0d1138;
}
table.table.table-striped tr td b {
    color: #000;    font-size: 16px;
}
b.font-sz.d-inline {
    font-size: 13px;
    line-height: 19px;
}
.table td {
   
    border-top: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color:  #0d1138;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 255 255 / 5%);
}
table.table.table-striped tr td {
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
}
.table th {
    color: #2a2a2a !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;    padding-top: 0px;
    letter-spacing: -0.006em;
    color: #FFFFFF;
}
.white-box.mt-4 b {
    font-weight: 600;
}
.form-switch .form-check-input {
  
    width: 47px !important;
    margin-left: -2.5em;
    height: 21px;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.menu {
    list-style-type: none;
    max-width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.menu li {
    padding: 10px 15px;
    position: relative;
border: 1px solid #c1c1c1;
    border-radius: 10px;
    margin-bottom: 10px;
}

.menu li ul {
  list-style-type: none;
  padding-left: 20px;
  background: #f9f9f9;
  margin-top: 5px;
  display: none;
}
.chapter-menu ul ul {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
}
.secondary-btn { 
	transition:ease-in-out 0.5s;
    background: #fff;
    border: 1px solid #2da4c0;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    color: #2da4c0;
}
.secondary-btn:hover {
    background: #2da4c0;transition:ease-in-out 0.5s;
    color: #fff;
}
a.edit-chapter-btn {
    border: 1px solid #2da4c0;
    width: 20px;
    transition: ease-in-out 0.5s;
    height: 20px;
    color: #2da4c0;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 2px 0px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
a.edit-chapter-btn:hover {
    background: #2da4c0;
    color: #fff;transition:ease-in-out 0.5s;
}
span.chapter-name {
    font-weight: 700;
    font-size: 15px;
    color: #525252;
    position: relative;
    padding-right: 30px;
}
.toggle {
    font-weight: bold;
    background: #2da4c0;
    cursor: pointer;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    display: flex
;
    position: absolute;
    right: 5px;
    justify-content: center;
    align-items: center;
        top: 14px;
}

span.lesson-name {
    position: relative;
    padding-right: 32px;
}
.chapter-menu ul ul li {
    padding: 5px 15px;
}
a.edit-lesson-btn {
    border: 1px solid #2da4c0;
    width: 20px;
    height: 20px;
    color: #2da4c0;
    font-size: 9px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 4px 0px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 9px;
}
ul.chapter-lesson-list{padding:0px;}
ul.chapter-lesson-list li {
    padding: 10px 20px 10px 17px;
    background: #2da4c0;
    color: #fff;
    border-radius: 10px;
    position: relative;
}
a.edit-ls-btn:hover {
background: #2da4c0;
    color: #fff;
}
a.edit-ls-btn {
    color: #2da4c0;
    font-size: 11px;
    width: 26px;
    height: 26px;
    border: 1px solid #2da4c0;
    display: block;
    border-radius: 50px;
    text-align: center;
    padding-top: 4px;
    position: absolute;
    right: 13px;
    top: 9px;
}
a.edit-lesson-btn:hover {
    background: #2da4c0;
    color: #fff;
}
.vertical-bar ul li a:hover {
    background: #f9f9f9;
}
.vertical-bar ul li.active a:hover {
	 color: #141414;
background: #d4eff5;    color: #216F81;
    display: block;
}
.vertical-bar ul li.active a {
    color: #216F81;
background: #d4eff5;
    display: block;
}
ul.menu ul li {
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #000000;
}
.chapter-menu label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #0d1138;
}

ul.chapter-lesson-list li {
    padding: 10px 20px;
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 10px;
     border: 1px solid #ccc;
}
.alert.alert-success {
    font-size: 12px;
}
.modal-body.cert-mod button {
    position: absolute;
    right: 30px;
    top: 30px;
    outline: none;
    box-shadow: none;
}.modal-body.cert-mod button:focus {
    position: absolute;
    right: 30px;
    top: 30px;
    outline: none !important;
    box-shadow: none !important;
}
.input-spc.certification-template-wrap.attachment-container label {
   display: flex;
    align-items: center;
}
.input-spc.certification-template-wrap.attachment-container i {
    color: #2da4c0 !important;
    font-size: 18px !important;
    margin-left: 6px;
    display: inline-block;
}	
.input-spc button:hover {
    background: #216f81;
    transition: ease-in-out 0.5s;
    border-color: #216f81;
}
.logo-white.cvr a:focus-visible {
    outline: none;
}
.input-spc button { transition:ease-in-out 0.5s;
    background: #2da4c0;
    color: #fff;
     padding: 12px 60px;     font-family: "Roboto", sans-serif;
    border-radius: 40px;
    border: 1px solid #2da4c0;
	font-weight: 400;
font-size: 16px;
line-height: normal;
text-align: center;
color: #ffffff;
}
.input-spc input:focus {
    outline: none;
    box-shadow: none;
}
.input-spc {
    margin-bottom: 10px;
	position:relative;
}
.input-spc label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px !important;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
    color: #787878;
}
.white-box {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    margin-top: 50px;
    box-shadow: 0 1px 3px #1a1a191a, 0 1px 2px #1a1a190f;
}
.input-spc select:focus{outline:none !important; box-shadow:none !important;}
.input-spc input[type=text],
.input-spc input[type=email],
.input-spc input[type=password],
.input-spc input[type=tel],
.input-spc input[type=file],
.input-spc select,
.input-spc input[type=number],
.input-spc textarea {
    width: 100%;
    height: 45px;
    border-radius: 10px;
	padding:10px 10px;
    border: 1px solid #d1d1d1;
}
a.new-question-btn:hover {
    background: #216f81;
    transition: ease-in-out 0.5s;
}
a.new-question-btn {
    background: #2da4c0;
    color: #fff;
    padding: 9px 16px;
    display: inline-block;
    border-radius: 40px;    transition: ease-in-out 0.5s;
    text-decoration: none;
}
button.close {
    background: #2da4c0;
    color: #fff;
    border: 1px solid #2da4c0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.input-spc textarea:focus {outline:none !important; box-shadow:none !important;}
.input-spc textarea {
    height: 100px;
    border-radius: 10px;
}
.content h1 {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.dropdown {
    position: absolute !important;
    right: 40px;
    top: 17px;
}

.dropdown button:after {
    font-size: 0px;
}
::-webkit-scrollbar-track {
  background:transparent;
}

::-webkit-scrollbar-thumb {
	background: #DDDDDD;
	border-radius: 24px;
}
.top-bg-cvr h1 {
    padding: 23px 40px 10px;
}
.dropdown button:after {
    font-size: 0px; margin:0px;
}
.dropdown button {
    background: #f3f3f3;
    border: 0px;
    font-size: 13px;
    color: #0d1138;
    border-radius: 7px;
    padding: 10px 15px 10px 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
ul.dropdown-menu.dropdown-menu-right.show {
    right: 0px !important;
    left: auto !important;
}
a.dropdown-item {
    font-size: 14px;
    text-align: right;
}
button.btn-primary.dropdown-toggle i {
    width: 30px;
    height: 30px;
background: #fff;
    color: #2DA4C0;
    display: flex
;
    align-items: center;
       border-radius: 50px;
    justify-content: center;
    margin-right: 9px;
}
/**/
.dsk-view {
    display: block !important;
}
.mob-view {
    display: none !important;
}

.vertical-bar {
	position: relative;
	margin: 0px;
	width: 100%;
}
.remove-attachment:hover,
.change-lesson-video {
    background: #216f81;
}
.white-box.icn.mt-5 button {
    width: 100%;
}
.white-box.icn.mt-5 i {
    background: #2da4c0;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    border-radius: 30px;
}
li.ui-sortable-handle a.secondary-btn {
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 14px;
}
.white-box.icn.mt-5 {
    text-align: center;
}

.vertical-bar ul li.active a img{
	filter: brightness(5);
}
.inner-spc-cvr {
    padding: 40px 40px 0px;
    max-width: 1400px;
    margin: 0 auto;
    display: block;    position: relative;
}
.inner-spc-cvr a.new-item-link {
    position: absolute;
    right: 40px;
    top: 35px;
}
.vertical-bar ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.content.course-creator-dashboard-content.top-bg .white-box {
    margin-top: 0px;
}
.vertical-bar ul li {
    padding-left: 0px;
    padding: 0px 0px;
    position: relative;
}
.vertical-bar ul li img {
    position: absolute;
    left: 24px;
    top: 14px;
}
.content.course-creator-dashboard-content.top-bg {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.top-bg-cvr {
    background: #fff;
    min-height: 71px;
    border-bottom: 1px solid #ccc;
}

.vertical-bar ul li a:hover {
  color: #141414;
    background: #f9f9f9;
    display: block;
}
li.sub-menu.active a {
    color: #fff;
}
li.sub-menu.active a img {
    filter: brightness(5);
}
.vertical-bar ul li a {
    display: inline-block;
    padding: 5px 5px 5px 37px;
    border-radius: 5px;
    color: #878787;
    width: auto;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.vertical-bar ul ul li {
    padding-left: 24px;
}

.vertical-bar  ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 0px;
	float:right;
}
.vertical-bar ul ul {
    background-color: #05061a;
    margin-top: 10px;
    padding-left: 0px;
}
.vertical-bar ul ul {
    background-color: #05061a;
    margin-top: 10px;
}
.vertical-bar ul li a {
    font-weight: 400;
    font-size: 15px;
}
.vertical-bar ul li ul li a {
    background: transparent;
    border-left: 0px solid transparent;
    padding: 0px 0px !important;    color: #9395AC !important;
}
.vertical-bar ul li ul li a:hover {
    background: transparent;
    border-left: 0px solid;
    color: #ffffff !important;
}
.control-group {
    display: inline-block;
}
.control {
    display: block;
      font-family: 'HelveticaNeue';
font-style: normal;
font-weight: 400;
font-size: 12px;
color: #6C757D;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #464646;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    cursor: pointer;
}

ul.options-list li a:hover img {
    filter: brightness(5);
}
ul.options-list li a:hover {
    border: 1px solid #d1ad91;
    border-radius: 50px;
    background: #c3a188;
    color: #fff;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #bda06a;
    border-radius: 4px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #fff;
}

.control input:checked ~ .control_indicator {
   background: #1A1F71;border-color:#1A1F71;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #1A1F71; border-color:#1A1F71;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
#toggle_pwd {
    cursor: pointer; 
    color: #969696;
}
.input-space.psd span.icn {
    position: absolute;
    top: 31px;
    right: 10px;
}
.input-space.psd {
    position: relative;
    margin-bottom: 15px;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.left_area {
    float: left;
    width: 50%;
}
.right_area{
	 float: left;
    width: 80%;
}

header {
    z-index: 1;
    position: sticky;
    border: 1px solid #343A40;
    background: #101346;
    padding: 0px;
	    height: 60px;
    width: calc(100% - 0%);
    top: 0;
}

.logo-white a:hover {
    background: transparent;
}

.sidebar {
       z-index: 222;
    top: 0;
    background: #ffffff;
border-right: 0px solid #ffffff;
    margin-top: 0px;
    padding-top: 30px;
    left: 0;
    width: 268px;
    padding: 0px 0px 24px 0px;
    height: 100%;
    position: fixed;
    transition: 0.5s;
    transition-property: left;
    overflow-y: auto;
}
.logo a {
    padding: 17px 15px;
    display: block;
}


.sidebar .profile_info h4{
  color: #ccc;
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar a {
    color: #fff;
    display: block;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    width: 100%;
    border-radius: 12px;
    text-decoration: none;
    padding-left: 0px;
    box-sizing: border-box;
    transition: 0.5s;
    transition-property: background;
}

.logo a {
    padding: 9px 24px;
    display: block;
}
.sidebar i {
    padding-right: 10px;
    position: absolute;
    left: 10px;
    top: 9px;
}
label #sidebar_btn {
    z-index: 1;
    color: #fff;
    position: fixed;
    cursor: pointer;
    right: 24px;
    font-size: 16px;
    margin: 19px 0;
    transition: 0.5s;
    transition-property: color;
}

label #sidebar_btn:hover{
  color: #19B3D3;
}

#check:checked ~ .sidebar {
    left: -268px;
}

#check:checked ~ .sidebar a span{
  display: none;
}

#check:checked ~ .sidebar a{
  font-size: 16px;
  margin-left: 0px;
  width: 100%;
}

.vertical-bar ul li a:hover {

    color: #2DA4C0;
}

.logo-white {
    margin-bottom: 20px;
}
li.sub-menu a:hover i.dwn {
    color: #a6abe1;
}

li.sub-menu a i.dwn {
    position: absolute;
    right: 0px;
    color: #fff;
    top: 22px;
    font-size: 14px;
}
.heading-left span {
       font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #6C757D;
    margin-top: 0px;
    display: inline-block;
}
.logo-white.cvr a {
    background: #f3f3f3;
    color: #000;
    display: inline-block;
    font-size: 13px;
    margin: 0px !important;
    border-radius: 6px;
    width: auto;
    padding: 3px 15px 3px 3px;
}

.content {
    width: (100% - 268px);
    margin-top: 0px;
    padding: 30px;
    margin-left: 268px;

    background-position: center;
    background-size: cover;
    height: 100%;
    transition: 0.5s;
}

#check:checked ~ .content {
    margin-left: 0px;
}
#check:checked ~ .sidebar .profile_info{
  display: none;
}

#check{
  display: none;
}

.mobile_nav{
  display: none;
}
.featured-img-box > img {
    width: 100%;
    height: auto;
}

.loader-btn {
	position: relative;
}
.loader-btn.show-loader{ pointer-events: none; }
.loader-btn > span{ color:#fff !important }
.loader{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
    background: #2da4c0;
	border-radius: 40px;
}
.spinner {
	display: flex;
	height: 100%;
	text-align: center;
	font-size: 10px;
	border: none !important;
	animation: none !important;
	align-items: center;
	justify-content: center;
}
.spinner>div {
	background: #fff;
	height: 100%;
	margin: 0 2px;
	width: 5px;
	animation: sk-stretchdelay 1.2s ease-in-out infinite;
	border-radius: 5px;
}
.spinner .rect2 {
	animation-delay: -1.1s;
}
.spinner .rect3 {
	animation-delay: -1s;
}
.spinner .rect4 {
	animation-delay: -.9s;
}
.spinner .rect5 {
	animation-delay: -.8s;
}
.loader-btn.show-loader span{
	opacity:0;
}
.loader-btn.show-loader .loader{
	display:block;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes sk-stretchdelay {
	0%,40%,to {
		-webkit-transform: scaleY(.4)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes sk-stretchdelay {
	0%,40%,to {
		transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1)
	}
}
.form-error {
    color: red;
    font-size: 13px;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #2da4c0 !important;
}
.subscription-plans .plan-box-price {
    background: #fff;
    color: #000000;
    padding: 12px 0px;    height: 100%;
}
.subscription-wrap {
    margin-top: 0px;
}
.wall-box.pymnt.w-100 img {
width: 216px;
    top: 0px;
}
.wallet-wrap h3 {
    color: #000;
    margin-bottom: 20px;
}
a.payment-link, a.withdrawl-btn, a.manage-stripe-account-btn {
    color: #2da4c0;
    text-decoration: none;
    font-weight: 700;
    margin-top: 3px;
    display: inline-block;
    font-size: 20px;
	position:relative;
}
a.withdrawl-btn .spinner-loader,
a.payment-link .spinner-loader{
	vertical-align: text-bottom;
	display:none;
	margin:0;
}
a.manage-stripe-account-btn .spinner-loader {
    position: absolute;
    left: -4px;
    bottom: 1px;
	margin: 0;
	display:none;
}
.wall-box h1 {
    font-size: 15px;
    margin-bottom: 0px;
}
.wall-box img {
    position: absolute;
    right: 20px;
    width: 40px;
    top: 20px;
}
.wall-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
	    box-shadow: 0 1px 3px #1a1a191a, 0 1px 2px #1a1a190f;
}
.wall-box p {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    line-height: 23px;
    margin-top: 10px;
    color: #2da4c0;
    font-family: "Roboto", sans-serif;
}
#learner-subscription-plan-form {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}
#learner-subscription-plan-form .form-buttons{
	padding-top:30px;
	text-align:right;
}
#learner-subscription-plan-form > .form-title {
    display: inline-block;
    padding: 0 15px;
    position: absolute;
    top: -13px;
    background: #f3f4ff;
}
#learners-plan-accordion-header {
    position: relative;
    font-size: 18px;
    padding: 20px 15px;
}
#learners-plan-accordion-body.show,
#learners-plan-accordion-body.collapsing{
	padding: 0px 15px 15px;
}
#learners-plan-accordion-header button.accordion-button {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 15px;
    top: 17px;
    background: #2da4c0;
    color: #fff;
    border-radius: 40px;
    transition: ease-in-out 0.5s;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: center;
}
#learners-plan-accordion-header button.accordion-button:focus{
	box-shadow:none;
}
.box-onee {
    padding-left: 40px;
    position: relative;
}
.box-onee span {
    background: #17acce;
    width: 28px;
    height: 28px;
    top: 1px;
    left: 0px;
    position: absolute;
    color: #fff;
    font-size: 17px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.logo-white img {
    height: auto;
    width: 100%;
}
.verify-email-form .description {
    font-size: 14px;
    color: #0d1138;
    font-weight: bold;
}
.alert.alert-danger {
    padding: 5px 7px;
    font-size: 15px;
}
.back-to-login-btn {
    display: inline-block;
    color: #0d1138;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
    transition: ease-in-out 0.5s;
    display: block;
    text-align: left;
    margin: 15px 0px 15px;
    color: #545454;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}
.progress-container {
    background: #ddd;
	display:none;
	margin-top: 15px;
    border-radius: 13px;
    position: relative;
}
.progress-bar {
	width:0px;
    height: 20px;
    background: #2da4c0;
	border-radius: 13px;
}
.progress-text {
    position: absolute;
    width: 100%;
    text-align: center;
}

a#upload-to-vimeo {
    background: #2da4c0;
    width: 14%;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
}
.accordion-body {
    border: 1px solid #dee2e6cf;
}
a#change-file-btn {
    position: absolute;
    left: 35px;
    top: -36px;
    background: #18adcf;
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    border-radius: 30px;
}
#new-question-modal, #edit-question-modal{
	z-index: 99999;
}
#questions-accordion .accordion-item{
	margin-bottom:10px;
}
#questions-accordion .accordion-header{
	display:flex;
background: #fff;border-top: 1px solid #dee2e6;
	padding: 15px;
	align-items:center;
}
#questions-accordion .accordion-button{
	padding: 0;    box-shadow: none;
	background: #fff;
}
#questions-accordion .accordion-button:focus{
	box-shadow:none;
	border-color:transaparent;
}

.wp-editor-tools .wp-switch-editor{
	width:auto;
	border-radius:0;
	padding:5px 10px;
	background:#ccc;
	color:#000;
	font-size:14px;
	font-weight:normal
}
.wp-editor-tools .wp-switch-editor[aria-pressed="true"]{
	background:#f6f7f7;
}
.wp-editor-wrap button{
	background:transparent;
	border:0;
}
.wp-editor-container textarea.wp-editor-area{
	border-radius:0;
}
.mce-ico::before,
.mce-ico::after{
	font-family:unset;
}
.ui-sortable-handle{
	cursor:move;
}
tr.deleting > td{
 /*background: #ff6c00;*/
}
.back-btn {float: right;}
.form-submit{ width: 100%; }
.featured-img-box{ position:relative; }
.white-box.mt-4.course-intro-video-box .video-preview{    position: relative;
}
.video-preview{
    position:relative;
	padding: 15px;
}
.video-preview iframe {

}
.certification-template-box{
	position:relative;
}
.remove-attachment {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
	border-radius: 40px;
}
.video-preview {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio = (9/16)*100 */
  height: 0;
  overflow: hidden;
  border-radius: 8px; /* optional */
}

.video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#change-lesson-video{
	vertical-align: middle;
}
.alert .close-alert {
    float: right;
    width:20px;
    height:20px;
    padding:0;
    line-height:20px;
    text-align:center;
}

.alert::after {
    content: '';
    display: block;
    clear: both;
}
.height-auto{
	height: auto;
}
#course-chapters-menu li .add-lesson-btn {
    display:none;
    margin-top:10px;
}
#course-chapters-menu li.menu-opened .add-lesson-btn {
    display:inline-block;
}
.question-option{
    padding:5px;
}
.question-option.answer {
    background: #2da4c0;
    color: #fff;
}
#questions-accordion .accordion-item .accordion-header a{
    cursor:pointer;
}
.percent-input-sign {
    line-height: 45px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    background: #ccc;
    width: 45px;
    display: inline-block;
    text-align: center;
    height: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lesson-files{
	display:flex;
	row-gap: 5px;
    column-gap: 5px;
}
.lesson-file{
	position: relative;
    width: 20%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.lesson-file-url {
	width:100%;
    display: inline-block;
    font-size: 35px;
    font-weight: normal;
}
.delete-lesson-file {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 23px;
}
.upload-avatar-box {
    text-align: center;
}

.avatar-box {
	position:relative;
    text-align: center;
    width: 105px;
    margin: 0 auto;
    height: 105px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.avatar-box.have-avatar .progress-container {
    display: none !important;
}
.avatar-box.have-avatar{
	padding: 5px;
}
.avatar-box.have-avatar img {
    width: 93px;
    height: 93px;
    top: 5px;
    left: 5px;
}
.upload-avatar-box i{
    margin: 0;   
}

.avatar-img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
}

.upload-avatar-box .avatar-img{
	width: 100%;
}
.upload-avatar-box .avatar-placeholder {
    display: inline-block;
    width: 75px;
    height: 75px;
    position: static;
    font-size: 55px;
    line-height: 75px;
    margin: 0 auto;
    display: block;
}

input#avatar-uploader {
    display: none;
}

.avatar-box .upload-avatar-btn {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 60px;
    right: -10px;
    cursor: pointer;
	line-height:25px;    z-index: 2;
}
.avatar-box .upload-avatar-btn .spinner-loader{
	display:none;
	position: absolute;
    left: -3px;
    top: -3px;
    margin: 0;
}
.avatar-box .upload-avatar-btn.loading .spinner-loader{
	display:block;
}
.avatar-box .upload-avatar-btn.loading{
	background:#fff;
}
.avatar-box .upload-avatar-btn.loading i{
	opacity:0;
}
.avatar-box .upload-avatar-btn i{ color: #fff;}

.upload-avatar-box .progress-container {
    position: absolute;
    top: 24px;
    z-index: 99999;
    width: 100%;
    left: 0;
}

.upload-avatar-box .progress-text {
    background-color:#fff;
}
.radio-box {
    padding-left: 0;
    display: flex;
}

.radio-box label {
    display: inline-block;
    padding-right: 1rem;
}
.radio-box .label-right {
    padding-right: 0;
    padding-left: 1rem;
}
.radio-box .form-check-input {
    margin-left: 0;
}
.course-type-box > label,
.course-price-box > label{
	margin-bottom: 5px;
}
#courses-table .course-title,
#courses-table .course-meta-info{
    margin:0;
}
#courses-table .course-meta-info{
    margin-top:15px;
}
#courses-table .course-meta{
    padding: 5px;
    background:#eee;
    border-radius:5px;
    font-size:13px;
}
.select2-container .select2-selection--single{
	height: auto;
	border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	overflow: auto;
    text-overflow: unset;
    white-space: normal;
	padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:45px;
}
ul.gallery-images {
    display: flex;
    column-gap: 5px;
}
li.gallery-image {
    position: relative;
    width: 115px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}
.upload-box-wrap{
	margin-bottom:15px;
}
.dashboard-notification-wrap > .alert {
    font-size: 12px;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid orange;
    background: transparent;
    border-left: 5px solid orange;
    border-radius: 0;
}
.spinner-loader {
    width: 30px;
    height: 30px;
    padding: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: spin 1s infinite linear;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.courses_wrap{
	margin-bottom: 20px;
	background:#fff;
	padding: 15px;
    border-radius: 20px;
    margin-top: 50px;
    box-shadow: 0 1px 3px #1a1a191a, 0 1px 2px #1a1a190f;
}

.certificate-box {
    background: #fff;
    padding: 15px;
    border: 1px dashed #ccc;	
}
.certificate-box h3 {
    margin-bottom: 10px !important;
    font-size: 18px;
}
.certificate-box h4 {
    font-size: 13px;
    color: #09a300;
}
.forgot-password-box img {
    max-width: 200px;
    margin: 20px auto;
    display: block;
}
form#forgot-password-form .input-new {
    margin-bottom: 20px;
}
.courses_wrap table.chapters-table{
	margin-top:15px;
}
.forgot-password-box, .reset-password-box, .learner-signup-box, .verify-email-box {
    max-width: 500px;
    padding: 50px;
    margin: 50px auto 0 auto;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
}
.plan-box-price.mt-4.mb-4.position-relative.current-plan-box {
    background: #d4eff5;
}
.claim-offer.disabled {
    pointer-events: none;
    opacity: 0.75;
}
.initiate-payment-btn {
    position: relative;
}
#paymentModal form#payment-form, #updatePaymentModal form#update-payment-method-form {
    position: relative;
}
.payment-element-loader {
    position: absolute;
    top: calc( 50% - 50px);
    left: calc(50% - 50px);
    z-index: 1;
}
.initiate-payment-btn .spinner-loader {
    margin: 0;
    width: 23px;
    height: 23px;
    background: #fff;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    position: absolute;
    top: 12px;
}
.course-not-cmplted-note > p {
    font-size: 13px;
}
#new-question-modal .modal-header, #edit-question-modal .modal-header{
    display: flex;
}

.payment-option {
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-bottom: 10px;
	transition: 0.5s all;
}
.payment-option.selected {
	border-color: #17acce;
	background-color: #eef2ff;
}
.payment-option:hover {
	border-color: #a5b4fc;
}
.payment-option .card-label{
	padding:5px;
	display:flex;
	align-items:center;
}
.card-info {
	display: flex;
	align-items: center;
	gap: 12px;
}
.card-logo {
	width: 40px;
}
#new-payment-method-wrap{
	padding:15px;
}
.card-left{
	width:90%;
}
.card-right{
	width:10%;
}
.payment-option .card-info img.card-logo {
    margin: 0;
    overflow: auto;
    max-width: 100%;
}
.card-exp {
    font-weight: normal;
    font-size: 10px;
}

.card-num {
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 5px;
}
#purchased-courses-table td, #purchased-courses-table th{
    text-align:center;
}
#purchased-courses-table td:first-child, #purchased-courses-table th:first-child,
#purchased-courses-table td:last-child, #purchased-courses-table th:last-child{
    text-align:left;
}
.cancel-subscription-btn {
    padding: 5px 10px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
}
.cancel-subscription-btn .spinner-loader{
    background: #fff;
    width: 16px;
    height: 16px;
    padding: 2px;
    display: inline-block;
    margin-left: 5px;
}
.payment-options-wrap .card-wrapper {
	display:flex;
	align-items: center;
	padding: 15px;
	padding: 5px;
    column-gap: 15px;
}
.payment-options-wrap .card-info {
	background: #2da4c0;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}
.payment-options-wrap .card-left{ width:20%; }
.payment-options-wrap .card-middle{ width: 55%; }
.payment-options-wrap .card-right{ width: 25%; text-align:right; }
.payment-options-wrap .card-middle h6{
    margin:0;
    font-size:14px
}
.pm_attached_to > li {
    display: inline-block;
    font-size:12px;
    background:#eee;
    margin-right:5px;
    margin-bottom:5px;
    padding:5px;
    border-radius: 5px;
    
}
.update-payment-method-btn > .spinner-loader, .remove-payment-method-btn > .spinner-loader {
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 3px;
    margin-left: 5px;
    /* vertical-align: middle; */
}
#card-element {
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    padding: 13px 50px 13px 10px;
    font-family: "Kumbh Sans", sans-serif;
    box-sizing: border-box;
    box-shadow: none;
    margin-bottom: 15px;
}
.new-item-link .spinner-loader {
    background: rgb(255, 255, 255);
    padding: 2px;
    height: 14px;
    width: 14px;
    margin-left: 5px;
    vertical-align: text-top;
}
#sub-admin-modal .modal-dialog {
    max-width: 700px !important;
}
#sub-admin-modal .form-outer.simple{
    max-width: unset;   
}
.edit-sub-admin-btn,
.delete-sub-admin-btn{
    position:relative;
    display: inline-block;
    text-align: center;
}
.edit-sub-admin-btn .spinner-loader,
.delete-sub-admin-btn .spinner-loader{
    margin:0;
    position:absolute;
    left: -5px;
    top: -5px;
    padding:2px;
    width: 25px;
    height: 25px;
}
/* Responsive CSS */
@media (min-width: 1500px) and (max-width: 2200px) {
	
}
@media (min-width: 1200px) and (max-width: 1300px) {

.plan-box.position-relative {
    color: #fff;
padding: 20px 0px 0px;}
}
@media (min-width: 992px) and (max-width: 1199px) {

.plan-box.position-relative {
    color: #fff;
    padding: 20px 0px 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.top-bg-cvr {
		background: #fff;
		min-height: 71px;
		border-bottom: 1px solid #ccc;
		display: none;
	}
	    .dropdown.mob-view {
        display: block !important;
        top: 10px;
        right: 55px;
    }
	label #sidebar_btn {
        z-index: 1;
        color: #fff;
        position: fixed;
        cursor: pointer;
        right: 12px;
        font-size: 16px;
        margin: 19px 0;
        transition: 0.5s;
        transition-property: color;
    }
	    .logo.cvr {
        position: relative;
        display: inline-block;
        font-size: 0px;
        margin: 0px !important;
        border-radius: 6px;
        width: auto;
        padding: 0px;
    }
	    .logo.cvr span {
        color: #000000;
        font-size: 0px;
        display: block !important;
    }
	.logo.cvr img {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 5px;
        padding: 2px;
        margin-right: 5px;
        position: absolute;
        left: 10px;
        top: 0px;
    }
	ul.check-list li {
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
    font-size: 12px;
}
	.plan-box-price p {
    margin-top: 17px;
    padding: 0px 20px;
    font-size: 13px;
}
	.price-bx h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: #0d1138;
}
	.logo a {
    padding: 9px 12px;
    display: block;
}
header.d-none {
        display: block !important;
        z-index: 221;
        background: #fff;
        border: 1px solid #ccc;
        border-width: 0px 0px 1px 0px;
    }

#check:checked ~ .sidebar {
    left: 0px;
}
.sidebar {
    display: block;
    left: -268px;
}

  #sidebar_btn{
    display:block;
  }

.content {
    margin-left: 0;
    margin-top: 0;
    padding: 0px 0px;
    transition: 0s;
}

  #check:checked ~ .content{
    margin-left: 0;
  }
  .plan-box.position-relative {
    color: #fff;
    padding: 20px 0px 20px;
}
}
@media screen and (max-width: 780px){
	.percent h3 span {
    display: block;
    font-size: 10px !important;
    color: #a3a3a3;
}
	.content h1 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 8px;
}
	.logo-white.cvr {
    padding: 11.5px 24px;
    border-bottom: 1px solid #cdcdcd;
}
	.video-bx h2 {
    position: relative;
    padding-left: 45px;
    font-size: 19px;
    padding-top: 4px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
	.card .title h2 {
    margin: 0px 0 0;
    font-size: 17px;
}
.video-bx.mb-4 p {
    font-size: 13px;
}
.card .number h3 {
        font-weight: 700;
        font-size: 16px;
    }
	.wht-bx {
    background: #ffff;
    border-radius: 20px;
    height: 100%;
    padding-bottom: 30px;
    margin-top: 20px;
}
.card .number {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 43%;
    transform: translate(-50%, -50%);
}
.card {
    display: flex
;
padding: 0px 0px 0px;}
	.card svg {
    position: relative;
    width: 120px;
    height: 120px;
    transform: rotate(-90deg);
    margin: 0 auto;
    display: block;
}
	.card svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
        r: 70;
        cx: 60;
        cy: 60
}
	.table th {
    color: #2a2a2a !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding-top: 0px;
    letter-spacing: -0.006em;
    color: #FFFFFF;
}
	.dropdown.dsk-view {
    display: none !important;
}
	.dropdown.mob-view {
    display: block !important;
    top: 10px;
    right: 55px;
}
	.logo a {
        padding: 8px 0px;
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
    }
.logo.cvr {
    position: relative;
   
    display: inline-block;
    font-size: 0px;
    margin: 0px !important;
    border-radius: 6px;
    width: auto;
    padding:0px;
}
.logo.cvr img {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 5px;
        padding: 2px;
        margin-right: 5px;
        position: absolute;
        left: 10px;
        top: 0px;
    }
.top-bg-cvr {
    background: #fff;
    min-height: 61px;
    z-index: -1;
    border-bottom: 1px solid #ccc;
}
    header.d-none {
        display: block !important;
               z-index: 221;
    }
    header {
        z-index: 1;
        position: fixed;
        border: 1px solid #ffffff;
        background: #ffffff;
        padding: 0px;
        height: 60px;
        width: calc(100% - 0%);
        top: 0;
    }
    .logo.cvr span {
        color: #000000;
        font-size: 0px;
        display: block !important;
    }
	body.bg-blue .signup-box img {
    max-width: 229px !important;
    margin-top: 30px;
}
	    .plan-box.position-relative {
        color: #fff;
        padding: 30px 0px 20px;
    }
	.plan-box.position-relative {
    color: #fff;
    padding: 20px 0px 20px;
}
	.silver-plans {
    margin-top: 10px;
    margin-bottom: 10px;
}
	.col-md-6.d-flex.align-items-center.justify-content-center.bg-light {
    display: none !important;
}

	.dropdown {
    position: absolute !important;
    right: 20px;
    top: 76px;
    z-index: unset;
}
.logo-white a {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        line-height: 30px;
    }
.logo-white {
    margin-bottom: 30px;
}
	
	
	.right-sec {
    display: none;
}
	#check:checked ~ .sidebar {
    left: 0px;padding-top: 0px;
}
.sidebar {
    height: 100%;
    position: fixed;
    display: block;
    left: -268px;
}

  #sidebar_btn{
    display:block;
  }

    .content {
        margin-left: 0;
        margin-top: 0;
        padding: 90px 15px 30px;
        transition: 0s;
    }

  #check:checked ~ .content{
    margin-left: 0;
  }

  .mobile_nav{
    display: block;
    width: calc(100% - 0%);
  }

  .nav_bar{
    background: #222;
    width: (100% - 0px);
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .nav_bar .mobile_profile_image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .nav_bar .nav_btn{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.5s;
    transition-property: color;
  }

  .nav_bar .nav_btn:hover{
    color: #19B3D3;
  }

  .mobile_nav_items{
    background: #2F323A;
    display: none;
  }

  .mobile_nav_items a{
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    line-height: 60px;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    transition-property: background;
  }

  .mobile_nav_items a:hover{
    background: #19B3D3;
  }

  .mobile_nav_items i{
    padding-right: 10px;
  }

  .active{
    display: block;
  }

	label #sidebar_btn {
    z-index: 1;
    color: #fff;
    position: fixed;
    cursor: pointer;
    right: 12px;
    font-size: 16px;
    margin: 19px 0;
	
    transition: 0.5s;
    transition-property: color;
}
.logo a {
        padding:8px 12px;
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
		font-weight: 600;
    }
	header.d-none {
    display: block !important;           z-index: 221;
}
	.payment-options-wrap .card-wrapper{
		display:block;
		padding:0;
	}
	.payment-options-wrap .card-wrapper .card-left,
	.payment-options-wrap .card-wrapper .card-middle,
	.payment-options-wrap .card-wrapper .card-right{
		width:100%;
		padding:5px;
	}
	.payment-options-wrap .card-wrapper .card-middle{border-top:1px solid #ccc}
	.payment-options-wrap .pm_attached_to{margin:0;}
}
@media (max-width: 768px) {
	.wall-box.pymnt.w-100 {
    padding-bottom: 120px;
}
.wall-box.pymnt.w-100 img {
    width: 216px;
    bottom: 0px;
    top: auto;
}
	.video-bx img {
    position: static;
    right: 30px;
    top: 45px;
    transform: rotate(5deg);
    max-width: 240px;
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    border-bottom-left-radius: 0px;
}
	.input-spc button {
    transition: ease-in-out 0.5s;
    background: #2da4c0;
    color: #fff;
    padding: 15px 39px;}
	.wall-box {
    background: #fff;
    width: 70%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 1px 3px #1a1a191a, 0 1px 2px #1a1a190f;
}
table.table.table-striped.light-data.billing-history-table{
	 width: 100%;
    min-width:800px;
}
	.form-field-wrap a {
    margin-top: 10px;
    display: block;
    text-align: center;
}
  .courses-table {
    width: 100%;
    min-width: 600px; /* or set your preferred minimum width */
  }
    .follow-us {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }
  table.table.table-striped.light-data.usage-reports-table{  width: 100%;
    min-width: 1000px; }
}
