@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
}

section {
    padding: 20px 0;
}

li {
    margin-bottom: 5px;
    list-style-position: outside;
    color: #036;
}

ul {
    padding: 1rem;
}

p {
    color: #036;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
}

p img {
    margin-right: 10px;
}

div#appBody .LoginModal.fade.in.modal {
    opacity: 1;
}

.fade.modal-backdrop.in {
    opacity: 0.65;
}

.store-btn i {
    margin-right: 10px;
}

.stspage {
    overflow-x: hidden;
}

.form-group.has-error>div,
.password_ref.form-group,
.confirm-password-ref.form-group {
    float: left;
    display: flex;
}

.btn.store-btn,
.btn.store-btn:focus {
    margin-top: 0 !important;
    margin-right: 15px;
}

.store-btn {
    background: rgb(220, 97, 32) !important;
    margin: 0 8px;
    border: 1px solid rgb(220, 97, 32) !important;
    border-radius: 20px !important;
    width: 100px;
    transition: 1s;
    height: 38px;
    font-size: 16px !important;
}

/* backgrounds */
.bg-blue {
    background-color: #150858;
}

.yellow {
    background-color: #fcf1d1;
}

.pinkish {
    background-color: #f8e5dc;
}

.yellowish {
    background-color: #eff5ec;
}

.creamish {
    background-color: #fffce8;
}

.sky {
    background-color: #e6f3fd;
}

.red {
    color: #d22229;
}

.black h4,
.black p {
    color: #000;
}

.creamish .black p {
    font-size: 18px;
}

.orange {
    background-color: #f2e4dc;
}

.teal {
    background-color: #f1f6ed;
}

.lime {
    background-color: #fffde9;
}

.purple {
    background-color: #e0e0ec;
}

h2,
h3 {
    color: #663399;
    font-weight: 700;
}

.stscontent .stsheader.appPotrait,
.portrait header {
    padding-top: env(safe-area-inset-top, 20px) !important;
}

.blue-bg {
    background-color: #1f1955;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 9px 35px;
    border-radius: 16px;
    line-height: 35px;
    opacity: 1;
}

h4,
h5 {
    opacity: 0.8;
    font-weight: bold;
}

h6 {
    opacity: 0.6;
}

.blue-border h6 {
    opacity: 1;
}

.box-shadow {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%);
}

.stspage .width-80 {
    width: 80%;
}

.stspage .align-centre {
    align-items: center !important;
}

.stspage .width-auto {
    width: auto;
}

.top-border {
    border-top: 1px solid #1f1955;
}

.stscontent .stsheader {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    background-color: #fff;
}

.stscontent .stsheader .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.content-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.stscontent .stsheader .row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.stscontent .stsheader .row .col .store-btn {
    width: 100px;
    transition: 1s;
    height: 38px;
    font-size: 16px !important;
}

.stscontent .stsheader .row .col .store-btn:hover {
    transition: 1s;
    background: rgba(202, 90, 31, 1) !important;
    border-color: rgba(202, 90, 31, 1) !important;
}

.stscontent .stsheader .row .col .header_setting_btn {
    width: 100px;
    background: #007bff !important;
    margin: 0 8px;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #007bff !important;
    border-radius: 20px !important;
    min-height: 100%;
    height: 38px;
    line-height: normal;
    display: flex;
    align-items: center;
    font-size: 16px !important;
    padding: 0px !important;
    text-transform: capitalize;
}

#LoginButton.header_setting_btn {
    padding: 0px 30px !important;
}

.stscontent .stsheader .row .col .header_setting_btn span {
    width: 100%;
    height: 100%;
    line-height: 35px;
}

/* start login css */
.common-profile-wrap {
    width: 70px;
}

.common-profile-wrap .common-profile-section {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
    background-color: transparent;
}

header .open ul.dropdown-menu {
    padding: 0;
}

.open ul.dropdown-menu {
    left: -85px !important;
}

.open ul.dropdown-menu {
    display: block;
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 0;
    left: -60px;
    color: #000;
    top: 39px;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 4px rgb(0 0 0 / 25%);
    overflow: hidden;
}

.stscontent .stsheader .logo img {
    height: 50px;
}

.common-profile-wrap .common-profile-section .dropdown.btn-group {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.open ul.dropdown-menu li a {
    padding: 15px 16px 10px;
    border-bottom: 1px solid #000;
    color: #000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.open ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff !important;
    background: #7dacd1 !important;
}

.user-logined #basic-drop {
    background-color: transparent !important;
    width: 85%;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    color: #007bff;
    border: none !important;
    box-shadow: none !important;
}

/* Meet Carl Sommer page custom styles */

.stspage .marineImg {
    max-width: 450px;
}

.stspage .carlImg {
    max-width: 300px;
}

.footerCopyright {
    text-align: center;
    color: #002C65;
    font-size: 10px;
    clear: both;
    background-color: #f1e2b8;
}

.copyrighttext {
    color: #002C65;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
}

.copyrighttext a {
    color: #002c65;
    text-decoration: none;
}

.copyrighttext {
    color: #002c65;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 12px;
    padding-left: 30px;
    padding-bottom: 15px;
}

@media screen and (max-width: 550px) {
    .stscontent .stsheader .row .col {
        flex-basis: 100%;
        width: auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* .carousel-control-prev, .carousel-control-next{
    background: #639;
} */

.smLifestyle {
    align-items: baseline !important;
    margin-top: 15px;
}

iframe {
    max-width: 100%;
}


/* Reviews and Rewards */

.sample-Librarian {
    width: 25%;
    float: left;
    margin-right: 15px;
    max-height: 190px;
    object-fit: contain;
}

span {
    display: inline-block;
}

.links {
    background-color: #1f1955;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 5px 35px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s ease-in;
    border: 2px solid #1f1955;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.links:hover {
    background-color: #fff;
    color: #1f1955;
    transition: 0.5s ease-in-out;
    text-decoration: none;
}

/* .comment-link {
    position: relative;
    color: #1f1955;
    border: none;
    border-radius: 15px;
    padding: 8px 35px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
} */

.width-40 {
    max-height: 173px;
    object-fit: contain;
    min-height: 173px;
}

.width-70 {
    width: 70%;
    max-height: 129px;
    object-fit: contain;
}

.reviews-heading,
.read-review {
    position: relative;
    color: #1f1955;
}

.reviews-heading:before {
    content: " ";
    height: 3px;
    width: 100px;
    background: #1f1955;
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    margin: 0 auto;
    transform: translate(-50%, -15px);
}

.reviews-heading:after {
    content: " ";
    height: 3px;
    width: 150px;
    background: #1f1955;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    margin: 0 auto;
    transform: translate(-50%, 15px);
}

.read-review:after {
    content: " ";
    height: 3px;
    width: 70%;
    background: #1f1955;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    margin: 0 auto;
    transform: translate(-50%, 7px);
}

.read-review:before {
    content: " ";
    height: 3px;
    width: 100%;
    background: #1f1955;
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    margin: 0 auto;
    transform: translate(-50%, -8px);
}

.media_library_section {
    padding-top: 0px !important;
}

.media_library_section .links {
    margin-top: 0 !important;
}

.award-section img {
    height: 108px
}

.sidebar h5 {
    background-color: #b3deff;
}

.width_40 {
    width: 40%;
    margin: auto;
    box-shadow: 3px 3px 4px 1px rgb(0 0 0 / 25%);
    padding: 0;
    margin-bottom: 10px;
}

.list-style-none {
    list-style: none;
}

.sidebar .list-style-none li {
    border-bottom: 2px dashed #a8d9ff;
}

.list-style-none li:last-child {
    border: none;
}

.height-100 {
    height: 100px !important;
    object-fit: contain;
    margin-right: 14px;
    min-width: 130px;
}

.award-lsiting li {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.yellow-bg {
    background-color: #fff100;
}

.heading {
    background-color: #1b449c;
    font-weight: bold;
    border-radius: 18px 18px 0 0;
    line-height: initial;
    opacity: 1;
    width: 100%;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
}

.blue-heading {
    background-color: #1b449c;
}

.heading {
    color: #fff;
}

.blue-border {
    border: 2px solid #1b449c;
    border-radius: 18px;
    border-top: none;
}

.blue-border ul {
    justify-content: center;
}

.common li img {
    height: 125px;
    object-fit: contain;
}

.common li {
    object-fit: contain;
    width: 16.6%;
    padding: 15px 10px;
}

.green-heading {
    background-color: #1a7b31;
}

.green-border {
    border: 2px solid #1a7b31;
    border-radius: 18px;
    justify-content: center;
    border-top: none;
}

.head-h4 {
    font-weight: 500;
    color: #663399;
    opacity: 1;
}

.purple-heading {
    background-color: #672d91;
}

.purple-border {
    border: 2px solid #672d91;
    border-radius: 18px;
    justify-content: center;
    border-top: none;
}

.book-listing li {
    width: 25%;
    margin: 0;
    padding: 10px;
}

.book-listing li img {
    max-height: 170px;
    border: 1px solid #000;
    height: auto
}

.height_100 {
    height: 100%;
}

.wrapper img {
    width: 90%;
    margin: auto;
}

.wrapper h6 {
    opacity: 1;
}

div#appBody .LoginModal .modal-footer {
    display: none;
}

.smLifestyle ul li a {
    text-decoration: none;
    color: #663399;
}

.smLifestyle ul li a:hover {
    text-decoration: underline;
}

.sts-nav-arrow {
    align-items: center;
    justify-content: center;
    display: flex
}

.awards-link {
    color: #474a4f;
    text-decoration: none;
}

.reliableEdm {
    background: #25408f;
}

.reliableEdm .reliableLogo {
    margin-top: 10px;
    margin-bottom: 5px;
}

.reliableEdm .reliableImg {
    margin-bottom: 15px;
}

@media screen and (min-width:1200px) {
    .award-section .col-xl-2 {
        width: 20%;
    }

}

@media screen and (min-width:992px) {
    .sidebar {
        padding: 0;
    }
}

@media screen and (max-width:991px) {
    .col-sm-6.col-lg-4.p-5.pb-0 {
        padding: 0 15px !important;
    }

    .sample-Librarian {
        margin-bottom: 15px;
    }

    .width-80 {
        width: 100% !important;
    }

    .common li {
        width: 25%;
    }

    .sidebar .list-style-none li {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .global-videos.green-border .width-80 {
        width: 80%;
    }

    .links {
        padding: 8px 26px;
        font-size: 15px;
    }

    .common-profile-wrap {
        width: 60px;
    }
}

@media screen and (max-width:767px) {
    .common li {
        width: 33.33%;
    }

    .carl-award-img {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:575px) {
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .common li {
        width: 50%;
    }

    .globe-img {
        display: none;
    }

    .global-videos img {
        margin-bottom: 15px;
    }

    .award-lsiting li {
        flex-direction: column !important;
        text-align: center;
    }

    .award-lsiting li img {
        margin: 0;
    }

    .stscontent .stsheader .row .col {
        flex-basis: 100%;
        width: auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stscontent .stsheader .logo img {
        height: 44px;
        margin-bottom: 10px;
    }
}

@media all and (orientation:portrait) {
    .reliableEdm {
        margin-top: 10px;
    }
}

@media (max-width:991px) and (orientation:landscape) {
    .reliableEdm {
        margin-top: 10px;
    }
}
@font-face {
    font-family: 'Burbank Big Cd Bk';
    src: url('../../fonts/BurbankBigCondensed-Bold.woff2') format('woff2'),
        url('../../fonts/BurbankBigCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Sippin On Sunshine';
    src: url('./fonts/SippinOnSunshine.woff2') format('woff2'),
        url('./fonts/SippinOnSunshine.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AG Schoolbook';
    src: url('../../fonts/AGSchoolbook-Medium.woff2') format('woff2'),
        url('../../fonts/AGSchoolbook-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    src: url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Medium.eot');
    src: url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-SemiBold.woff') format('woff'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    src: url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Medium.eot');
    src: url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Medium.woff2') format('woff2'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Medium.woff') format('woff'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    src: url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Regular.eot');
    src: url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Regular.woff2') format('woff2'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Regular.woff') format('woff'),
        url('https://d2bc0dj7y9gvhz.cloudfront.net/mathadventure/coursePlayer/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* for ios 26 where overflow hidden not working */
.modal-open{
    /* clip-path: inset(0px); */
}
.fade.modal-backdrop.show,
.modal-backdrop.fade {
    opacity: 0.5 !important;
}

/* .media_library #appBody .LoginModal .modal-content {
    left: 0;
    transform: none;
    top: 0;
} */


/* max recording  */

.modal:has(#maxRecordingLimit-modal) {
    outline: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

#maxRecordingLimit-modal {
    margin: auto !important;
    height: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 1000px;
    border-radius: 5px;
    overflow: visible;
    transform: none;
}

#maxRecordingLimit-modal .modal-content::after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 14px;
    opacity: 0.24;
    z-index: -1;
}

#maxRecordingLimit-modal .modal-content {
    min-height: 20%;
    overflow: visible;
    border: none;
    padding: 25px;
    max-height: inherit !important;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d5ef', endColorstr='#c4eff8', GradientType=0);
    flex-direction: inherit !important;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background-image: url('https://d2bc0dj7y9gvhz.cloudfront.net/phonicadventure/phonics-intro-screen/login-pop-bg.jpg');
    background-size: cover;
    border: none;
    width: 100%;
    max-width: 88% !important;
    display: flex !important;
    flex-direction: column !important;
}

.phonicsMain.modal-open #maxRecordingLimit-modal .modal-header,
#maxRecordingLimit-modal.modal-dialog .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
    right: 0;
    top: 15px;
    background-color: transparent !important;
    width: 95%;
    left: 0;
    justify-content: center;
    margin: auto;

}

#maxRecordingLimit-modal.modal-dialog .modal-header .modal-title {
    border-width: 0 0 2px 0;
    border-style: dotted;
    border-color: #8a2ca9;
    font-weight: bold;
    font-size: 1.5em;
    color: #8a2ca9;
}

#maxRecordingLimit-modal .modal-header .btn-close {
    top: -25px !important;
    right: -35px !important;
    border: none;
    opacity: 1;
    z-index: 9;
}

#maxRecordingLimit-modal .modal-header .close span,
#maxRecordingLimit-modal .modal-header .btn-close {
    padding: 0px;
    margin: 0;
    background-color: #8a2ca9;
    border-radius: 10px;
    color: #fff !important;
    width: 34px;
    height: 34px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    fill: #fff;
    position: absolute;
    top: -19px !important;
    background-image: none;
    right: -19px !important;
    border: 0;
}

#appBody .modal .modal-dialog.LoginModal .modal-content .modal-header .btn-close::before,
#appBody .modal .modal-dialog.LoginModal .modal-content .btn-close::after {
    position: absolute;
    content: ' ';
    height: 16px;
    width: 4px;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

#appBody .modal .modal-dialog.LoginModal .modal-content .invalid-feedback {
    text-align: center !important;
    color: red !important;
    font-size: 15px !important;
}
#invalidPage{
    width:100% 
}
#appBody .modal .modal-dialog.LoginModal .modal-content .modal-header .btn-close:before,
#appBody .modal .modal-dialog.LoginModal .modal-content .btn-close:before {
    transform: rotate(45deg);
}

.modal .modal-dialog .modal-content .modal-header .btn-close:after,
.modal .modal-dialog .modal-content .btn-close::after {
    transform: rotate(-45deg);
}

#maxRecordingLimit-modal .modal-body {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    min-height: 210px;
}

#maxRecordingLimit-modal .modal-body p {
    font-size: 1.5em;
    font-weight: 500 !important;
    text-align: center;
    width: auto;
}

#maxRecordingLimit-modal .modal-body p a {
    color: #8a2ca9;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold !important;
}

#maxRecordingLimit-modal .modal-footer {
    gap: 0 10px;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    width: 100%;
    border-color: transparent !important;
}

#maxRecordingLimit-modal .modal-footer .btn {
    font-weight: bold;
    background-color: transparent;
    color: #000;
    border-width: 2px;
    border-style: solid;
    font-size: 1.5em;
    border-color: transparent;
}

#maxRecordingLimit-modal .modal-footer .btn.btn-secondary {
    background-color: #fff;
    border-color: #8a2ca9;
    color: #8a2ca9;
}

#maxRecordingLimit-modal .modal-footer .btn.btn-primary {
    background-color: #8a2ca9;
    color: #fff;
}

@media screen and (max-width:767px) and (orientation:portrait) {

    #maxRecordingLimit-modal .modal-footer .btn,
    #maxRecordingLimit-modal .modal-body p {
        font-size: 1em !important;
    }

    #appBody .LoginModal .col-sm-12 .reCaptcha-div {
        margin-top: 0 !important;
        transform: scale(0.9) !important;
    }
}

/* end max recording  */

/* css for save progress icon  */
.save-progress-inner,
.save-reading {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #333;
    background: #fff;
    transition: 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 40%);
}

#number_success_page .save-progress-image img.icon-breathe,
.Home-pages .save-progress-image img.icon-breathe,
#phonics_page.reading-home-page-wraper .save-progress-image img.icon-breathe,
#root .typing_header .save-progress-image img.icon-breathe,
#root .index-writing .save-progress-image img.icon-breathe {
    bottom: -10px !important;
    right: -10px !important;
}

#number_success_page .save-progress-image,
#phonics_page .save-progress-image {
    margin-right: 15px !important;
}

/* End  */

/* css to prevent phone notch area */
body,.modal {
  padding-top: env(safe-area-inset-top) !important;
  padding-left: env(safe-area-inset-left) !important;
  padding-right: env(safe-area-inset-right) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
  padding-top: constant(safe-area-inset-top) !important;
   padding-left: constant(safe-area-inset-left) !important;
  padding-right: constant(safe-area-inset-right) !important;
  padding-bottom: constant(safe-area-inset-bottom) !important;
}

html body .modal,
html body .modal-backdrop{
    position: absolute !important;
}

html body#appBody .modal:has(.game_popup),
html body#appBody:has(.modal .game_popup) .modal-backdrop{
    position: fixed !important;
}

/********Login/Logout***********/

.privacy-policy {
    font-size: 11px !important;
}

.hidden {
    display: none !important;
}

#appBody .LoginModal .modal-content {
    min-height: 80%;
    overflow: visible;
    padding: 25px;
    max-height: inherit !important;
    flex-direction: inherit !important;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background-color: transparent;
    border: none;
    position: relative;
    box-shadow: none !important;
}

#appBody .LoginModal .modal-content::after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    background-image: url(https://d2bc0dj7y9gvhz.cloudfront.net/homepage-new/images/loginBG-SHAPE.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 108%;
    height: 108%;
    background-position: center;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#appBody .LoginModal .modal-content .modal-body .login-wraper .row {
    margin: auto !important;
    width: 100% !important;
}

.learninggrp-logo {
    display: block;
    width: 100px;
    height: 81px;
    background: url(./images/learning_group_popup.png) no-repeat;
    margin: 0 auto 40px;
    clear: both;
}

.login-left h2 {
    color: #db3c70 !important;
    font-size: 40px;
    font-weight: normal;
    font-family: "Chocolate Bar Demo" !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}

html #appBody .LoginModal .error-text,
html #appBody .LoginModal .redError {
    color: red !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 5px !important;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center !important;
    font-size: 15px !important;
    font-family: 'poppins' !important;
}

html #appBody .LoginModal .invalid-feedback {
    color: red !important;
    background-color: transparent !important;
    border-color: transparent !important;
    text-align: center !important;
    font-size: 15px !important;
    font-family: 'poppins' !important;
}

#appBody .LoginModal .login-right>.loginShow .greenSuccess.alert,
#appBody .LoginModal .login-right>.loginShow .greenSuccess,
#appBody .LoginModal .login-right>.loginShow .greenSuccess p,
#appBody .LoginModal .login-right>.forward-pwd .greenSuccess.alert,
#appBody .LoginModal .login-right>.forward-pwd .greenSuccess,
#appBody .LoginModal .login-right>.forward-pwd .greenSuccess p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 15px !important;
    color: green !important;
    background-color: transparent !important;
    border-color: transparent !important;
    text-align: center !important;
    font-family: 'poppins' !important;
}

#appBody .LoginModal {
    font-family: 'poppins' !important;
}

#appBody .LoginModal:has(.forgotPwdLink) .login-form {
    text-align: right;
}

#appBody .LoginModal .outerPasswordDiv:has(label) p.view-login-password-toggle {
    top: 50%;
    cursor: pointer;
    margin-bottom: 0 !important;
    transform: translateY(-50%);
}

html #appBody .LoginModal .login-form .redError,
html #appBody .LoginModal .login-form .error-text {
    margin-top: 0.1em !important;
    margin-bottom: 0.1em !important;
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
}

#appBody .LoginModal .form-group.row.show-password input {
    width: 18px !important;
    height: 18px !important;
    margin-right: 0.5em !important;
}

#appBody .LoginModal .resetPWD {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#appBody .LoginModal .resetPWD .password-wrapper {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

#appBody .LoginModal .ReactPasswordStrength.passwordStrengthDiv.is-strength-0 .ReactPasswordStrength-strength-bar,
#appBody .LoginModal .ReactPasswordStrength.passwordStrengthDiv.is-strength-1 .ReactPasswordStrength-strength-bar,
#appBody .LoginModal .ReactPasswordStrength.passwordStrengthDiv.is-strength-2 .ReactPasswordStrength-strength-bar,
#appBody .LoginModal .ReactPasswordStrength.passwordStrengthDiv.is-strength-3 .ReactPasswordStrength-strength-bar,
#appBody .LoginModal .ReactPasswordStrength.passwordStrengthDiv.is-strength-4 .ReactPasswordStrength-strength-bar {
    width: calc(100% - 40%);
    background: #ddd;
    border-radius: 2px;
    height: 5px;
    position: relative;
    margin-bottom: 1.78em !important;
}

#appBody .LoginModal .ReactPasswordStrength .ReactPasswordStrength-strength-desc {
    white-space: nowrap;
}

.login-left span {
    font-size: 44px;
    font-family: 'Sippin On Sunshine' !important;
    font-weight: normal;
    color: #175a6d;
}

#appBody .LoginModal .close {
    position: absolute;
    top: -34px;
    right: -36px;
    opacity: 1;
    z-index: 5;
    background-color: transparent;
    border: none;
}

#appBody .LoginModal .close span,
#appBody .LoginModal .btn-close {
    padding: 0px;
    margin: 0;
    background-image: url(https://d2bc0dj7y9gvhz.cloudfront.net/homepage-new/images/crossBG.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: 4% !important;
    right: -1% !important;
    border-radius: 0 !important;
    border: 0;
    background-color: transparent !important;
}

#appBody .LoginModal .close span:before,
#appBody .LoginModal .close span:after,
#appBody .LoginModal .btn-close:before,
#appBody .LoginModal .btn-close:after {
    display: none !important;
}

#appBody .LoginModal .close span:before,
#appBody .LoginModal .btn-close:before {
    content: '\2716';
    color: #fff;
}

#appBody .LoginModal .close span:focus,
#appBody .LoginModal .btn-close:focus {
    box-shadow: none;
}

form#signupForm>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px auto;
}

#appBody .LoginModal form#signupForm>div {
    margin: 5px auto 0;
}

#appBody .LoginModal .reCaptcha-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reCaptcha-div {
    margin-top: 20px;
}

.valid-feedback {
    display: block;
    width: 100%;
    color: #a94442;
    font-size: 11px;
    margin: 1px 0 0 0;
    font-family: 'Open Sans', sans-serif !important;
}

#appBody .LoginModal .btn-close {
    opacity: 1;
    z-index: 9;
}

.writingSuccessMain .modal-footer {
    border: none;
}

#appBody .LoginModal .modal-header {
    padding: 0;
    border-bottom: none;
}

#appBody .LoginModal {
    margin: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 1000px;
    border-radius: 5px;
    overflow: visible;
    transform: none;
}

#appBody .LoginModal .login-left {
    display: block;
    height: auto !important;
    position: relative;
    left: -13%;
    z-index: 999;
}

#appBody.phonicsMain .LoginModal .login-left::after {
    height: 110% !important;
}

#appBody .LoginModal .login-left::after {
    content: " ";
    position: absolute;
    left: 0;
    top: -6%;
    left: -3%;
    width: 115%;
    height: 110%;
    display: block;
    background-color: transparent;
    background-image: url(https://d2bc0dj7y9gvhz.cloudfront.net/homepage-new/images/leftpanleBG.webp);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}

/* .login-tools {
    text-align: center;
} */

.login-tools li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 10px;
}

.tracking-text-wrap {
    margin-left: 15px;
    padding-bottom: 15px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
}

.login-tools li:last-child {
    margin-bottom: 0 !important;
}

.login-tools li:last-child .tracking-text-wrap {
    border-color: transparent;
    padding-bottom: 0 !important;
}

.login-tools img {
    width: 60px;
    filter: drop-shadow(0px 1px 3px rgb(0 0 0 / 25%));
}

.tracking-text-wrap h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'poppins' !important;
    font-size: 20px;
    color: #eaa700;
    text-transform: capitalize;
    padding: 0 !important;
}

.resendActivationDiv {
    padding: 0 !important;
}

.tracking-text-wrap p {
    margin-bottom: 0;
    font-family: 'poppins' !important;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    margin-top: 5px !important;
}

.login-tools {
    background-position: center top;
    padding: 20px;
    border-radius: 10px;
    width: 93%;
}

.login-tools h3 {
    font-family: 'poppins' !important;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
}

.login-right {
    position: relative;
    background: transparent;
    border-radius: 10px;
    z-index: 1;
    overflow-y: auto;
    top: 0;
    height: 480px;
    position: relative;
    left: -5%;
    padding: 0 !important;
}

.login-right:has(.forward-pwd) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portrait #appBody .LoginModal .login-right form.login-form:has(.forgotPwdLink) {
    text-align: right;
}

.login-top-heading h1 {
    line-height: normal;
    margin: 0;
    padding: 10px 0 10px 0 !important;
    font-family: 'poppins' !important;
    color: #004ba1;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    background: none !important;
}

.login-right .login-social-icons li a i.fb-icon {
    background-color: #1978f2 !important;
    background: url("https://d2bc0dj7y9gvhz.cloudfront.net/homepage/images/login-facebook.png") no-repeat center center;
}

.login-right .login-social-icons,
.login-right .signup-social-icons {
    margin: 0;
    padding: 0px 0 0;
    text-align: center;
}

.login-right .login-social-icons li:first-child,
.login-right .signup-social-icons li:first-child {
    margin-top: 5px;
}


.login-right .login-social-icons li,
.login-right .signup-social-icons li {
    display: inline-flex;
    padding: 0px;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
}

.login-right .login-social-icons li:last-child,
.login-right .signup-social-icons li:last-child {
    margin-bottom: 0 !important;
}

.login-form label {
    font-size: 19px;
    font-family: 'AG Schoolbook';
    font-weight: normal;
    float: left;
    color: #8b8b8b;
    margin-bottom: 0 !important;
}

.login-right .or {
    position: relative;
    display: block;
    margin: 10px 0 0px;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
}

form.login-form {
    padding: 0 25px;
}


.login-right .login-social-icons li a,
.login-right .signup-social-icons li a {
    display: block;
    cursor: pointer;
    border: 0;
    background: none;
    margin: 0 auto;
}

.login-right .login-social-icons li a i,
.login-right .signup-social-icons li a i {
    width: 279px !important;
    height: 40px !important;
    display: flex;
    margin: 0 auto;
    background-size: contain !important;
    box-shadow: 0px 1px 11px rgb(0 0 0 / 25%);
    border-radius: 10px;
    align-items: center;
}

.login-right .login-social-icons li a i.gplus-icon {
    background: url("https://d2bc0dj7y9gvhz.cloudfront.net/homepage/images/login-google.png") no-repeat center center;
    border: 2px solid #000;
}


.login-right .login-social-icons li a i.apple-icon {
    background: url("https://d2bc0dj7y9gvhz.cloudfront.net/homepage/images/login-apple.png") no-repeat center center;
    background-color: black;
}

.login-right .signup-social-icons .fb-icon {
    background-color: #1978f2 !important;
    background: url("https://d2bc0dj7y9gvhz.cloudfront.net/homepage/images/sign-up-fb.png") no-repeat center center;
}

.login-right .signup-social-icons li a i.gplus-icon {
    background: url("https://d2bc0dj7y9gvhz.cloudfront.net/homepage/images/sign-up-google.png") no-repeat center center;
    background-color: #fff;
    border: 2px solid #000;
}


.login-right .signup-social-icons li a i.apple-icon {
    background: url("https://d2bc0dj7y9gvhz.cloudfront.net/homepage/images/sign-up-apple.png") no-repeat center center;
    background-color: black;
}

.login-form input,
#signupForm input {
    margin-top: 0 !important;
    border-width: 1px !important;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #017bd1 !important;
    overflow: hidden;
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'poppins', sans-serif;
}

.header_setting_btn button {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 5px !important;
}

.header_setting_btn button:hover,
.header_setting_btn button:focus {
    box-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
}

.header_setting_btn,
.common-profile-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .show {
    opacity: 1 !important;
}

#appBody .LoginModal.modal-dialog {
    height: 100%;
}

#appBody .LoginModal .modal-footer:empty {
    display: none;
}

.login-wraper .login-button {
    color: #fff !important;
    font-size: 28px;
    padding: 11px 26px;
    border-radius: 10px;
    background: transparent;
    background-image: linear-gradient(to right, #004ba5, #066cbe, #066cbe) !important;
    text-transform: inherit;
    line-height: 22px;
    border: none;
    margin-top: 15px;
    font-family: 'poppins' !important;
    cursor: pointer;
}

#appBody .LoginModal.modal-dialog .login-form label {
    display: none !important;
}

input:focus {
    font-size: 14px;
}

.login-button {
    color: #fff !important;
    font-size: 16px;
    padding: 7px 38px;
    border-radius: 5px;
    background: #41cdf1 !important;
    text-transform: inherit;
    line-height: 22px;
    border: none;
    margin-top: 25px;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
}

.dropdown.open.btn-group .dropdown-menu,
.header_setting_btn .dropdown-menu {
    left: auto;
    display: block;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, 0.25);
    transform: none !important;
    min-width: 160px;
    overflow: hidden;
}

.reCaptcha-div>div {
    display: flex;
    align-content: center;
    justify-content: center;
}

#appBody .LoginModal .col-sm-12:has(.reCaptcha-div) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#appBody .LoginModal .col-sm-12 .reCaptcha-div {
    transform-origin: center !important;
}

.header_setting_btn .dropdown-menu a:hover,
.header_setting_btn .dropdown-menu a.active,
.header_setting_btn .dropdown-menu a:focus {
    background: #7dacd1 !important;
    outline: 0;
    color: #fff !important
}

.dropdown.open.btn-group .dropdown-menu li a,
.header_setting_btn .dropdown-menu a,
.phonicsMain .common-profile-section .header_setting_btn .dropdown-menu a {
    font-weight: 400;
    color: #000 !important;
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 16px;
}

body .header_setting_btn div.dropdown-menu a{
    color: #000 !important;
}

html body .header_setting_btn div.dropdown-menu a:hover,
html body .dropdown.open.btn-group .dropdown-menu a:hover,
.dropdown.open.btn-group .dropdown-menu li a:hover,
.header_setting_btn .dropdown-menu a:hover,
.phonicsMain .common-profile-section .header_setting_btn .dropdown-menu a:hover {
    color: #fff !important;
    border-color: #fff !important;
    text-decoration: none;
    background-color: #7dacd1 !important;
}


.dropdown.open.btn-group .dropdown-menu li:last-child a,
.header_setting_btn .dropdown-menu a:last-child,
.phonicsMain .common-profile-section .header_setting_btn .dropdown-menu a:last-child {
    border-bottom: none;
}

.remember-me {
    width: 100%;
    display: inline-block;
    text-align: right;
    color: #000;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    margin-top: 5px;
}

.login-btn {
    text-align: center;
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
}

.login-right .login-bottom {
    position: static;
    color: #a9a9a9;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid rgba(238, 238, 238, 0.68);
    padding-top: 15px;
    margin-top: 5px !important;
}

.login-right .login-bottom P {
    margin-top: 0px;
    font-size: 16px;
    color: #000;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}

.login-right .login-bottom p.privacy-policy {
    margin-bottom: 5px !important;
    font-size: 11px !important;
}

.login-right .login-bottom .sign-inlink,
.login-right .login-bottom .sign-inlink:hover {
    color: #004ba1;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

#appBody .LoginModal p.formLoginError {
    color: red;
    padding: 0px;
    margin: 0px;
    font-family: 'poppins', sans-serif;
    float: left;
}

.help-block {
    font-size: 11px;
    margin: 1px 0 0 0;
    font-family: 'Open Sans', sans-serif !important;
}

/*-----------strt css 404 error design-----------------*/
.error-body {
    margin: 0;
    padding: 0;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('./images/Page-not-found-bg.jpg');
    background-size: cover;
}

#notfound .notfound-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 36, 0.7);
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 910px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 200px;
}

.notfound .notfound-404 h1 {
    font-family: 'poppins', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 220px;
    font-weight: 900;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.notfound h2 {
    font-family: 'poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.Phonics-homepage-wraper .dropdown-menu,
.header_setting_btn .dropdown-menu {
    display: none;
}

#media-library .dropdown-toggle::after {
    border-top: .3em solid #94c3ff;
    margin-top: 17px !important;
}

#media-library .media-ereader .dropdown-toggle::after {
    border-top: .3em solid #fff;
}

.Phonics-homepage-wraper .dropdown-menu.show,
.header_setting_btn .dropdown-menu.show {
    display: block;
    padding: 0;
}

.notfound .home-btn {
    font-family: 'poppins', sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 13px 25px;
    font-size: 18px;
    border-radius: 40px;
    margin: 7px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound .home-btn:hover {
    opacity: 0.9;
}

.notfound .home-btn {
    color: rgba(255, 0, 36);
    background: #fff;
}

/*---------start css for tracking indicaton-------------*/
.common-profile-wrap {
    position: relative;
}

.courseTracking {
    position: absolute;
    top: 57%;
    z-index: 1;
    left: -6px;
    width: 21px;

}

.tsTopBar .tsLogin .common-profile-wrap {
    float: right;
    margin-top: 0;
}

.courseTracking img {
    width: 100%
}

.phonic-login-menu .courseTracking {
    position: absolute;
    top: 29%;
    z-index: 1;
    left: -4px;
    width: 22px;
    background-color: #fff;
    height: 22px;
    border-radius: 100%;
    padding: 3px;
    display: flex;
}

.isMobilePortrait .courseTracking {
    position: absolute;
    top: 45%;
    z-index: 1;
    left: -4px;
    width: 24px;
    background-color: #fff;
    height: 24px;
    border-radius: 100%;
    padding: 3px;
    display: flex;
}

#appBody .LoginModal .login-wraper .login-right .signupInternal{
    height: 100%;
    width: 100%;
}

#appBody .LoginModal .login-wraper .login-right .signupInternal .loginShow{
    width: 100%;
}


/* all medal popup screens except dashboard  */

.fade:has(#medalDialogModal):before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

#medalDialogModal.modal-dialog {
    max-width: 1100px !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: translate(-50%, -50%) !important;
    left: 50%;
    top: 50%;
    margin: 0 !important;
}

#medalDialogModal.modal-dialog:before {
    display: none !important;
}

#medalDialogModal.modal-dialog .modal-content .modal-header {
    padding: 0 !important;
}

#medalDialogModal.modal-dialog .modal-content .modal-header .btn-close {
    margin-top: 0px;
    position: absolute;
    right: -8px;
    top: -13px;
    opacity: 1;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 0;
    background-image: none;
    font-family: "ADV_CALIBRI";
}

#medalDialogModal.modal-dialog .modal-content .modal-header .btn-close:before {
    content: '\2716';
}

#medalDialogModal.modal-dialog .modal-content .modal-header .btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
}

#medalDialogModal.modal-dialog .modal-content {
    background-image: url(https://d2bc0dj7y9gvhz.cloudfront.net/phonicadventure/textbook1/recomended-books/recommended-books-bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: bottom right !important;
    border-radius: 3px !important;
    border: 3px solid #ffd227;
    width: 100%;
    height: auto;
}

#medalDialogModal.modal-dialog .modal-content .modal-body {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0 !important;
    min-height: 500px;
}

#medalDialogModal.modal-dialog .modal-content .modal-body .icon-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#medalDialogModal.modal-dialog .modal-content .modal-body>div {
    display: flex;
    align-content: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    width: 100%;
    flex-wrap: nowrap;
}

#medalDialogModal.modal-dialog .modal-content .modal-body>div>span {
    position: relative;
    padding: 10px 0 20px;
    text-align: center;
    font-size: 1.5em;
    color: green;
    font-weight: bold !important;
}

#medalDialogModal.modal-dialog .modal-content .modal-body>div>span::before {
    content: " ";
    width: 100px;
    height: 4px;
    background: #f69a1f !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    border-radius: 40px;
}

#medalDialogModal.modal-dialog .modal-content .modal-body>div ul {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    height: 100%;
}

#medalDialogModal.modal-dialog .modal-content .modal-body>div ul li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#medalDialogModal.modal-dialog .modal-content .modal-body>div ul li p {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0 !important;
}

#medalDialogModal.modal-dialog .modal-content .modal-body>div ul li p span {
    text-align: center;
    font-weight: bold;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#medalDialogModal.modal-dialog .modal-content .modal-footer {
    display: none;
}

#medalDialogModal.modal-dialog .modal-body svg,
#medalDialogModal.modal-dialog .modal-body img {
    width: 120px;
    height: 80px;
    object-fit: contain;
    margin: 15px 0;
}

/* end  */

/*---------end css for tracking indicaton-------------*/


.letsstared-main h3,
h3.Forgot-pwd-heading {
    margin: 0 0 25px;
    color: #4295ad;
    font-weight: 600;
    font-size: 23px;
    font-family: 'poppins', sans-serif;
}


h3.Forgot-pwd-heading {
    text-align: center;
}

.forward-pwd {
    height: 345px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    width: 100%;
}

.forward-pwd-wrapper .login-form {
    flex-direction: column;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    height: auto;
}

.forward-pwd-wrapper {
    width: 100%;
    padding: 0;
}

.forward-pwd-wrapper .Forgot-pwd-heading {
    padding: 15px 25px;
}

/* .reset-pwd-wrapper .view-login-password-toggle {
    position: absolute;
    top: 54%;
    right: 30px;
} */

.confirm-password-ref {
    position: relative;
    float: left;
    width: 100%;
}


.letsstared-main span {
    color: #8699ac;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 40px;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    line-height: 21px;
}

.letsstared-main .loguser-type {
    margin: 0 0 25px;
}

.letsstared-main .loguser-type p {
    color: #50c7e8;
    font-size: 16px;
    line-height: 54px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    background: url(./images/loguser-bg.png) no-repeat;
    width: 228px;
    height: 54px;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
}

.letsstared-main .loguser-type p:hover,
.letsstared-main .loguser-type p:focus {
    background-position: 0 -79px;
    color: #fff;
    outline: none;
}

.sign-up-wrapper {
    text-align: center;
}

.login-wrap {
    font-family: 'poppins', sans-serif;
}


/******ReactPasswordStrength**********/
.ReactPasswordStrength {
    border: none !important;
}

/*.passwordStrengthDiv{
    
}*/

.ReactPasswordStrength .ReactPasswordStrength-strength-bar {
    right: -3px;
    top: 10px;
}

.ReactPasswordStrength .ReactPasswordStrength-strength-desc {
    margin-top: 32px;
    font-size: 12px;
    padding: 14px 0;
}

.ReactPasswordStrength-strength-desc {
    right: 5px;
}

.password-wrapper {
    position: relative;
}

p.view-password-toggle,
.reset-pwd-wrapper .view-login-password-toggle,
p.view-confirm-password-toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    margin-bottom: 0 !important;
    transform: translateY(-50%);
}

.confirm-password-ref .help-block {
    margin-left: 16px;
    position: absolute;
    top: 100%;
    color: #a94442;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#appBody .LoginModal .form-group {
    margin-bottom: 5px !important;
}

#appBody .LoginModal .form-group col-sm-12:empty {
    display: none;
}

#appBody .LoginModal .formContainer {
    text-align: right;
}

#appBody .LoginModal a.forgotPwdLink {
    color: #004ba1;
    font-size: 11px;
}

#appBody .LoginModal .form-group span.help-block:empty {
    display: none !important;
}

.is-strength-0+p.view-password-toggle,
.is-strength-1+p.view-password-toggle,
.is-strength-2+p.view-password-toggle,
.is-strength-3+p.view-password-toggle,
.is-strength-4+p.view-password-toggle {
    top: 42% !important;
}

p.view-login-password-toggle {
    position: absolute;
    top: 54%;
    right: 14px;
    cursor: pointer;
}

.formContainer:has(.forgotPwdLink) {
    text-align: right;
}

.outerPasswordDiv {
    position: relative;
}

p.view-password-toggle .fa.fa-eye,
p.view-confirm-password-toggle .fa.fa-eye,
p.view-login-password-toggle .fa.fa-eye,
p.view-password-toggle .fa.fa-eye-slash,
p.view-confirm-password-toggle .fa.fa-eye-slash,
p.view-login-password-toggle .fa.fa-eye-slash {
    color: #337ab7;
}

/************************************/
.ReactPasswordStrength.passwordStrengthDiv.is-strength-0 .ReactPasswordStrength-strength-bar,
.ReactPasswordStrength.passwordStrengthDiv.is-strength-1 .ReactPasswordStrength-strength-bar,
.ReactPasswordStrength.passwordStrengthDiv.is-strength-2 .ReactPasswordStrength-strength-bar,
.ReactPasswordStrength.passwordStrengthDiv.is-strength-3 .ReactPasswordStrength-strength-bar,
.ReactPasswordStrength.passwordStrengthDiv.is-strength-4 .ReactPasswordStrength-strength-bar {
    width: calc(100% - 20%);
    background: #DDD;
    border-radius: 2px;
    height: 5px;
    position: relative;
    margin-bottom: 13px !important;
}

.ReactPasswordStrength.passwordStrengthDiv.is-strength-0 .ReactPasswordStrength-strength-bar::before {
    background: #D1462F;
    color: #D1462F;
    content: '';
    width: 20%;
    height: 5px;
    position: absolute;
    border-radius: 2px;
}

.ReactPasswordStrength.passwordStrengthDiv.is-strength-1 .ReactPasswordStrength-strength-bar::before {
    background: rgb(255, 153, 0) none repeat scroll 0% 0%;
    color: rgb(255, 153, 0) none repeat scroll 0% 0%;
    content: '';
    width: 40%;
    height: 5px;
    position: absolute;
    border-radius: 2px;
}

.ReactPasswordStrength.passwordStrengthDiv.is-strength-2 .ReactPasswordStrength-strength-bar::before {
    background: #57B8FF;
    color: #57B8FF;
    content: '';
    width: 60%;
    height: 5px;
    position: absolute;
    border-radius: 2px;
}

.ReactPasswordStrength.passwordStrengthDiv.is-strength-3 .ReactPasswordStrength-strength-bar::before {
    background: #57B8FF;
    color: #57B8FF;
    content: '';
    width: 80%;
    height: 5px;
    position: absolute;
    border-radius: 2px;
}

.ReactPasswordStrength.passwordStrengthDiv.is-strength-4 .ReactPasswordStrength-strength-bar::before {
    background: #2FBF71;
    color: #2FBF71;
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    border-radius: 2px;
}

.has-error.password_ref.form-group {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.password-error-msg {
    margin-left: 19px;
    float: left;
}

.ReactPasswordStrength-input:not(:focus).is-password-invalid {
    color: #000 !important;
}

/* start login-css */
.dashboard-login-card {
    min-height: 80%;
    overflow: visible;
    padding: 0px;
    max-height: inherit !important;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d5ef', endColorstr='#c4eff8', GradientType=0);
    flex-direction: inherit !important;
    background-image: url(../../assets/img/login-pop-bg.jpg);
    background-size: cover;
    border: none;
}

.form-group.row.show-password>div {
    display: flex;
    align-items: center;
}

.dashboard-login-card .row.justify-content-center {
    align-items: center;
    height: 100%;
}

/***********************Student Signup*****************************************/
.react-datepicker-wrapper {
    display: block !important;
}

.react-datepicker__input-container {
    width: 100%;
}

.loginstudentcls {
    color: #50c7e8;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block;
    background: url(./images/loguser-bg.png) no-repeat;
    width: 228px;
    height: 54px;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
}

.agemain .loginstudentcls p {
    font-size: 16px !important;
    font-weight: 600;
    margin: 9px 0 0;
}

.agemain .loginstudentcls a {
    font-size: 13px !important;
    line-height: 20px;
    font-weight: normal;
    color: #50c7e8;
}

.student-signup {
    padding: 40px 25px 0;
    height: 415px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.greenSuccess {
    color: #16792c;
    background-color: #ddeed7;
    border-color: #c3e6cb;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    padding: 11px;
    line-height: 19px;
    margin-bottom: 20px;
}

#appBody .LoginModal .modal-body {
    width: 100% !important;
}

#appBody .LoginModal .login-form input,
#appBody .LoginModal #signupForm input {
    margin-bottom: 0 !important;
}

html #appBody .LoginModal .forward-pwd h1 {
    padding: 20px 0 !important;
}


html #appBody .LoginModal .redError .alert.resendActivationDiv,
html #appBody .LoginModal .greenSuccess p a,
html #appBody .LoginModal .greenSuccess a {
    text-decoration: underline !important;
}

span.error-text.help-block {
    padding: 10px !important;
}

.forward-pwd input.form-control {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

#emailResendForm.login-form input {
    padding: 5px 15px !important;
    margin: 0 auto 21px auto !important;
}

.redError {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    padding: 11px;
    line-height: 19px;
    margin-bottom: 20px;
}

p.view-confirm-password-toggle,
p.view-password-toggle {
    font-size: 14px !important;
}

#appBody.writingSuccessMain .has-error p.view-password-toggle {
    transform: translateY(0%) !important;
}

.writingSuccessMain.Phonics-Home-page #signupForm .has-error p.view-password-toggle,
#appBody.writingSuccessMain:has(.practice-separator) #signupForm .has-error p.view-password-toggle {
    transform: translateY(-50%) !important;
}

.loginShow .redError.alert.alert-info>p {
    margin-bottom: 0px;
}

.loginShow .redError.alert.alert-info>p>p {
    margin: 10px 0 0 0;
}

.loginShow .redError {
    text-align: center;
}

.login-right::-webkit-scrollbar {
    background-color: transparent !important;
}

.login-right::-webkit-scrollbar {
    display: none !important;
}

.login-right::-webkit-scrollbar-thumb,
.login-right::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    box-shadow: inset none !important;
    background-color: transparent !important;
    background: transparent !important;
    cursor: pointer;
}

.LoginModal .loginShow .redError {
    border-color: transparent !important;
    margin-top: 0.5em !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    padding-bottom: 0 !important;
}

.dropdown .dropdown-menu {
    top: 40px !important;
}

.writingSuccessMain div#right_menu_sec ul.dropdown-menu>li>a {
    line-height: 25px !important;
}

.writingSuccessMain header#header_sec {
    overflow: visible;
}

.commonProfileCss {
    display: flex;
    justify-content: flex-end;
}

.save-progress-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.save-progress-image {
    position: relative;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.save-progress-image img.icon-breathe {
    position: absolute;
    width: 24px;
    bottom: -4px;
    height: 24px;
    right: -5px;
    animation: breathing 1s ease-out infinite normal;
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.tsLogin .commonProfileCss {
    align-items: center;
}


/***vendorcss***/

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    font-size: 14px !important;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.fa.fa-check-circle.in-progress-status {
    color: orange;
}

.fa.fa-check-circle.completed-status {
    color: green;
}

.fa.fa-check-circle.not-yet-started-status {
    color: grey;
}

#dropdown-basic-button:before,
.Phonics-homepage-wraper #dropdown-basic-button:before {
    top: 2px !important;
    right: -11px;
}

.dropdown-toggle::after {
    margin-top: 14px !important;
}

/* profile-dropdown */
html body .common-profile-section #user_name_id.wrap_user_name span.user-Trial p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

html body .common-profile-section .dropdown-menu.dropdown-primary.show {
    min-width: 206px;
    max-width: 206px;
    width: 206px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    padding: 10px 12px;
    box-sizing: border-box;
    padding: 0;
}

html body .common-profile-section .dropdown-menu.dropdown-primary.show span {
    border-bottom: none;
}

html body .common-profile-section #user_name_id.wrap_user_name span.user-Name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 10px !important;
    text-transform: none !important;
    font-family: "Poppins", sans-serif !important;

}

html body .common-profile-section #user_name_id.wrap_user_name span.user-Type {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    font-style: italic;
    text-align: center;
    text-transform: none !important;
    font-family: "Poppins", sans-serif !important;

}

html body .common-profile-section #user_name_id.wrap_user_name span.user-Trial span {
    display: flex;
    white-space: normal;
    word-wrap: break-word;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin: 6px 0px 12px;
}

html body .common-profile-section .dropdown-menu.dropdown-primary.show {

    left: auto !important;
    right: 0 !important;
    min-width: 206px;
    max-width: 206px;
    width: 206px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

html body .common-profile-section #user_name_id.wrap_user_name {
    display: flex;
    flex-direction: column;
    padding: 8px 14px !important;
    border-bottom: 1px solid #000;
    margin: 0;
    color: #000 !important;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

html body .common-profile-section .dropdown-menu.dropdown-primary.show span {
    border-bottom: none !important;
    padding: 0;
}

html body .common-profile-section .wrap_user_name span.user-Trial button {
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #7dacd1 !important;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 19px !important;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.5;
}

html body .open ul.dropdown-menu,
.common-profile-section .dropdown-menu.show {
    left: auto !important;
    right: 0 !important;
    min-width: 206px;
    max-width: 206px;
    width: 206px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

html body ul.dropdown-menu #user_name_id,
html body .common-profile-section .dropdown-menu.show #user_name_id {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: none !important;
    font-family: "Poppins", sans-serif !important;
}

::-ms-reveal {
    display: none !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none !important;
}

html body ul.dropdown-menu #user_name_id span.user-Name,
html body .common-profile-section .dropdown-menu.show #user_name_id span.user-Name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 15px);
    padding-bottom: 10px !important;
    font-family: "Poppins", sans-serif !important;
}

html body ul.dropdown-menu #user_name_id span.user-Type,
html body .common-profile-section .dropdown-menu.show #user_name_id span.user-Type {
    font-style: italic;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    color: #000 !important;
}

.header_setting_btn .wrap_user_name button:before {
    display: none !important;
}
html body .dropdown-menu.dropdown-primary.show span.payment-pending{
      cursor: pointer;
    font-style: italic;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    color: #3a3a3a;
}
html body .common-profile-section span.payment-pending {
    cursor: pointer;
    font-style: italic;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    color: #000;
}
html body .common-profile-section span.payment-pending.defaultCursor {
    cursor: default !important;
}
.reset-pwd-wrapper .view-login-password-toggle i {
    font-size: 14px;
}

/* profile-dropdown */
/* responsive */
@media (min-width: 1024.99px) {

    #appBody .LoginModal .modal-content {
        display: flex;
        align-items: center;
        min-height: auto !important;
        height: auto
    }
}

@media (max-width: 1367px) {

    #appBody .LoginModal {
        width: 90% !important;
    }
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 182px;
    }
}

@media (max-width: 768px) and (orientation:portrait) {

    p.view-password-toggle,
    p.view-confirm-password-toggle {
        transform: translateY(-54%) !important;
        font-size: 14px !important;
    }

    body.Number-Home-Page p.view-password-toggle,
    body.Number-Home-Page p.view-confirm-password-toggle {
        transform: translateY(0%) !important;
    }

    #signupForm .col-sm-12,
    #signupForm .col-sm-6 {
        padding: 0;
        width: 100%;
    }
     #appBody .LoginModal .col-sm-12:has(.reCaptcha-div) {
            flex-direction: column !important;
        }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 146px;
    }

    .ssoregisterPage .login-card .card-body .reg-form {
        margin: 10px auto 0 auto;
    }


    .notfound .notfound-404 h1 {
        font-size: 146px;
    }

    .notfound h2 {
        font-size: 16px;
    }

    .notfound .home-btn {
        font-size: 14px;
    }
}

/*----------end css 404 error design------------*/



@media (min-width: 992px) {
    .login-modal .modal-content:after {
        bottom: -10px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100% !important;
    }

    .portrait .login-wraper .col-sm-12 {
        max-width: 100%;
    }

}

@media screen and (max-width:1024px) and (max-height:380.99px) and (orientation:landscape) {

    html body #medalDialogModal.modal-dialog {
        transform: translate(-50%, 0%) scale(0.8) !important;
        height: 100%;
    }
    

    .landscape #appBody .LoginModal .login-wraper .login-right,
     html #appBody .LoginModal .login-wraper .login-right {
        max-height: 60vh !important;
    }
}

@media screen and (max-width:1024px) and (max-height:499px) and (orientation:landscape) {

    body #medalDialogModal.modal-dialog {
        transform: translate(-50%, -20%) scale(0.8) !important;
        height: 100%;
    }
}

@media screen and (max-width:1024px) and (orientation:landscape) {

    #appBody .LoginModal .login-right {
        background-color: white !important;
    }
}


@media screen and (max-width:1200px) {
    .portrait .isMobilePortrait .courseTracking {
        top: 0;
        bottom: 0;
        margin: auto;
        left: -8px !important;
    }

    .portrait #appBody .LoginModal .ReactPasswordStrength .ReactPasswordStrength-strength-desc {
        white-space: normal !important;
    }

    #medalDialogModal.modal-dialog {
        transform: translate(-50%, -50%) scale(0.8) !important;
        height: auto;
    }

    .fade:has(#medalDialogModal) {
        padding-left: 0 !important;
    }

    #appBody .LoginModal .login-wraper .login-right {
        height: 100% !important;
        max-height: 72vh !important;
        left: 0 !important;
    }

    html #appBody .LoginModal .btn-close {
        top: -15px !important;
        right: -15px !important;
        width: 40px;
        height: 40px;
    }

    #appBody .LoginModal .login-right {
        background-color: white !important;
    }

    html #appBody:has(.main-area) .LoginModal .btn-close {
        top: 0px !important;
        right: 0px !important;
    }
}


@media (max-width: 1200px) {

    .landscape #appBody .LoginModal {
        width: 65% !important;
    }

    #appBody .LoginModal .modal-content:after {
        bottom: -10px;
    }

    .ns-login .common-profile-wrap {
        margin: 0;
    }

    .portrait #appBody:has(#homepageTab) .LoginModal .btn-close {
        top: 2% !important;
        right: 4% !important;
        width: 40px;
        height: 40px;
    }

    .portrait #appBody .LoginModal .modal-content {
        width: 80%;
    }

    .landscape #appBody .LoginModal .modal-content {
        padding: 15px;
    }

    .landscape #appBody .LoginModal .login-top-heading h1 {
        font-size: 21px !important;
    }

    .landscape #appBody .LoginModal .btn-close {
        top: -9px !important;
        right: -9px !important;
        width: 40px;
        height: 40px;
    }

    .landscape #appBody .LoginModal .forward-pwd {
        height: 100%;
        padding: 10px 0;
    }

    .landscape #appBody:has(#homepageTab) .LoginModal .btn-close {
        top: 0px !important;
    }

    .landscape #appBody .LoginModal .login-right form.login-form {
        padding: 0 10px !important;
    }

    .landscape .login-form input,
    #signupForm input {
        max-width: 100% !important;
    }

    .landscape .login-wraper .row {
        margin: auto;
        width: 100%;
        display: flex;
    }

    #appBody .LoginModal .modal-body {
        padding: 0 !important;
    }

    .landscape .login-wraper .login-right,
    .portrait .login-wraper .login-right {
        left: 0 !important;
        flex: 0 100%;
        max-width: 100%;
        background-color: #fff !important;
    }

    .landscape .login-wraper .login-button {
        font-size: 20px !important;
    }

    .portrait #appBody .LoginModal .login-left,
    .landscape #appBody .LoginModal .login-left,
    #appBody .LoginModal .modal-content::after {
        display: none;
    }

    .login-right .loginShow {
        padding: 10px 10px;
    }

    .login-top-heading h1 {
        font-size: 26px;
    }
}


@media screen and (min-width:992px)and (max-width:1199px) {
    .signupInternal{
        max-height: 72vh !important;
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .login-modal .modal-content {
        width: 970px;
    }

    .login-modal .modal-content:after {
        bottom: -10px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .login-modal .modal-content:after {
        bottom: -10px;
    }

    .signupInternal{
        max-height: 72vh !important;
        height: auto !important;
    }

    .portrait #appBody .LoginModal .modal-content {
        width: 100% !important;
    }
    
    html body#appBody:has(.game_popup) .modal-dialog{
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


@media (min-width: 992px) {
    .login-modal .modal-content {
        width: 970px;
    }

    .login-modal .modal-content:after {
        bottom: -10px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .login-modal .modal-content:after {
        bottom: -10px;
    }

    #appBody .LoginModal {
        max-width: 68% !important;
    }

    .portrait #appBody .LoginModal .login-top-heading{
        padding-top: 1.25em !important;
    }

    #appBody .LoginModal .modal-content {
        height: auto;
        min-height: auto;
    }

    #appBody .LoginModal .modal-body {
        padding: 0 15px;
    }

    #appBody .LoginModal .modal-content:after,
    #appBody .LoginModal .login-left.col-md-7,
    #appBody .LoginModal .modal-footer {
        display: none;
    }

    .login-right {
        height: 499px;
        width: 100% !important;
        max-width: 100% !important;
        flex: auto;
    }
}

@media (max-height: 500px) {
    .login-right {
        height: 221px !important;
    }

    .login-right .login-social-icons li a i,
    .login-right .signup-social-icons li a i {
        height: 29px !important;
    }

}

@media (min-width:992px) and (max-height:335px) {
    #appBody .LoginModal {
        transform: scale(0.45) !important;
    }
}

@media (min-width:992px) and (min-height:335.1px) and (max-height:500px) {
    #appBody .LoginModal {
        transform: scale(0.52) !important;
    }

    #appBody .LoginModal .modal-content {
        min-height: 100%;
    }

    #appBody:has(.video-wrapper) .LoginModal .modal-content::after {
        top: -10px !important;
        height: 146% !important;
    }

    #appBody .LoginModal .login-left::after {
        height: 108% !important;
    }

    #appBody .LoginModal .modal-content::after {
        top: 0 !important;
        bottom: 0 !important;
    }
}

@media(min-width:992px) and (min-height: 500.99px) and (max-height: 652.99px) {
    #appBody .LoginModal {
        transform: scale(0.7) !important;
    }

    #appBody .LoginModal .modal-content {
        min-height: 100%;
    }

    #appBody:has(.video-wrapper) .LoginModal .modal-content::after {
        top: 0px !important;
        background-size: 100%;
        background-position: top;
        width: 110%;
    }

    #appBody .LoginModal .modal-content::after {
        top: 0 !important;
        bottom: 0 !important;
    }
}

@media (min-width:992px) and (min-height: 652.99px) and (max-height:989.99px) {

    #appBody .LoginModal {
        transform: scale(0.88) !important;
    }

    #appBody .LoginModal .modal-content::after {
        top: 0 !important;
        bottom: 0 !important;
        height: 110% !important;
    }

    #appBody .LoginModal .login-left::after {
        height: 108% !important;
        width: 119%;
        left: -5%;
    }
}


@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-6 {
        width: 50%;
    }

    .login-right {
        height: 540px !important;
    }
}


@media (max-width:700px) {
    #appBody .LoginModal {
        max-width: 87% !important;
        width: 100%;
    }

    #appBody .LoginModal .close {
        top: -14px;
        right: -16px;
    }

    #appBody .LoginModal .modal-content {
        padding: 0;
    }

    .modal-title {
        display: none;
    }
}

@media (max-width:480px) {

    .login-right .login-social-icons li a i,
    .login-right .signup-social-icons li a i {
        width: 246px !important;
        height: 28px !important;
        background-size: 100% !important;
    }

    .login-card .card-body a.btn.btn-link {
        font-size: 12px;
    }

    .portrait #appBody .LoginModal .login-right form.login-form {
        overflow-x: hidden;
    }

    .portrait #appBody.phonicsMain .LoginModal .modal-content {
        padding: 0 !important;
    }

    .portrait #appBody.phonicsMain .login-wraper:has(#signupForm) .login-right {
        left: 0% !important;
    }

    .portrait #appBody .LoginModal .modal-content {
        padding: 15px;
    }

    .portrait #appBody:has(#homepageTab) .LoginModal .btn-close {
        top: -10px !important;
        right: 0px !important;
        width: 40px;
        height: 40px;
    }

    .login-wraper .login-button {
        font-size: 18px !important;
    }

    .portrait #appBody .LoginModal .login-right form.login-form {
        padding: 0 10px !important;
    }

    .portrait .login-form input,
    #signupForm input {
        max-width: 100% !important;
    }

    .portrait .login-wraper .row {
        margin: auto;
        width: 100%;
    }

    #appBody .LoginModal .modal-body {
        padding: 0 !important;
    }

    .portrait .login-wraper .login-right {
        left: 0% !important;
    }

    .login-right .loginShow {
        padding: 10px 10px;
    }

    .login-right {
        background-color: #fff;
    }

    .login-top-heading h1 {
        font-size: 26px;
    }

    .remember-me,
    .login-right .login-bottom P {
        font-size: 11px;
    }

    .letsstared-main h3,
    h3.Forgot-pwd-heading {
        margin: 0 0 10px;
    }

    .letsstared-main span {
        font-size: 11px;
        margin-bottom: 30px;
        line-height: 17px;
    }

    .portrait form.login-form .form-group>div {
        width: 100%;
    }

    .portrait form.login-form .password-error-msg {
        margin-left: 0
    }

    .login-wraper .login-right {
        height: 370px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input {
        font-size: 14px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input:focus {
        font-size: 14px;
    }
}

@media (min-width:1367px) {
    #appBody .LoginModal .modal-content {
        display: flex;
        align-items: center;
        min-height: auto !important;
        height: auto;
    }
}

@media (min-width:1026px) {
    .login-tools {
        min-height: 525px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* additional CSS for surface Pro Devices */


/* END  */