/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .atls_form {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 5px;
    --tve-applied-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    overflow: auto;
    padding: 30px !important;
    background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248)) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    --tve-applied-background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248))!important;
    max-width: 540px !important;
    margin: 0 auto !important;
}
.atls_form .login-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
}
p.msg-error {
    background: #fdd7d7;
    padding: 5px;
    color: #ff0000;
    font-weight: 500;
    border: 1px solid #ff0000;
    border-radius: 3px;
    text-align: center;
}
p.msg-success {
    color: #1260a3;
    font-weight: 500;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    background: #c5ddf1;
}
.msg-for-dashboard {
    background: #f6f7f6;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
}

.msg-for-dashboard img {
    width: 20%;
}
.msg-for-dashboard h4{
    color:#333;
    border-top:1px solid #dddddd;
    padding-top: 10px;
}
.atls_form h3.atls_header {
    color: rgb(75, 75, 75) !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    font-style: inherit;
    text-align: center;
    padding: 0px;
    margin: 0 0 40px 0;
}

.atls_form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.input-icon svg {
    width: 24px;
    height: 24px;
    line-height: 24px;
    fill: #50565f;
}

.input-wrapper {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
}

.input-wrapper .input-icon {
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.input-wrapper input {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 8px 12px 0px;
    margin-bottom: 0 !important;
    padding: 15px 15px 15px 15px !important;
    background-color: transparent !important;
    max-width: 100%;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important;
    width: 100%;
    max-width: -webkit-fill-available;
    font-size: 16px;
    line-height: 26px;
    border: 2px solid rgb(245, 245, 245);
    outline: 0;
}

.input-with-icon input {
    padding: 15px 15px 15px 54px !important;
}

.input-wrapper input::-webkit-input-placeholder {
    /* Edge */
    opacity: 0.65;
}

.input-wrapper:hover input {
    border: 2px solid rgba(20, 255, 20, 0.6) !important;
    background-image: linear-gradient(rgb(238 247 238), rgb(238 247 238)) !important;
}

.input-wrapper.checkbox-wrapper input {
    width: auto;
}

.input-wrapper.checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-wrapper.checkbox-wrapper p {
    margin: 0;
}

p.form-link {
    margin: 0;
}

p.form-link a {
    line-height: 1.7em !important;
    color: rgb(165, 165, 165) !important;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}

p.form-link a:hover {
    color: rgb(75, 75, 75) !important;
}

.custom-checkbox label {
    font-size: 15px;
    cursor: pointer;
}

.custom-checkbox input[type=checkbox] {
    accent-color: #008f00;
}

.btn-wrapper {
    padding: 15px 0 20px 0;
}

.btn-wrapper input {
    background: #008f00;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #008f00;
    color: #fff;
    padding: 15px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.btn-wrapper:hover input {
    background: #0f950f;
}

.text-center {
    text-align: center !important;
}

.opacity-5 {
    opacity: 0.5;
}


/*dashboard css*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
.page-template-template-dashboard footer#colophon,
.page-template-template-dashboard header {
    display: none;
}

.dashboard-section .main-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #f9f7f9;
    font-family: 'Roboto', sans-serif;
}
.dashboard-section .main-content >* {
    flex: 1;
}
.dashboard-section .main-content .content-left {
    max-width: 20%;
    width: 20%;
    background: #fff;
    padding: 50px 20px;
}

.custom-site-logo {
    text-align: center;
}

.dashboard-section .main-content .content-right {
    max-width: 80%;
    width: 80%;
    padding: 5px 50px 50px;
    height: 100%;
}

.dashboard-section .main-content .content-right .info-content.box-shadows,
.dashboard-section .main-content .content-left .info-content.box-shadows {
    font-size: 16px;
    text-align: center;
    color: #8f8e8f;
}

.dashboard-section .main-content .content-right .box-shadows,
.dashboard-section .main-content .content-left .box-shadows {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}

.dashboard-section .main-content .content-right .block-section {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
}

.learning-modules .top-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.learning-modules .top-section .learning-img-btn {
    flex: 1;
    width: 30%;
    max-width: 30%;
}

.learning-modules .top-section .learning-modules-content {
    flex: 1;
    width: 70%;
    font-family: 'Roboto', sans-serif;
    max-width: 70%;
    padding: 0 0 0 15px;
}

.learning-modules .top-section .img-wrapper {
    background: #e7f6ff;
    border-radius: 50%;
    height: 80px;
    padding: 10px;
    width: 80px;
    margin: 0 auto;
}

.learning-modules .top-section .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.learning-modules .top-section h3 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    padding:15px 0;
    text-transform: capitalize;
    color: #343434;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.learning-modules .top-section a {
    display: block;
    width: 90%;
    text-align: center;
    color: #4d9ffc;
    border: 1px solid #4d9ffc;
    font-size: 14px;
    padding: 5px;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
}

.learning-modules .top-section a:hover {
    background: #69a2db;
    color: #fff;
}

.learning-modules .top-section .learning-modules-content ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.learning-modules .top-section .learning-modules-content ul li a:hover {
    background: none;
    color: #000;
}

.learning-modules .top-section .learning-modules-content ul li a {
    width: 100%;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border: 0;
    text-align: left;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
}

.learning-modules .top-section .learning-modules-content ul li {
    padding-bottom: 15px;
    position: relative;
}

.learning-modules .top-section .learning-modules-content ul li.completed:before {
    content: '';
    background-image: url(../../images/check-green.png);
    width: 20px;
    display: block;
    position: absolute;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 3px;
}

.learning-modules .top-section .learning-modules-content ul li.completed.green-check:before {
    background-image: url(../../images/check-green.png);
}

.learning-modules .top-section .learning-modules-content ul li.completed.red-check:before {
    background-image: url(../../images/check-red.png);
}

.learning-modules .top-section .learning-modules-content ul li:last-child {
    padding-bottom: 0;
}

.learning-modules .progress-section {
    display: block;
    width: 100%;
    border-top: 2px solid #eee;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}

.learning-modules .progress-section .bar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #8c8c8c;
    text-transform: capitalize;
    font-size: 16px;
}

.learning-modules .progress-section .bar-top label {
    font-weight: 700;
    color: #343434;
}

.learning-modules .progress-section .bar-top .pro-percentage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.learning-modules .progress-section .bar-top .pro-percentage span {
    line-height: normal;
    margin-right: 5px;
}

.learning-modules .progress-section .pro-percentage-bar {
    height: 10px;
    border-radius: 10px;
    background: #d2d1d3;
    margin-top: 10px;
    position: sticky;
    z-index: 0;
}

.learning-modules .progress-section .pro-percentage-bar .current-progress {
    background: #4d9ffc;
    content: '';
    display: block;
    height: 10px;
    border-radius: 10px;
    z-index: 1;
}

.dashboard-section .main-content .content-left .completed-list {
    padding-top: 35px;
}

.dashboard-section .main-content .content-left .completed-list ul {
    margin: 0;
    padding: 0px 0 0 0px;
    list-style-type: none;
}

.dashboard-section .main-content .content-left .completed-list label {
    margin: 0;
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: capitalize;
    color: #343434;
    font-weight: bold;
    display: block;
}

.dashboard-section .main-content .content-left .completed-list ul li {
    line-height: 1.5;
    padding-bottom: 15px;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    color: #3c3c3c;
    padding-right: 0;
    display: flex;
    
    justify-content: space-between;
    align-items: center;
}

.dashboard-section .main-content .content-left .completed-list ul li:last-child {
    padding-bottom: 0px;
}

.dashboard-section .main-content .content-left .completed-list ul li .accordian-image {
    flex: 0 0 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
}
.dashboard-section .main-content .content-left .completed-list ul li .accordian-image img{
    height: auto;
    max-width: 100%;
    position: relative;
}
.dashboard-section .main-content .content-left .completed-list ul li.accordion-title a {
    flex: 0 0 calc(100% - 35px);
    width: calc(100% - 35px);
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #3c3c3c;
    padding-right: 15px;
    position: relative;
    line-height: 1.5;
    font-size: 18px;
    position: relative;
}

.dashboard-section .main-content .content-left .completed-list ul li .show-popup span.dashicons {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 5px;
    font-weight: 600;
}

.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000;
    /* high z-index */
    background: #000;
    /* fallback */
    background: rgba(0, 0, 0, 0.75);
}

.overlay-content button.close-btn {
    background: transparent;
    color: #000;
    position: absolute;
    right: 10px;
    top: 0;
}

.dashboard-section .main-content .content-left .completed-list div.popup {
    display: none;
    background: #fff;
    padding: 1%;
    width: 40%;
    position: absolute;
    top: 15%;
    left: 50%;
    margin: 0 0 0 -20%;
    /* add negative left margin for half the width to center the div */
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}


/* .dashboard-section .main-content .content-left .completed-list ul li.accordion-title:before {

    content: '+';

    position: absolute;

    right: 0;

} */

.dashboard-section .main-content .content-left .completed-list ul li.accordion-title.open:before {
    content: '-';
}

.dashboard-section .main-content .content-left .completed-list ul li.accordion-title.open div {
    display: block;
}

.dashboard-section .main-content .content-left .completed-list ul li.accordion-title a:hover {
    color: #000000;
}

.logout_link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 90%;
    text-align: center;
    color: #4d9ffc;
    font-size: 12px;
    padding: 5px;
    margin: 0 auto 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    max-width: 150px;
}

.lg-icon svg {
    width: 15px;
    height: 15px;
}

.lg-text,
.lg-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.lg-text {
    margin-right: 5px;
}

.logout_link a:hover {
    opacity: 0.7;
}

span.avg-score {
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
    color: #4d9ffc;
}

.learning-modules .top-section .redo-course {
    margin-top: 8px;
}

.swal2-container {
    z-index: 99999 !important;
}

.swal2-container .swal2-title:before {
    background: unset !important;
    margin: 0
}

.dashboard-section .main-content .content-right .logout_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin: 0;
}

.content-right .logout_link a {
    margin: 0;
    width: auto;
}

.custom-site-logo img {
    max-width: 70%;
}

@media all and (min-width:768px) {
    .content-left .logout_link {
        display: none;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1400px) {
    .learning-modules .top-section .learning-modules-content,
    .learning-modules .top-section .learning-img-btn {
        flex: 0 0 100%;
        width: 100%;
        position: relative;
    }
    .learning-modules .top-section .learning-modules-content {
        padding-left: 0;
    }
    .learning-modules .top-section .learning-img-btn {
        padding-left: 150px;
        padding-bottom: 40px;
    }
    .learning-modules .top-section {
        padding: 0 0px 60px;
    }
    .learning-modules .top-section h3 {
        text-align: left;
        padding-top: 20px;
    }
    .learning-modules .top-section .img-wrapper {
        position: absolute;
        left: 0;
    }
    .learning-modules .top-section a {
        max-width: 150px;
        width: 100%;
        margin: 0px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .learning-modules .top-section .img-wrapper {
        width: 100px;
        height: 100px;
    }
    .learning-modules .top-section h3 {
        padding-top: 10px;
    }
    .learning-modules .top-section .learning-img-btn {
        padding-left: 120px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .dashboard-section .main-content .content-left {
        flex: 0 0 25%;
        width: 25%;
        background: #fff;
        padding: 50px 20px;
    }
    .dashboard-section .main-content .content-right {
        flex: 0 0 75%;
        width: 75%;
        padding: 10px 25px 50px;
    }
    .custom-site-logo img {
        max-width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .dashboard-section .main-content .content-right .block-section {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .content-right .logout_link {
        display: none !important;
    }
    .dashboard-section .main-content .content-right .info-content.box-shadows {
        font-size: 16px;
    }
    .dashboard-section .main-content .content-left .completed-list label {
        text-align: center;
    }
    .dashboard-section .main-content .content-left .completed-list ul {
        text-align: center;
        padding: 0;
    }
    .dashboard-section .main-content .content-left .completed-list ul li.accordion-title a {
        padding-right: unset;
        text-align: left;
    }
    .dashboard-section .main-content .content-left .completed-list ul li.accordion-title .learning-img-btn a {
        color: #4d9ffc;
        margin: 0 auto;
        padding: 10px;
    }
    .dashboard-section .main-content .content-left .custom-site-logo {
        text-align: center;
        max-width: 250px;
        margin: 0 auto;
    }
    .dashboard-section .main-content .content-left,
    .dashboard-section .main-content .content-right {
        flex: 0 0 100%;
        width: 100%;
    }
    .dashboard-section .main-content .content-left .logout_link {
        display: flex;
        justify-content: space-between;
    }
    .dashboard-section .main-content .content-right {
        height: 100%;
    }
    .overlay-content .learning-modules .top-section .learning-modules-content,
    .overlay-content .learning-modules .top-section .learning-img-btn {
        flex: 0 0 100%;
        width: 100%;
        position: relative;
    }
    .overlay-content .learning-modules .top-section .learning-modules-content {
        padding-left: 0px;
    }
    .dashboard-section .main-content .content-left .completed-list ul li .show-popup span.dashicons {
        /* right: -20px; */
        display: none;
    }
    .dashboard-section .main-content .content-left .completed-list ul li {
        padding-right: 0;
    }
    .logout_link a {
        margin: 0;
    }
    .dashboard-section .main-content .content-left .custom-site-logo {
        text-align: center;
    }
    .custom-site-logo img {
        max-width: 70%;
    }
    .dashboard-section .main-content .content-left {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .learning-modules .top-section .learning-modules-content,
    .learning-modules .top-section .learning-img-btn {
        flex: 0 0 100%;
        width: 100%;
        position: relative;
    }
    .learning-modules .top-section .learning-modules-content {
        padding-left: 0;
    }
    .learning-modules .top-section .learning-img-btn {
        padding-left: 150px;
        padding-bottom: 40px;
    }
    .learning-modules .top-section {
        padding: 0 0px 60px;
    }
    .learning-modules .top-section h3 {
        text-align: left;
        padding-top: 20px;
    }
    .learning-modules .top-section .img-wrapper {
        position: absolute;
        left: 0;
    }
    .learning-modules .top-section .learning-modules-content ul li a {
        max-width: unset;
    }
    .learning-modules .top-section .learning-modules-content ul li {
        padding-right: 30px;
    }
    .learning-modules .top-section a {
        max-width: 150px;
        width: 100%;
        margin: 0px;
    }
    .learning-modules .top-section .img-wrapper {
        width: 100px;
        height: 100px;
    }
    .learning-modules .top-section h3 {
        padding-top: 10px;
    }
    .learning-modules .top-section .learning-img-btn {
        padding-left: 120px;
        padding-bottom: 20px;
    }
    .learning-modules .progress-section {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 520px) {
    .learning-modules .top-section .learning-img-btn {
        padding-left: 0;
        position: relative;
    }
    .learning-modules .top-section h3 {
        text-align: center;
    }
    .learning-modules .top-section a {
        margin: 0 auto;
    }
    .learning-modules .top-section .img-wrapper {
        position: relative;
    }
    .learning-modules .top-section .learning-modules-content ul li {
        font-size: 16px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .dashboard-section .main-content .content-left .completed-list div.popup {
        width: 96%;
        margin: 0 2%;
        left: 0;
    }
}