#sp-main-body { padding: 20px 0 50px; min-height: calc(100vh - 400px); }

.splms a {
    transition: 0.3s;
    color: #0000009e;
}
.splms a:hover {
    text-decoration: underline;
    color: #000;
}


.com-users .reg-login-form-wrap .form-validate input[type="password"] {
    font-family: Verdana;
    letter-spacing: 1px;
}

/*login*/

.view-registration #sp-main-body, .view-login #sp-main-body {
    padding: 20px 0 50px;
}

@media (min-width: 992px) {
  body.view-login .row.login-profile>div { display: flex; }
  body.view-login .row.login-profile {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
}

.com-users .reg-login-form-wrap {
    width: 100%;
    padding: 30px;
    margin-bottom: 15px;
}

.com-users .reg-login-form-wrap .registration .form-group p, .com-users .reg-login-form-wrap .login .form-group p {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 5px;
}

.com-users .reg-login-form-wrap .form-links a {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.com-users .reg-login-form-wrap .reg-login-title p {
    line-height: 1;
}

.com-users .reg-login-form-wrap .login .form-group button[type=Submit] {
    display: block;
    width: 100% !important;
    margin: 0 0 30px !important;
}

.com-users .reg-login-form-wrap .registration, .com-users .reg-login-form-wrap .login {
    margin-bottom: 30px;
}

.com-users .reg-login-form-wrap .reg-login-title h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.3;
}


.com-users .reg-login-form-wrap #normaluser {
    height: 220px;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    background-image: url(/images/000_minetize/student-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 20%;
    outline: 2px solid transparent;
    transition: all 0.5s;
}

.com-users .reg-login-form-wrap #teacheruser {
    height: 220px;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    background-image: url(/images/000_minetize/teacher-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 20%;
    outline: 2px solid transparent;
    transition: all 0.5s;
}

.com-users .reg-login-form-wrap #normaluser:hover,
.com-users .reg-login-form-wrap #teacheruser:hover {
    outline: 2px solid #1e3c8d;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px #8a98bd;
}

@media (max-width: 767px) {
  .com-users .reg-login-form-wrap { padding: 20px; }
}


/*end of login*/



/*reset*/

form#user-registration { text-align: center; }

form#user-registration button { width: 100%; }

form#user-registration input { height: 45px; }

.reset-confirm input { height: 45px; }

/*end of reset*/



/*registration*/

.com-users .reg-login-form-wrap .registration .form-group label, .com-users .reg-login-form-wrap .login .form-group label {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 10px;
}

.com-users .reg-login-form-wrap .registration .form-group, .com-users .reg-login-form-wrap .login .form-group {
    margin-bottom: 10px;
}

.com-users .reg-login-form-wrap .registration a {
    font-size: 14px;
    letter-spacing: 0.5px;
}

body.com-breezingforms .bfQuickMode legend {
    width: 100%;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

body.com-breezingforms .bfQuickMode section textarea {
    height: 120px;
}

body.com-breezingforms .bfQuickMode section input,
body.com-breezingforms .bfQuickMode section textarea,
body.com-breezingforms .bfQuickMode section select {
    width: 70% !important;
    font-size: 16px;
}

body.com-breezingforms .bfQuickMode section input,
body.com-breezingforms .bfQuickMode section select {
    height: 45px;
}

input[type=password] {
    font-family: Verbana;
    letter-spacing: 1px;
}

body.com-breezingforms .bfQuickMode .bfLabelLeft label {
    width: 29%;
}


body.com-breezingforms .bfQuickMode fieldset {
    margin-bottom: 20px;
}

body.com-breezingforms input[type="file"] {
    height: auto;
    font-size: 14px;
}

@media (max-width: 1199px) {
    body.com-breezingforms .bfQuickMode section input, body.com-breezingforms .bfQuickMode section textarea, body.com-breezingforms .bfQuickMode section select {width: 100% !important;max-width:  100% !important;}
    body.com-breezingforms .bfQuickMode legend { font-size: 16px; }
    body.com-breezingforms .bfQuickMode fieldset { margin-bottom: 0; }
    body.com-breezingforms .bfQuickMode .bfLabelLeft label { font-size: 14px; line-height: 1; margin-bottom: 10px; }
    body.com-breezingforms .bfQuickMode section.bfElemWrap { margin-bottom: 20px; padding: 0;}
}

body.com-breezingforms .bfQuickMode section.bfElemWrap {
    background: transparent !important;
}


/*end of registration*/



/*dashboard*/

.sale-statistic {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}


.sale-statistic .row>div>div {
    padding: 20px;
    margin: 15px 0;
    border-radius: 20px;
    text-align: center;
}

.sale-statistic .stat-label {
    margin-bottom: 0;
}

.sale-statistic .stat-val {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.revenue-stat-first>div>div {
    background-image: linear-gradient(180deg, #1c398f, #111d41);
}

.revenue-stat-first .stat-val {
    color: #fff;
}

.revenue-stat-first .stat-label {
    color: #bcc6e5;
}

.revenue-stat-second>div>div {
    background-image: linear-gradient(180deg, #29b0e6, #57cfff);
}

.revenue-stat-last>div>div {
    background: #fff;
}

.revenue-stat-last .stat-val {
    color: #1c398f;
}

.revenue-stat-last .stat-label {
    color: #666;
}

@media (max-width: 767px) {
    .sale-statistic .row>div>div { margin: 5px 0; display: inline-table; width: 100%; padding: 15px; }
    .revenue-stat-last>div { padding: 0 5px; }
    .revenue-stat-last { padding: 0 10px; }
    .sale-statistic .stat-val { font-size: 26px; }
}



.dashboard-item-list .sppb-addon-feature {
    padding: 30px !important;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.5s !important;
}

.dashboard-item-list .sppb-addon-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px !important;
}

.dashboard-item-list .sppb-addon.sppb-addon-feature:hover {
    box-shadow: 0 5px 25px #8899cd;
    background: #1c398f !important;
}

.dashboard-item-list .sppb-addon.sppb-addon-feature:hover .sppb-icon .sppb-icon-container {
    color: #fff !important;
}

.dashboard-item-list .sppb-addon.sppb-addon-feature:hover .sppb-addon-title a {
    color: #fff; 
} 


@media (max-width: 767px) {
    .dashboard-item-list .sppb-addon-feature { padding: 20px !important; margin-bottom: 10px; }
    .dashboard-item-list .sppb-col-md-3 { padding: 0 5px; }
    .dashboard-item-list .sppb-addon-title { font-size: 13px !important; }
}

@media (max-width: 480px) {
    .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title { margin: 0 !important; }
}

/*end of dashboard*/


/*view profile*/

fieldset#users-profile-teacher legend ul.btn-toolbar {
    margin: 0;
    margin-top: -10px;
}

body.view-profile legend {
    font-weight: 600;
    color: #1c398f;
    border-bottom-color: #ccc;
}

fieldset#users-profile-teacher {
    margin-top: 20px;
}

body.view-profile .dl-horizontal dt {
    color: #767676;
    font-weight: 400;
    letter-spacing: 0.5px;
}

body.view-profile .dl-horizontal dd { line-height: 2.3; }


body.view-profile .dl-horizontal dd img {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    body.view-profile .dl-horizontal dd { line-height: 1.5; margin-bottom: 15px; }
    body.view-profile legend { font-size: 18px; margin-bottom: 10px; line-height: 1.5; }
    body.view-profile .dl-horizontal dd img { margin: 0 0 10px; }
}

/*end of view profile*/




/*edit user profile*/

body.com-users.view-profile #sp-main-body {
    padding: 0 0 100px;
}

.profile-edit .well {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    letter-spacing: 0.2px;
}

.profile-edit legend {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.profile-edit legend:before {
    content: "";
    position: absolute;
    background: #1c398f;
    width: 80px;
    height: 4px;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
}

.profile-edit .form-horizontal .controls {
    margin: 0;
}

.profile-edit .form-horizontal .control-label {
    float: none;
    text-align: left;
    width: 100%;
    line-height: 1;
    padding: 5px 0;
    font-size: 14px;
}

.profile-edit .form-horizontal .controls input {
    width: 100% !important;
    border: 1px solid #bfbfbf;
    height: 45px;
}

.profile-edit .form-horizontal .controls a.btn {
    background: #cf1d1d;
    color: #fff;
    /* line-height: 1.4; */
    /* padding: 12px 30px; */
}

.profile-edit .form-horizontal .controls a.btn:hover,
.profile-edit .form-horizontal .controls a.btn:focus {
    background: #b90303;
}

.profile-edit .well fieldset {
    margin-bottom: 20px;
}

.profile-edit .form-horizontal .control-group {
    margin-top: 0;
}

.profile-edit .form-horizontal .controls input[type="file"] {
    font-size: 14px;
    height: unset;
    padding: 5px 10px;
    border-radius: 5px;
}

.profile-edit .form-horizontal #logo-file img {
    max-width: 150px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
}

.profile-edit .form-horizontal .controls textarea {
    width: 100%;
    height: 150px !important;
    font-size: 14px;
}

.profile-edit .form-horizontal .controls .akeeba-sociallogin-linkunlink-buttons {
    display: inline-flex;
    align-items: center;
}

.profile-edit .form-horizontal .controls .akeeba-sociallogin-linkunlink-buttons a {
    line-height: 1 !important;
    padding: 10px 15px !important;
    margin-right: 5px;
    font-size: 12px;
}

/*end of edit user profile*/


ul.pagination-list {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
}

ul.pagination-list li {
    padding: 0 5px;
}

.pagination .limit {
    float: none !important;
    text-align: right;
    display: flex;
    justify-content: right;
    font-size: 14px;
    align-items: center;
    padding-bottom: 10px;
}

.pagination .limit.pull-right .chzn-container {
    display: none;
}

.pagination .limit.pull-right select {
    display: block !important;
    height: 30px;
    padding: 0 5px;
    margin-left: 5px;
}

@media (max-width: 767px) {
    body.com-course-dt.view-details table tfoot,
    body.com-sale-report.view-reportrecords table tfoot { 
        position: absolute;
        width: 100%;
        bottom: 0px;
        justify-content: center;
        display: flex;
        left: 0;
        right: 0;
        margin: auto;
}
    body.com-course-dt.view-details .pagination, body.com-sale-report.view-reportrecords .pagination { margin: 0; }
    body.com-course-dt.view-details .table-responsive, body.com-sale-report.view-reportrecords .table-responsive { padding-bottom: 100px; }
}




/*search & filter*/

.js-stools .chzn-container { display: none; }

.js-stools .js-stools-container-bar {
    float: none;
    padding: 20px 0;
    display: block !important;
    margin: 0;
}

.js-stools .btn-wrapper { margin-top:3px; margin-bottom: 3px; }

.js-stools .js-stools-container-bar label {
    display: none;
}

.js-stools .js-stools-container-bar input {
    height: 45px;
}

.js-stools .js-stools-container-bar button.btn {
    background: #000;
    color: #fff;
    border-radius: 0 !important;
    height: 45px;
}

.js-stools .js-stools-container-bar button.btn:hover, .js-stools .js-stools-container-bar button.btn:focus {
    background: #1c398f !important;
    outline: none;
}

.js-stools-container-filters {
    margin-top: -10px;
}

.js-stools-container-filters select {
    height: 45px;
    display: block !important;
    font-size: 14px;
}

.js-stools-container-filters input {
    height: 45px;
    background: #fff !important;
    border-color: #ccc !important;
}

.js-stools-container-filters button {
    height: 45px;
    background: #1c398f;
    padding: 0 15px 0 20px;
    color: #fff !important;
}

.js-stools-container-filters .input-append { margin-bottom: 0; }

@media (max-width: 480px) {
    .js-stools-container-filters select { width: 100%; }
    .js-stools-field-filter { display: block !important; }
}

/*end of search & filter*/






/*course list*/


body.com-course-dt.view-details table tr td { padding: 15px 10px; max-width: 250px; border: 0; }

body.com-course-dt.view-details table tr td:last-child { text-align: right; }

body.com-course-dt.view-details table { font-size: 16px; }

body.com-course-dt.view-details table thead { background: #c6cad6; }

body.com-course-dt.view-details table thead th a { color: #000; }

body.com-course-dt.view-details .table-striped>tbody>tr { background: #e2e2e2; }

body.com-course-dt.view-details .table-striped>tbody>tr:nth-of-type(odd) { background: #fff; }

body.com-course-dt.view-details table tr td a { color: #1c398f; }

body.com-course-dt.view-details table tr td a.btn { color: #fff; }

.splms-view-purchases a.lesson-btn { font-size: 12px !important; padding: 8px 20px !important; }

body.com-course-dt.view-details a.add-btn {
    float: right;
    background: #2f9f34 !important;
    border-radius: 0 !important;
}

body.com-course-dt.view-details a.add-btn:hover, body.com-course-dt.view-details a.add-btn:focus {
    background: #0a840f !important;
}


@media (max-width: 767px) {
    body.com-course-dt.view-details table { font-size: 14px; }
}

/*end of course list*/


/*sales report*/

body.com-sale-report.view-reportrecords table tr td { padding: 15px 10px; max-width: 250px; border: 0; }

body.com-sale-report.view-reportrecords table { font-size: 16px; }

body.com-sale-report.view-reportrecords table thead { background: #c6cad6; }

body.com-sale-report.view-reportrecords table thead th a { color: #000; }

body.com-sale-report.view-reportrecords .table-striped>tbody>tr { background: #e2e2e2; }

body.com-sale-report.view-reportrecords .table-striped>tbody>tr:nth-of-type(odd) { background: #fff; }

body.com-sale-report.view-reportrecords table tr td a { color: #1c398f; }

body.com-sale-report.view-reportrecords table tr td a.btn { color: #fff; }

@media (max-width: 767px) {
    body.com-sale-report.view-reportrecords table { font-size: 14px; }
}

/*end of sales report*/


form#member-profile .form-horizontal .control-label {
    width: 250px;
    margin-right: 15px;
}
form#member-profile input {
    width: 90%;
}
form#member-profile .form-horizontal .controls:first-child {
    float: right;
}
form#member-profile.form-horizontal .controls:first-child {
    text-align: right;
    /* margin-right: 100px; */
}
form#member-profile .lms-profile-image-preview h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}
form#member-profile .lms-profile-image-preview {
    margin-bottom: 30px;
}


/*referral*/
/*referral*/

.cls-myprofile-wrapper a.accordion-toggle.collapsed:after { content: "+"; position: absolute; right: 35px; font-size: 21px; }

button.btn.facebook-class {
    background: #3b5998 !important;
    color: #fff !important;
    margin-right: 10px !important;
    font-size: 18px !important;
    padding: 8px 20px !important;
    border: none !important;
    border-radius: 0 !Important;
    line-height: 1;
}
button.btn.whatsapp-class {
    background: #59d469 !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 8px 20px !important;
    border: none !important;
    border-radius: 0 !Important;
    line-height: 1;
}
.cls-myprofile-wrapper button.btn.facebook-class:hover {
    background: #3b5998cc !important;
}
.cls-myprofile-wrapper button.btn.facebook-class:hover:before {
    display: none;
}
.cls-myprofile-wrapper button.btn.whatsapp-class:hover {
    background: #59d469c4 !important;
}
.cls-myprofile-wrapper .social-share {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px #00000030;
    margin-top: 30px;
}
.cls-myprofile-wrapper {
    margin-top: 30px;
}
.cls-myprofile-wrapper .social-header {
    margin-bottom: 15px;
}
.cls-download a, .cls-download img {display: inline-block;}

/*coupon*/
h1.coupun-redeem-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

a.btn.btn-unpublish.btn-micro {
    background: #dc0606;
    margin-left: 10px;
    box-shadow: 0 0 20px #f5b5b5;
}

a.btn.btn-unpublish.btn-micro:hover, a.btn.btn-unpublish.btn-micro:focus {
    background: #f00;
}

a.btn.btn-publish.btn-micro {
    background: #5ead01;
    box-shadow: none;
    margin-left: 10px;
    box-shadow: 0 0 20px #c5f5b5;
}

a.btn.btn-publish.btn-micro:hover, a.btn.btn-publish.btn-micro:focus {
    background: #72cf08;
}