.loading:before, .loading_v2:after {content: "";}.stm_product_list_widget, ul.page-numbers {list-style: none;padding: 0;}@-webkit-keyframes percentAnimate {0%, 100% {-webkit-transform: scale(0.8, 0.8);transform: scale(0.8, 0.8);}50% {-webkit-transform: scale(1, 1);transform: scale(1, 1);}}@-webkit-keyframes spin {0% {-webkit-transform: rotate(0);}100% {-webkit-transform: rotate(360deg);}}@keyframes spin {0% {-webkit-transform: rotate(0);}100% {-webkit-transform: rotate(360deg);}}@-webkit-keyframes shake_it {2%, 40% {-webkit-transform: translate(-7px, 0) rotate(0);transform: translate(-7px, 0) rotate(0);}14%, 4%, 58%, 86% {-webkit-transform: translate(-5px, 0) rotate(0);transform: translate(-5px, 0) rotate(0);}6%, 70% {-webkit-transform: translate(4px, 0) rotate(0);transform: translate(4px, 0) rotate(0);}62%, 8% {-webkit-transform: translate(-4px, 0) rotate(0);transform: translate(-4px, 0) rotate(0);}10%, 72%, 74%, 80%, 84%, 96%, 98% {-webkit-transform: translate(-6px, 0) rotate(0);transform: translate(-6px, 0) rotate(0);}12%, 18%, 28%, 32%, 60%, 76% {-webkit-transform: translate(2px, 0) rotate(0);transform: translate(2px, 0) rotate(0);}16%, 24%, 66%, 94% {-webkit-transform: translate(-3px, 0) rotate(0);transform: translate(-3px, 0) rotate(0);}20% {-webkit-transform: translate(3px, 0) rotate(0);transform: translate(3px, 0) rotate(0);}22%, 46%, 56%, 78% {-webkit-transform: translate(-2px, 0) rotate(0);transform: translate(-2px, 0) rotate(0);}26%, 52% {-webkit-transform: translate(-9px, 0) rotate(0);transform: translate(-9px, 0) rotate(0);}30% {-webkit-transform: translate(7px, 0) rotate(0);transform: translate(7px, 0) rotate(0);}0%, 100%, 34%, 42% {-webkit-transform: translate(0, 0) rotate(0);transform: translate(0, 0) rotate(0);}36%, 44%, 82%, 88%, 90%, 92% {-webkit-transform: translate(-1px, 0) rotate(0);transform: translate(-1px, 0) rotate(0);}38% {-webkit-transform: translate(6px, 0) rotate(0);transform: translate(6px, 0) rotate(0);}48%, 68% {-webkit-transform: translate(10px, 0) rotate(0);transform: translate(10px, 0) rotate(0);}50% {-webkit-transform: translate(-8px, 0) rotate(0);transform: translate(-8px, 0) rotate(0);}54% {-webkit-transform: translate(9px, 0) rotate(0);transform: translate(9px, 0) rotate(0);}64% {-webkit-transform: translate(1px, 0) rotate(0);transform: translate(1px, 0) rotate(0);}}@keyframes shake_it {2%, 40% {-webkit-transform: translate(-7px, 0) rotate(0);transform: translate(-7px, 0) rotate(0);}14%, 4%, 58%, 86% {-webkit-transform: translate(-5px, 0) rotate(0);transform: translate(-5px, 0) rotate(0);}6%, 70% {-webkit-transform: translate(4px, 0) rotate(0);transform: translate(4px, 0) rotate(0);}62%, 8% {-webkit-transform: translate(-4px, 0) rotate(0);transform: translate(-4px, 0) rotate(0);}10%, 72%, 74%, 80%, 84%, 96%, 98% {-webkit-transform: translate(-6px, 0) rotate(0);transform: translate(-6px, 0) rotate(0);}12%, 18%, 28%, 32%, 60%, 76% {-webkit-transform: translate(2px, 0) rotate(0);transform: translate(2px, 0) rotate(0);}16%, 24%, 66%, 94% {-webkit-transform: translate(-3px, 0) rotate(0);transform: translate(-3px, 0) rotate(0);}20% {-webkit-transform: translate(3px, 0) rotate(0);transform: translate(3px, 0) rotate(0);}22%, 46%, 56%, 78% {-webkit-transform: translate(-2px, 0) rotate(0);transform: translate(-2px, 0) rotate(0);}26%, 52% {-webkit-transform: translate(-9px, 0) rotate(0);transform: translate(-9px, 0) rotate(0);}30% {-webkit-transform: translate(7px, 0) rotate(0);transform: translate(7px, 0) rotate(0);}0%, 100%, 34%, 42% {-webkit-transform: translate(0, 0) rotate(0);transform: translate(0, 0) rotate(0);}36%, 44%, 82%, 88%, 90%, 92% {-webkit-transform: translate(-1px, 0) rotate(0);transform: translate(-1px, 0) rotate(0);}38% {-webkit-transform: translate(6px, 0) rotate(0);transform: translate(6px, 0) rotate(0);}48%, 68% {-webkit-transform: translate(10px, 0) rotate(0);transform: translate(10px, 0) rotate(0);}50% {-webkit-transform: translate(-8px, 0) rotate(0);transform: translate(-8px, 0) rotate(0);}54% {-webkit-transform: translate(9px, 0) rotate(0);transform: translate(9px, 0) rotate(0);}64% {-webkit-transform: translate(1px, 0) rotate(0);transform: translate(1px, 0) rotate(0);}}.fade-enter-active, .fade-leave-active {transition: opacity 0.5s;}.fade-enter, .fade-leave-to {opacity: 0;}.slide-fade-enter-active {transition: all 0.3s ease;}.slide-fade-leave-active {transition: none;}.slide-fade-enter, .slide-fade-leave-to {-webkit-transform: translateY(10px);transform: translateY(10px);opacity: 0;}.shake-it {-webkit-animation: shake_it 4s infinite;animation: shake_it 4s infinite;border-color: red !important;}.loading_v2 > * {opacity: 0.8;}.loading_v2:after {position: absolute;top: 50%;left: 50%;width: 20px;height: 20px;margin: -10px 0 0 -10px;background: rgba(25, 94, 200, 0.4);border-radius: 50px;opacity: 0;-webkit-animation: pulse_v2 1s infinite linear;animation: pulse_v2 1s infinite linear;}@-webkit-keyframes pulse_v2 {0% {-webkit-transform: scale(0.6);transform: scale(0.6);opacity: 0;}33% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}100% {-webkit-transform: scale(1.4);transform: scale(1.4);opacity: 0;}}@keyframes pulse_v2 {0% {-webkit-transform: scale(0.6);transform: scale(0.6);opacity: 0;}33% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}100% {-webkit-transform: scale(1.4);transform: scale(1.4);opacity: 0;}}.stm-lms-message {padding: 15px 30px;margin: 15px 0;background-color: #e53935;color: #fff;border-radius: 5px;}.stm-lms-message.success {background-color: #66bb6a;}.stm_lms_btn_icon {position: relative;}.stm_lms_btn_icon [type="button"] {position: absolute;right: 0;top: 0;bottom: 0;width: 50px;text-align: center;background-color: transparent;border: 0;}.stm_lms_btn_icon .form-control {padding-right: 55px !important;}.stm-lms-buy-buttons .or {display: block;margin: 4px 0 6px;text-align: center;text-transform: uppercase;font-weight: 500;}.stm-lms-buy-buttons .btn:not(.start-course) {background-color: #5cbc87 !important;border-radius: 10px;width: 100%;}.stm-lms-buy-buttons .btn:not(.start-course).btn_big {display: flex;min-height: 60px;margin-bottom: 8px;padding: 20px 16px 19px;font-size: 17px;width: 100%;align-items: center;color: #fff;cursor: pointer;}@media (max-width: 800px) {.stm-lms-buy-buttons .btn:not(.start-course).btn_big {justify-content: center;}}.stm-lms-buy-buttons .btn:not(.start-course).btn_big.loading {min-height: 60px;}.stm-lms-buy-buttons .btn:not(.start-course).btn_big span {position: relative;top: 1px;margin-right: 15px;}.stm-lms-buy-buttons .btn:not(.start-course).btn_big .btn-prices {display: inline-block;vertical-align: top;margin-left: auto;}.stmlms-check:before, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-course-info__single .stm-lms-course-info__single_label > * {vertical-align: middle;}.stm-lms-buy-buttons .btn:not(.start-course).btn_big .btn-prices.btn-prices-price {margin-left: auto !important;}.stm-lms-buy-buttons .btn:not(.start-course).btn_big .btn-prices label {display: block;margin: 0;color: #fff;font-size: 20px;font-weight: 700;cursor: pointer;}.stm-lms-buy-buttons .btn:not(.start-course).btn_big .btn-prices label.price {font-weight: 500;}.stm-lms-buy-buttons .btn:not(.start-course).btn_big .btn-prices label.sale_price {margin-bottom: 8px;opacity: 0.5;font-size: 15px;font-weight: 400;text-decoration: line-through;}.stm-lms-buy-buttons .btn:not(.start-course).btn-outline {width: 100%;padding-top: 15px;padding-bottom: 15px;color: #273044;background-color: #fff !important;border: 2px solid #17d292 !important;font-size: 13px;text-align: center;}.stm-lms-buy-buttons .btn:not(.start-course).btn-outline:after {background-color: #17d292 !important;}@media (max-width: 1024px) {.stm-lms-buy-buttons .btn.btn_big {padding: 10px 15px;}.stm-lms-buy-buttons .btn.btn_big .btn-prices label.sale_price {margin-bottom: 5px;}}@media (max-width: 700) {.stm-lms-buy-buttons {display: block;position: fixed;bottom: -25px;left: 5%;width: 90%;margin-bottom: 30px;transition: height 2s;box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.18);}.stm-lms-buy-buttons .btn.btn_big {width: auto;}.stm-lms-buy-buttons .btn.btn_big span {margin-right: 15px;}}@media (max-width: 700) and (max-width: 600px) {.stm-lms-buy-buttons {z-index: 30 !important;box-shadow: none;}}@media (max-width: 700) {.stm-lms-buy-buttons-sticky {transition: height 2s;}}.nav.nav-tabs {margin: 0 0 50px;border-bottom: 0;display: flex;}.stm-lms-upload-input-demo-mode, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_courses_wrapper .stm_lms_courses__archive_filter .stm_lms_courses__archive_filter_toggle {display: none;}@media (max-width: 600px) {.nav.nav-tabs {margin: 0 0 15px;}.stm_lms_finish_score .stm_lms_finish_score__buttons .inner a {min-width: 100px;}}.nav.nav-tabs > li {flex: 1 0;}.nav.nav-tabs > li a {padding: 16px 10px 20px;margin: 0;border: 0 !important;border-top: 3px solid #f0f4fa !important;border-radius: 0;font-size: 15px;font-weight: 600;background-color: #f0f4fa;text-align: center;color: #273044;}.nav.nav-tabs > li a:hover {color: #273044;}.nav.nav-tabs > li.active a {border-top-color: #385bce !important;background-color: #fff;color: #273044 !important;}.stm_lms_gradebook__course__image img {width: 50px;}.stm-lms-lesson_navigation_complete .stm_lms_complete_lesson {line-height: 15px;}.stm-lms-single_quiz button.btn.btn-default.stm_lms_complete_lesson {padding: 18px 30px;border-radius: 30px;touch-action: manipulation;cursor: pointer;line-height: 14px;font-size: 14px;}.stm_lms_button .stm_lms_user_float_menu .float_menu_item abbr {width: 7px;}.stm-lms-quiz__result_actions .btn, .stm_lms_finish_score .stm_lms_finish_score__buttons .inner a {border-radius: 30px;}.stm_lms_udemy_course .nav li.active a {background-color: #fff;}.stm_lms_udemy_course .nav li a {background-color: #457992;}html.no-js {margin-top: 0 !important;}@media (max-width: 600px) {body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop):not(.theme-Divi):not(.et_divi_theme) .stm_lms_manage_course__image.filled .stm_lms_manage_course__image_empty {height: 100%;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop):not(.theme-Divi):not(.et_divi_theme) #stm_lms_manage_course .stm_lms_item_modal__bottom {padding: 10px 50px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop):not(.theme-Divi):not(.et_divi_theme) #stm_lms_manage_course .stm_lms_item_modal__bottom a.btn.btn-default {font-size: 11px;}}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop):not(.theme-Divi):not(.et_divi_theme) .stm_lms_courses__single--image img {height: 180px;-o-object-fit: cover;object-fit: cover;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) {max-width: 100%;overflow-x: hidden;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_assignment__edit .inner .assignment_files img {width: 100%;max-width: 100%;height: auto;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) #stm_lms_enterprise_groups .stm_lms_ent_groups_add_edit__emails .form-control.valid, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login .stm_lms_login_wrapper .form-control, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login .stm_lms_register_wrapper .form-control {height: 45px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_recent_courses__term {margin-bottom: 5px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_searchbox.style_2 .stm_lms_courses_search__button {right: -2px !important;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button:hover {color: #fff;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_courses__filter_actions input[type="submit"] {background-color: #385bce !important;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_edit_account .stm_lms_edit_socials .form-group-social i {top: 10px !important;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_certificate_checker a.btn.btn-default {display: flex;justify-content: center;align-items: center;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_edit_account .btn-save-account {background-color: #0050b4 !important;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .user_assingment_actions .btn-default {padding-right: 0 !important;min-width: 160px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .user_assingment_actions .btn i {left: 15px !important;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_edit_account .form-group .form-control, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_ent_groups_add_edit .form-control {box-shadow: unset;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_lesson_header__right .stm_lms_account_dropdown .caret, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_lesson_header__right .stm_lms_account_dropdown span.login_name {color: #333;}.pmpro_invoice_wrap .pmpro_actions_nav a, .pmpro_invoice_wrap .pmpro_actions_nav a:hover, .stm_lms_cart .stm_lms_cart__item_title .normal_font a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_lesson_header__right .stm_lms_account_dropdown .dropdown button i {color: #385bce;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_lesson_header__right .stm_lms_account_dropdown .dropdown {background-color: #f0f4fa;border-radius: 25px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) #stm_lms_manage_course h4 {font-size: 16px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .site .button:not(:hover):not(:active):not(.has-background), body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background), body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) button:not(:hover):not(:active):not(.has-background), body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="reset"]:not(:hover):not(:active):not(.has-background), body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="submit"]:not(:hover):not(:active):not(.has-background) {}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm_lms_course__title {font-size: 45px;margin: 25px 0;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry .entry-content, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) div#primary {margin: 0 auto !important;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-user_edit_profile_btn a i {top: 0;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-user_edit_profile_btn a span {vertical-align: middle;top: 0;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) :root {min-width: 1200px !important;width: 1200px;margin: 0 auto !important;}@media (max-width: 800px) {body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper .col-md-9 {padding-right: 30px;padding-left: 30px;}}@media (max-width: 600px) {body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper .col-md-9 {padding-right: 17px;padding-left: 17px;}}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login #stm-lms-register h3, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login .stm-lms-login__top h3 {font-weight: 500;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login .stm_lms_login_wrapper__actions label, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login .stm_lms_register_wrapper__actions label {font-size: 13px;font-weight: 400;line-height: 17px;margin-bottom: 0;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login .stm_lms_styled_checkbox__inner {width: 18px;height: 18px;margin-right: 5px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login .stm_lms_login_wrapper .lostpassword {font-size: 13px;margin-right: 5px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .stm-lms-wrapper__login .stm_lms_login_wrapper .stm_lms_login_wrapper__actions .btn {font-size: 13px;padding: 12px 5px !important;min-width: 105px;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="color"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="date"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="datetime-local"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="datetime"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="email"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="month"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="number"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="password"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="range"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="search"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="tel"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="text"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="time"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="url"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) input[type="week"]:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) textarea:focus {border-color: #cbcbcb;outline: 0;}body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comment-content a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comment-content a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comment-metadata a.comment-edit-link:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comment-metadata a.comment-edit-link:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comment-metadata a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comment-metadata a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comment-reply-link:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comment-reply-link:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comments-pagination a:not(.prev):not(.next):focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .comments-pagination a:not(.prev):not(.next):hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .edit-link a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .edit-link a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-content a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-content a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-footer .cat-links a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-footer .cat-links a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-footer .tags-links a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-footer .tags-links a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-footer a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-footer a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-meta a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-meta a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-summary a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-summary a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-title a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .entry-title a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .logged-in-as a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .logged-in-as a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .page-links a:focus .page-number, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .page-links a:hover .page-number, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .pagination a:not(.prev):not(.next):focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .pagination a:not(.prev):not(.next):hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .post-navigation a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .post-navigation a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .posts-navigation a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .posts-navigation a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .site-footer .widget-area a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .site-footer .widget-area a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .site-info a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .site-info a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .widget .widget-title a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .widget .widget-title a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .widget a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .widget a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .widget ul li a:focus, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .widget ul li a:hover, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .widget_authors a:focus strong, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) .widget_authors a:hover strong, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) a:focus .nav-title, body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop) a:hover .nav-title {box-shadow: none;}.stm-lms-plugin #stm_lms_manage_course .stm-lms-manage-prereq .wpcfto-autocomplete {margin: 50px 0 0 !important;}.stm-lms-plugin #stm_lms_instructor_assignments .asignments_grid__single a:hover {box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12), inset 3px 0 0 #385bce !important;}.stm-lms-plugin .stm_lms_cart__item_title .enterprise-course-added label {display: inline-block;}.stm-lms-plugin .wrap {max-width: 1200px;}.stm-lms-plugin .stm-lms-manage-prereq .dropdown-menu {margin-top: 40px !important;}.stm-lms-plugin .stm_lms_finish_score h2, .stm-lms-plugin .stm_lms_gradebook__course__inner h4 {padding: 0;}.stm-lms-plugin #stm_lms_manage_course .stm-lms-manage-prereq .wpcfto-autocomplete-search .dropdown-toggle {position: absolute;left: 0;}.stm-lms-plugin .stm_lms_finish_score h3 {padding: 5px !important;}.stm-lms-plugin .stm-lms-quiz__result h4 {padding: 10px !important;}.stm-lms-plugin .stm_lms_manage_course__image_empty i.lnr-upload {margin-bottom: 0;}.stm-lms-plugin .stm_lms_create_announcement .btn {font-size: 12px;padding: 15px;}.stm-lms-plugin .stm_lms_ent_groups_add_edit .form-control {height: 45px;}.stm-lms-plugin .comment-content a, .stm-lms-plugin .comment-content a img, .stm-lms-plugin .entry-content a, .stm-lms-plugin .entry-content a img, .stm-lms-plugin .entry-summary a, .stm-lms-plugin .posts-navigation a, .stm-lms-plugin .site-footer .widget-area a, .stm-lms-plugin .widget a, .stm-lms-plugin .widget a img, .stm-lms-plugin .widget_authors a strong {box-shadow: none;}.stm_searchbox .autocomplete ul li.focus-list a, body .header_2 .stm_lms_courses_search .autocomplete ul li.focus-list a {background-color: #f8f8f8;color: #2b2b2b;}.stm_searchbox .autocomplete ul li.focus-list a:hover, body .header_2 .stm_lms_courses_search .autocomplete ul li.focus-list a:hover {color: #385bce !important;}.stmlms-check:before {font-size: 24px;color: #17d292;}.stm_lms_courses_categories.style_3 .stm_lms_courses_category > a:hover {background-color: #385bce !important;}.stm_lms_recent_courses .stm_lms_recent_courses__all a.btn.btn-default {background-color: #385bce;}.stm_lms_courses__grid .stm_lms_courses__single--info .stm_lms_courses__single--info_title a:hover h4 {color: #385bce !important;}.testimonials_navigation .simple_carousel_next:hover i, .testimonials_navigation .simple_carousel_prev:hover i {color: #17d292 !important;}.testimonials_main_wrapper.style_5 .top .nav-buttons span {border-color: #17d292 !important;color: #17d292 !important;}.testimonials_main_wrapper.style_5 .top .nav-buttons span:hover {background-color: #17d292 !important;color: #fff !important;}.simple_carousel_wrapper a.btn.btn-primary.btn-sm {border-color: #17d292;color: #17d292;}.simple_carousel_wrapper a.btn.btn-primary.btn-sm:hover {border-color: #17d292;background-color: #17d292;color: #fff;}.stm_lms_instructors__grid .owl-dots .owl-dot.active, .stm_lms_single_course_carousel_wrapper .stm_lms_single_course_carousel .owl-dots .owl-dot.active {border-color: #385bce;}.simple_carousel_wrapper .btn-carousel-control.simple_carousel_next:focus:after, .simple_carousel_wrapper .btn-carousel-control.simple_carousel_next:focus:after:hover, .simple_carousel_wrapper .btn-carousel-control.simple_carousel_next:hover:after, .simple_carousel_wrapper .btn-carousel-control.simple_carousel_next:hover:after:hover {background-color: #17d292;}.simple_carousel_wrapper .simple_carousel_next:hover i, .simple_carousel_wrapper .simple_carousel_prev:hover i {color: #fff;}.expert-single-slide .st_experts .expert_inner_title_link:hover .expert_inner_title, .stm_lms_instructors_carousel_wrapper .stm_lms_instructors_carousel__top .h4:hover {color: #385bce;}.stm_lms_certificate_checker__form a.btn.btn-default, .stm_lms_certificate_checker__form a.btn.btn-default:active, .stm_lms_certificate_checker__form a.btn.btn-default:focus, .stm_lms_certificate_checker__form a.btn.btn-default:hover {background-color: #385bce;}.stm_lms_certificate_checker .stm-lms-message.success {background-color: #17d292;}.stm_lms_courses_grid .showing a.btn.btn-default.stm_lms_load_more_courses, .stm_lms_courses_grid .showing a.btn.btn-default.stm_lms_load_more_courses:hover, .stm_lms_featured_teacher .featured-teacher-all a.btn.btn-default, .stm_lms_featured_teacher .stm_lms_featured_teacher_content a.btn.btn-default {background-color: #385bce;}.stm_lms_courses_grid .stm_lms_courses_grid__counter .stm_lms_courses_grid__all {color: #385bce;border-bottom: none;}.stm_lms_courses_grid .stm_lms_courses_grid__counter .stm_lms_courses_grid__all:hover {border-bottom: 1px solid #385bce;}@media (max-width: 600px) {.stm-curriculum-item__toggle-container {display: none;}}@-webkit-keyframes pulsate {0% {-webkit-transform: scale(0.1, 0.1);opacity: 0;}50% {opacity: 1;}100% {-webkit-transform: scale(1.2, 1.2);opacity: 0;}}html {font-size: inherit;}.label, label {color: #273044;}.masterstudy-theme .header_2 .stm_lms_account_dropdown .dropdown button {background-color: #385bce !important;border-color: #385bce !important;}.masterstudy-theme .stm_header_links i.secondary_color {color: #385bce;}.masterstudy-theme .stm-lms-course__sidebar .stm-lms-buy-buttons .stm_lms_mixed_button .buy-button {background-color: #17d292 !important;}.masterstudy-theme a.stm_lms_courses_search__button.sbc {background-color: #385bce;color: #fff;}.masterstudy-theme a.stm_lms_courses_search__button.sbc:hover {background-color: #273044;}.masterstudy-theme #stm_lms_add_review a.btn.btn-default {background-color: #385bce;}.masterstudy-theme a.btn.btn-default.start-course {background-color: #17d292;}.masterstudy-theme .stm_lms_courses_wrapper .stm_lms_load_more_courses {background-color: #385bce !important;}.masterstudy-theme .stm-lms-wrapper .classic_style .stm_preview_certificate {outline: #385bce !important;background: 0 0 !important;}.masterstudy-theme .stm-lms-wrapper .stm-lms-course__sidebar .stm_preview_certificate {background-color: transparent !important;}.masterstudy-theme .stm-lms-wrapper .stm_preview_certificate {background-color: #385bce !important;}.masterstudy-theme .stm-lms-wrapper .stm-lms-user-certificates .stm-lms-user-quiz .stm_preview_certificate {background-color: transparent !important;}.masterstudy-theme .stm-lms-wrapper div.multiseparator:after {background-color: #385bce !important;}.masterstudy-theme .stm-lms-wrapper .stm-load-more-courses-btn, .masterstudy-theme .stm-lms-wrapper .stm-load-more-courses-btn:active, .masterstudy-theme .stm-lms-wrapper .stm-load-more-courses-btn:focus, .masterstudy-theme .stm-lms-wrapper .stm-load-more-courses-btn:hover {background-color: #385bce;}.masterstudy-theme .stm-lms-wrapper .create-announcement-btn {background-color: #385bce !important;}.masterstudy-theme #wrapper .header_2 .header_top .stm_courses_search .stm_lms_courses_search__button, .masterstudy-theme #wrapper .stm_lms_categories_dropdown__parents .sbc_h:hover {background-color: #385bce;}.masterstudy-theme #wrapper .stm_lms_categories_dropdown__child a:hover {color: #385bce !important;}.stm-lms-wrapper {position: relative;padding: 50px 0 30px;}.stm-lms-wrapper-wishlist {margin-bottom: 100px;}.stm-lms-template-page .stm_lms_breadcrumbs {display: none;}.stm_header_links a.stm_lms_bi_link.normal_font:hover, .stm_header_links i.lnr.lnr-bullhorn.secondary_color, .stm_header_links i.stmlms-case.secondary_color {color: #385bce;}.star-rating {width: 75px;height: 13px;margin-top: 4px;background: url(../img/staremptyl.svg) left top repeat-x;}.star-rating > span {display: block;text-indent: -9999px;line-height: 1;background: url(../img/starfull.svg) left top repeat-x;}.star-rating.star-rating__big, .star-rating.star-rating__big > span {background-size: 20px 20px;height: 20px;}.mobile_logo_modal .header_top .logo-unit {opacity: 0.5;}@media (max-width: 600px) {.mobile_logo_modal .header_top .logo-unit {display: none;}}.loading {min-height: 100px;position: relative;}.loading .fa-spin {display: none;}.loading:before {display: block;position: absolute;top: 20px;left: 50%;margin-left: -15px;border: 2px solid rgba(0, 0, 0, 0.5);border-radius: 30px;height: 30px;width: 30px;-webkit-animation: pulsate 1.5s ease-out;animation: pulsate 1.5s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;opacity: 0;z-index: 99;}.modal .loading {min-width: 30px;min-height: 30px;}.modal .loading:before {top: 0;}.btn.btn-default.loading {min-height: auto;min-width: 100px;overflow: hidden;}.btn.btn-default.loading:before {top: 50%;left: 50%;width: 30px;height: 30px;margin: -15px 0 0 -15px;border-color: #fff;}.btn.btn-default.loading span {display: block;opacity: 0;width: 0;}.loading[data-delete-course] {min-height: auto;}.loading[data-delete-course]:before {position: static;}.btn {vertical-align: top !important;}.btn.btn-icon {text-transform: none;font-weight: 400;background-color: #17d292 !important;}.btn.btn-icon i {position: relative;top: 1px;margin-left: 5px;font-size: 16px;}.modal .loading.btn {margin: 0;font-size: inherit;visibility: visible;}.stm_lms_post_status {position: absolute;right: 10px;top: 10px;padding: 2px 4px;min-width: 47px;background-color: #1db874;font-size: 11px;text-align: center;color: #fff !important;text-transform: uppercase;border-radius: 3px;z-index: 100;}.stm_lms_post_status.special {background-color: #f09b23;}.stm_lms_post_status.hot {background-color: red;}.star-rating.star-rating__big {width: 100px;}.wpcfto_radio {position: relative;margin: 0 10px 0 0;}.wpcfto_radio__fake:after, .wpcfto_radio__fake:before {position: absolute;content: "";}.wpcfto_radio__fake:before {top: 0;left: 0;width: 20px;height: 20px;border: 1px solid #dedede;background-color: #fff;border-radius: 50%;}.wpcfto_radio__fake:after {top: 6px;left: 6px;width: 8px;height: 8px;border-radius: 50%;}.wpcfto_radio input {opacity: 0;}.wpcfto_radio input:checked + .wpcfto_radio__fake:after {background-color: #385bce;}.stm_lms_styled_checkbox {cursor: pointer;}.stm_lms_styled_checkbox__inner {position: relative;top: -1px;display: inline-block;width: 24px;height: 24px;margin-right: 10px;vertical-align: top;border: 1px solid #bcbcbc;}.stm_lms_styled_checkbox__inner input {position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;z-index: 10000;}.stm_lms_styled_checkbox__inner input:checked + span i {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}.stm_lms_styled_checkbox__inner span {position: absolute;top: 0;left: 0;right: 0;bottom: 0;text-align: center;background-color: #fff;}.stm_lms_styled_checkbox__inner span i {color: #273044;opacity: 0;-webkit-transform: translateY(3px);transform: translateY(3px);transition: 0.3s ease;}a {text-decoration: none !important;outline: 0 !important;}.modal-backdrop {background: rgba(255, 255, 255, 0.5) !important;}.modal-content {box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;}@media (max-width: 1023px) {.nav.nav-tabs {flex-wrap: nowrap;}.nav.nav-tabs li {flex: 100%;}}@media (max-width: 600px) {.stm-curriculum-item .stm-curriculum-item__toggle-container {display: none;}}.stm_lms_infinite .stm_lms_load_more_courses {opacity: 0;}.stm_lms_infinite .stm_lms_load_more_courses.loading {opacity: 1;background-color: transparent !important;cursor: default !important;}.stm_lms_infinite .stm_lms_load_more_courses.loading:after, .stm_lms_infinite .stm_lms_load_more_courses.loading:before {display: inline-block;vertical-align: top;position: static;width: 12px;height: 12px;margin: 0;background-color: #aaa;border: 0;border-radius: 50%;opacity: 1;-webkit-animation: action 0.5s infinite alternate;animation: action 0.5s infinite alternate;}.stm_lms_infinite .stm_lms_load_more_courses.loading:after {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}.stm_lms_infinite .stm_lms_load_more_courses.loading span {display: inline-block;vertical-align: top;width: 12px;height: 12px;background-color: #aaa;border: 0;border-radius: 50%;opacity: 1;font-size: 0;margin: 0 5px;-webkit-animation: action 0.5s infinite alternate;animation: action 0.5s infinite alternate;-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}@-webkit-keyframes action {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}}@keyframes action {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}}button.close {color: #fff !important;opacity: 0.5;text-shadow: none;padding: 5px 10px;font-size: 30px;transition: 0.3s ease;}button.close:hover {opacity: 1;}.justify-center {justify-content: center;}.back-to-account {display: block;margin: 0 0 60px;color: #273044;}.back-to-account i {position: relative;top: 1px;}.min-height-300 {min-height: 300px;}.min-height-400 {min-height: 400px;}.min-height-500 {min-height: 500px;}.p-t-10 {padding-top: 10px;}.p-t-15 {padding-top: 15px;}.p-t-30 {padding-top: 30px;}.p-r-10 {padding-right: 10px;}.p-r-15 {padding-right: 15px;}.p-r-30 {padding-right: 30px;}.p-b-10 {padding-bottom: 10px;}.p-b-15 {padding-bottom: 15px;}.p-b-30 {padding-bottom: 30px;}.p-l-10 {padding-left: 10px;}.p-l-15 {padding-left: 15px;}.p-l-30 {padding-left: 30px;}.m-0 {margin: 0 !important;}.m-t-10 {margin-top: 10px;}.m-t-15 {margin-top: 15px;}.m-t-30 {margin-top: 30px;}.m-t--10 {margin-top: -10px;}.m-t--15 {margin-top: -15px;}.m-t--30 {margin-top: -30px;}.m-r-10 {margin-right: 10px;}.m-r-15 {margin-right: 15px;}.m-r-30 {margin-right: 30px;}.m-b-5 {margin-bottom: 5px;}.m-b-10 {margin-bottom: 10px;}.m-b-15 {margin-bottom: 15px;}.m-b-30 {margin-bottom: 30px;}.m-l-10 {margin-left: 10px;}.m-l-15 {margin-left: 15px;}.m-l-30 {margin-left: 30px;}.statistics-chart-class {min-height: 500px;padding: 0 0 25px;}body.masterstudy-theme .stm_lms_instructor_courses__grid a:active, body.masterstudy-theme .stm_lms_instructor_courses__grid a:focus, body.masterstudy-theme .stm_lms_instructor_courses__grid a:hover, body.masterstudy-theme .stm_lms_instructor_courses__grid a:visited {color: #385bce !important;}body.masterstudy-theme .stm_lms_log_in, body.masterstudy-theme .stm_lms_log_in i.stmlms-user, body.masterstudy-theme .stm_lms_log_in:hover {color: #2985f7;}.message-notice a {color: #385bce;}.message-notice a:hover {color: #385bce !important;opacity: 0.9;}body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:active, body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:focus, body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:hover, body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:visited {background-color: #385bce !important;color: #fff !important;}.theme-masterstudy #header.transparent_header .header_2 .header_top .stm_lms_categories i, .theme-masterstudy #header.transparent_header .header_2 .header_top .stm_lms_categories span {color: #385bce;}.header_top .right-unit .not-logged-in .lnr-heart {color: #2985f7;}.header_top .right-unit .btn, .header_top .right-unit .btn:hover {background-color: #2985f7;}.modal-dialog {padding: 50px 0;z-index: 1051;}.vue_is_disabled {display: none;}.vue_is_disabled.is_vue_loaded.active, .vue_is_disabled.is_vue_loaded:not(.tab-pane) {display: block;}@media (min-width: 550px) {.col-md-8 .stm_lms_private_information .stm_lms_courses__grid_4 .stm_lms_courses__single, .col-md-9 .stm_lms_private_information .stm_lms_courses__grid_4 .stm_lms_courses__single {width: 50%;}}@media (min-width: 1200px) {.col-md-8 .stm_lms_private_information .stm_lms_courses__grid_4 .stm_lms_courses__single, .col-md-9 .stm_lms_private_information .stm_lms_courses__grid_4 .stm_lms_courses__single {width: 33.3%;}}.stm-lms-wrapper--group_header a {color: #385bce;}.stm-lms-wrapper--group_header a:hover {color: #385bce !important;}.stm_lms_button .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #385bce !important;}.stm_lms_button .select2-container--default .select2-selection--single .select2-selection__arrow b:after {border-color: #385bce;}.classic-lms-2 .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .classic_lms .select2-container--default .select2-selection--single .select2-selection__arrow b:after {border-color: #385bce transparent transparent !important;}.single-stm-courses .classic_style .nav.nav-tabs > li.active a {background-color: transparent !important;color: #273044 !important;}.classic_lms .select2-container--default .select2-results__option--highlighted[aria-selected], .load-my-courses .btn.btn-default {background-color: #385bce !important;}.load-my-courses .btn.btn-default {border-color: #385bce !important;}.product-enterprise-group {background-color: #195ec8;color: #fff;padding: 5px 10px;margin-left: 15px;border-radius: 5px;font-size: 11px;}@media (max-width: 1024px) {.stm_lms_private_information .nav.nav-tabs > li a {font-size: 14px;}}.row.cols-same-height {display: flex;flex-wrap: wrap;}.row.cols-same-height > [class*="col-"] {display: flex;flex-direction: column;}body .stm_lms_user_side {text-align: center;}body .stm_lms_user_side .stm_lms_profile_buttons_set {text-align: left;}#stm_lms_edit_account .stm_lms_user_info_top {display: flex;flex-wrap: wrap;align-items: center;}.stm-lms-logout-button {padding: 13px 20px 13px 15px;margin-left: auto;vertical-align: middle !important;background-color: #eef1f7 !important;color: #273044 !important;text-transform: none !important;letter-spacing: 0 !important;border: none;border-radius: 50px;font-weight: 400 !important;font-size: 14px !important;}.stm-lms-logout-button i.fa-door-open {margin-right: 5px;color: #385bce;}.stm-lms-logout-button:hover {background: #385bce !important;color: #fff !important;}.stm-lms-logout-button:hover i {color: #fff;}.avatar.photo {max-width: 40px;max-height: 40px;-o-object-fit: cover;object-fit: cover;}.stm-lms-user-avatar-edit .avatar.photo {max-width: 100%;max-height: 215px;}.stm_lms_instructors_carousel__single_avatar .avatar.photo {max-width: inherit;max-height: inherit;}.stm_lms_course__notfound {display: flex;justify-content: center;flex-wrap: wrap;position: relative;width: 100%;padding: 30px;margin: 0 15px;text-align: center;color: #ccc;font-size: 16px;}.stm_lms_course__notfound i.lnricons-ghost {display: block;width: 100%;margin: 0 auto 10px;}.stm_lms_course__notfound div {margin: 0 10px 10px 0;}.stm_lms_course__notfound .stm_lms_courses__filter_reset {display: inline-block;font-size: 15px;transition: 0.3s ease;}.stm_lms_course__notfound .stm_lms_courses__filter_reset span {transition: 0.3s ease;}.stm_lms_course__notfound .stm_lms_courses__filter_reset:hover span {border-bottom-color: #385bce;}.stm_lms_course__notfound .stm_lms_courses__filter_reset i {font-size: 13px;}.stm-lms-user-account .stm_lms_course__notfound {padding-left: 0;justify-content: flex-start;text-align: left;}.stm-lms-user-account .stm_lms_course__notfound i {margin: 0 0 10px;}.stm-lms-user-account .stm_lms_course__notfound .stm_lms_courses__filter_reset {display: none;}.label, label {padding: 0;}.stm_product_list_widget li {margin-bottom: 20px;}.stm_product_list_widget li a {display: block;color: #fff;}.stm_product_list_widget li a:after {content: "";display: block;}.stm_product_list_widget li a img {float: left;margin-right: 20px;}.stm_product_list_widget li a .meta {overflow: hidden;}.stm_product_list_widget li a .meta .title {font-size: 14px;margin-top: -5px;}.stm_product_list_widget li a .meta .expert {text-transform: uppercase;color: #aaa;}.stm_product_list_widget li a:hover .title {color: #eab830;}.academy .select2-container--default .select2-selection--single .select2-selection__arrow b:after {border-color: #385bce transparent transparent !important;}.stm_zoom_wrap .stm_zoom_content .stm-calendar-links a, .stm_zoom_wrap .stm_zoom_content .stm-calendar-links a:hover {color: #385bce;}.stm_zoom_wrap .stm_zoom_content .stm-join-btn {background-color: #385bce;border-color: #385bce;}.stm_zoom_wrap .stm_zoom_content .stm-join-btn:hover {color: #fff;}.stm_zoom_wrap .stm_zoom_content .stm-join-btn.outline {background: 0 0;color: #385bce;}.elementor-element .masterstudy_elementor_stm_lms_wishlist i:hover {color: #385bce !important;}.stm_lms_courses_carousel__terms .stm_lms_courses_carousel__term, .stm_lms_courses_carousel__terms .stm_lms_courses_carousel__term:hover {color: #385bce;}.stm_lms_courses_carousel__terms .stm_lms_courses_carousel__term.secondary_color.active {background-color: #385bce;color: #fff;}.stm_lms_courses_carousel__terms .stm_lms_courses_carousel__term.secondary_color.active:hover {color: #fff;}.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li a.page-numbers:hover {background-color: #385bce;border-color: #385bce;}.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li a.page-numbers:after, .elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li a.page-numbers:hover:after {background-color: #385bce;}.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li span.page-numbers.current {background-color: #385bce;border-color: #385bce;}.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li span.page-numbers.current:after {background-color: #385bce;}body .stm-lms-wrapper .asignments_grid__pagination .page-numbers li span.page-numbers.current::after {background-color: #385bce !important;border-color: #385bce !important;}body .stm-lms-wrapper .asignments_grid__pagination .page-numbers li span.page-numbers.current {border-color: #385bce !important;}body .stm-lms-wrapper .asignments_grid__pagination .page-numbers li a.page-numbers:hover {background-color: #385bce !important;border-color: #385bce !important;}body .stm-lms-wrapper .asignments_grid__pagination .page-numbers li a.page-numbers:after {background-color: #385bce !important;}body .stm-lms-wrapper .stm_lms_my_course_bundles__pagination .page-numbers li span.page-numbers.current:after {background-color: #385bce !important;border-color: #385bce !important;}body .stm-lms-wrapper .stm_lms_my_course_bundles__pagination .page-numbers li span.page-numbers.current {border-color: #385bce !important;}body .stm-lms-wrapper .stm_lms_my_course_bundles__pagination .page-numbers li a.page-numbers:hover {background-color: #385bce !important;border-color: #385bce !important;}body .stm-lms-wrapper .stm_lms_my_course_bundles__pagination .page-numbers li a.page-numbers:after {background-color: #385bce !important;}ul.page-numbers {margin: 0 -5px 30px;}ul.page-numbers:after {content: "";clear: both;display: block;}ul.page-numbers > li {float: left;margin: 0 5px;}ul.page-numbers > li a.page-numbers, ul.page-numbers > li span.page-numbers {position: relative;display: block;padding: 2px 10px;color: #aaa;font-size: 12px;border: 2px solid #ccc;text-align: center;z-index: 2;overflow: hidden;text-decoration: none !important;}ul.page-numbers > li a.page-numbers.current, ul.page-numbers > li a.page-numbers:hover, ul.page-numbers > li span.page-numbers.current, ul.page-numbers > li span.page-numbers:hover {border-color: #eab830;color: #fff;}ul.page-numbers > li a.page-numbers.current:after, ul.page-numbers > li span.page-numbers.current:after {content: "";display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: #eab830;z-index: -1;}ul.page-numbers > li a.page-numbers:hover:after, ul.page-numbers > li span.page-numbers:hover:after {left: 0;}ul.page-numbers > li a.page-numbers:after, ul.page-numbers > li span.page-numbers:after {content: "";display: block;position: absolute;width: 100%;height: 100%;top: 0;left: -100%;background-color: #eab830;z-index: -1;}ul.page-numbers > li .next .pagi_label {margin-right: 6px;text-transform: none;}ul.page-numbers > li .next i {margin-left: 6px;font-size: 10px;}ul.page-numbers > li .prev .pagi_label {text-transform: none;}ul.page-numbers > li .prev i {margin-right: 6px;font-size: 10px;}.stm_product_list_widget.widget_woo_stm_style_2 li {min-height: 84px;margin-bottom: 17px !important;}.stm_product_list_widget.widget_woo_stm_style_2 li:last-child {margin-bottom: 0 !important;}.stm_product_list_widget.widget_woo_stm_style_2 li a {display: block !important;}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .title {margin-top: -3px;margin-bottom: 5px;line-height: 18px;}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .rating {display: inline-block;vertical-align: top;}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .rating .price {display: none;}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .expert {margin-top: 4px;line-height: 14px;}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price {display: inline-block;margin-right: 5px;vertical-align: top;}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price .price {min-width: 47px;padding: 4px;color: #fff;text-align: center;background-color: #48a7d4;border-radius: 3px;font-size: 12px;text-transform: none;line-height: 12px;}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price .price.price-free {background-color: #385bce !important;}.stm_product_list_widget.widget_woo_stm_style_2 li a:hover .title {color: #385bce !important;}.create-account .checkbox {color: #273044;}button, input[type="submit"] {outline: 0;}.asignments_grid__pagination .page-points {position: relative;}.asignments_grid__pagination .page-points a {font-size: 0 !important;border: none !important;position: relative;width: 1px;height: 1px;opacity: 0;overflow: hidden;}.asignments_grid__pagination .page-points a:after {display: none !important;}.asignments_grid__pagination .page-points:before {content: "...";opacity: 1;display: block;position: absolute;width: 20px;color: #aaa;font-size: 16px;text-align: center;left: 0;background: 0 0;}.asignments_grid__pagination .page-points ~ .page-points {display: none;}.stm_lms_nav_badge {position: absolute;right: -5px;top: -2px;background: #dc1245;color: #fff;padding: 0 3px;font-size: 7px;text-align: center;text-transform: uppercase;border-radius: 3px 3px 3px 0;line-height: 11px;}@media (max-width: 768px) {.stm_lms_nav_badge {display: inline-block;vertical-align: middle;margin: 0 auto 0 8px;position: static;font-size: 10px;padding: 2px 3px;}}.additional-fields .radio-label span, .radio-label span {vertical-align: top;}.file-wrap {background: #fff;padding: 7px 15px 7px 7px;position: relative;}.file-wrap span {display: inline-block;}.file-wrap .file-browse-wrap {margin: 0 !important;}.file-wrap .file-browse {color: #fff;height: 36px;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);border-radius: 2px;background-color: #8c99a5;padding: 9px 17px 10px 20px;text-transform: uppercase;margin: 0 10px 0 0 !important;position: relative;z-index: 2;transition: 0.3s;cursor: pointer;}.file-wrap .file-placeholder, .file-wrap i {color: #bec5cb;}.additional-fields .radio-label, .radio-label {margin: 0 10px 7px 0 !important;}.file-wrap:hover .file-browse {background: #2985f7;}.file-wrap i {font-size: 16px;position: absolute;right: 15px;top: 15px;transition: 0.3s;}.file-wrap i.fa-times {cursor: pointer;}.file-wrap i.fa-times:hover {color: #2985f7;}.file-wrap input[type="file"] {position: absolute;width: 100%;height: 100%;line-height: 50px;padding-left: 23px;color: #bec5cb;left: 0;top: 0;opacity: 0;}.file-wrap span.filename {color: #273044;}.stm_lms_edit_account .file-wrap {border: 2px solid #f0f2f5;padding-top: 5px;padding-bottom: 5px;}.additional-fields label.heading_font {width: 100%;display: block;}.checkbox-field, .woocommerce-page p.return-to-shop {display: inline-block;}.checkbox-field {width: auto !important;height: auto !important;}.field-description {padding-top: 5px;}[v-cloak] * {opacity: 0;visibility: hidden;}.stm-lms-modal-enterprise button.close span {outline: 0 !important;}.woocommerce-cart-form .product-name {text-align: left;}.woocommerce-cart-form .product-name img {max-width: 150px;padding-right: 20px;}.woocommerce-notices-wrapper .woocommerce-error > li {display: flex;position: relative;}.woocommerce-notices-wrapper .woocommerce-error > li i, .woocommerce-notices-wrapper .woocommerce-error > li span {margin: auto 10px auto 0;}.woocommerce-notices-wrapper .woocommerce-error > li a.button {position: absolute;right: 15px;top: 20%;}@media (max-width: 991px) {.woocommerce-notices-wrapper .woocommerce-error > li a.button {top: 27%;}.woocommerce-notices-wrapper .woocommerce-error > li {padding-right: 160px;}}#wp-admin-bar-stm_lms_settings img {width: 18px;top: 8px !important;}.stm_zoom_wrapper .stm_zoom_content .stm-calendar-links a, .stm_zoom_wrapper .stm_zoom_content .stm-calendar-links a:hover {color: #385bce;}.stm_zoom_wrapper .stm-join-btn.join_in_menu {background-color: #385bce;border-color: #385bce;}.stm_zoom_wrapper .stm-join-btn:hover {background: 0 0;color: #385bce;}.stm_zoom_wrapper .stm_zoom_content .outline {border-color: #385bce;background: 0 0;color: #385bce;}.stm_zoom_wrapper .stm_zoom_content .outline:hover {background-color: #385bce;}