<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.edplace-theme-framework .w-100 {
    width: 100% !important;
}

.edplace-theme-framework .p-0 {
    padding: 0 !important;
}

.edplace-theme-framework .heading-box {
    margin-bottom: 30px;
}

.edplace-theme-framework .title-large,
.edplace-theme-framework .title-medium,
.edplace-theme-framework .title-small,
.edplace-theme-framework .title-xsmall {
    font-weight: 600;
}

.edplace-theme-framework .text-large,
.edplace-theme-framework .text-medium,
.edplace-theme-framework .text-small,
.edplace-theme-framework .text-xsmall {
    font-weight: 500;
}

.edplace-theme-framework .title-large,
.edplace-theme-framework .text-large {
    font-size: 20px;
    line-height: 28px;
    color: #221638;
}

.edplace-theme-framework .title-medium {
    font-size: 16px;
    line-height: 24px;
}

.edplace-theme-framework .title-small,
.edplace-theme-framework .text-small {
    font-size: 14px;
    line-height: 20px;
    color: #221638;
}

.edplace-theme-framework .title-xsmall,
.edplace-theme-framework .text-xsmall {
    font-size: 12px;
    line-height: 20px;
}

.edplace-theme-framework .text-right{
    text-align: right;
}

.edplace-theme-framework .whiteWrap {
    width: 100%;
    height: 10px;
}
.edplace-theme-framework .text-primary{
    color: #221638 !important;
}
.edplace-theme-framework .text-light{
    color: #CECECE !important;
}

.edplace-theme-framework .congratulations {
    position: relative;
    padding-right: 280px;
}

.edplace-theme-framework .congratulations p {
    margin-top: 10px;
}

.edplace-theme-framework .congratulations button {
    margin-top: 20px;
}

.edplace-theme-framework .congratulations::after {
    position: absolute;
    content: "";
    background-image: url(../../../assets/images/edplace/img_confetti.png);
    right: 0px;
    height: 143px;
    width: 259px;
    background-repeat: no-repeat;
    bottom: 20px;
}

.edplace-theme-framework .whiteWrap .redWrap {
    background-color: #1EBCBC !important;
    height: 10px !important;
}

.edplace-theme-framework .progress-text {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.edplace-theme-framework .whiteWrap .count {
    font-size: 10px;
    line-height: 12px;
}

.edplace-theme-framework .progress-text .text-medium {
    color: #8C8398;
    font-size: 14px;
}

.edplace-theme-framework .wrapper-count .title-large {
    text-align: right;
}

.edplace-theme-framework .collapse_year {
    font-size: 16px;
}

.edplace-theme-framework .copy-link {
    max-width: 395px;
    height: 51px;
    border: 1px solid #F0F0F1;
    line-height: 51px;
    padding: 0 10px 0 15px;
    margin-top: 20px;
}

.edplace-theme-framework .email-form {
    margin-top: 20px;
}

.edplace-theme-framework .information-box.back-banner {
    background-color: #5FB658;
    padding: 30px 36px 30px 20px;
    margin: 30px 0;
    position: relative;
}

.edplace-theme-framework .information-box.back-banner::after {
    position: absolute;
    content: "";
    background-image: url(../../../assets/images/edplace/img_engage.png);
    right: 20px;
    height: 54px;
    width: 132px;
    background-repeat: no-repeat;
    bottom: 0;
}

.section-header strong {
    margin-bottom: 5px;
    display: inline-block;
}

.edplace-theme-framework .information-box.back-banner p {
    color: #fff;
    margin-bottom: 15px;
}

.edplace-theme-framework .information-box.back-banner .text-small {
    font-weight: 400;
}

.edplace-theme-framework .information-box.back-banner p:last-child {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.edplace-theme-framework .copy-link .color-primary {
    font-size: 16px;
    color: #221638;
    font-weight: 500;
}

.edplace-theme-framework .copyToClipboard {
    display: inline-block;
    float: right;
    color: #1EBCBC;
    font-size: 16px;
    cursor: pointer;
}

.edplace-theme-framework .email-form .custom-form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.edplace-theme-framework .email-form .custom-form-group:last-child {
    margin-bottom: 0px;
}

.edplace-theme-framework .copy-btn-group {
    justify-content: flex-end;
    display: flex;
    margin-top: 20px;
}

.heading-box-group .title-small {
    margin-top: 5px;
}

.edplace-theme-framework .email-form .custom-form-group .right {
    width: 19%;
    font-size: 16px;
    color: #221638;
    font-weight: 600;
}

.edplace-theme-framework .email-form .custom-form-group .left {
    width: 81%;
}

.edplace-theme-framework .custom-form-control {
    width: 95%;
    min-height: 48px;
    padding: 0 15px;
    border: 1px solid #F0F0F1;
}

.edplace-theme-framework textarea.custom-form-control {
    width: 100%;
    min-height: 130px;
    padding: 8px 15px;
    border: 1px solid #F0F0F1;
    font-weight: 600;
}

.edplace-theme-framework textarea.custom-form-control:active,
.edplace-theme-framework textarea.custom-form-control:focus {
    box-shadow: 0 4px 16px 2px rgba(61, 69, 94, 0.14);
}

.edplace-theme-framework .no-outline-accent {
    font-size: 16px;
    color: #23BDBD;
    font-weight: 600;
    border: 0px;
    background-color: transparent;
    margin-right: 40px;
    cursor: pointer;
}

.edplace-theme-framework #copy_to_clipboard_1 {
    min-height: auto;
}

.edplace-theme-framework .theme-btn.accent {
    border-radius: 4px;
    background-color: #23BDBD;
    font-size: 14px;
    color: #FFFFFF;
    width: 240px;
    min-height: 56px;
    border: 2px solid #23BDBD;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
}

.edplace-theme-framework .theme-btn.accent:hover {
    background: #158d8d;
    border: 2px solid #158d8d;
}

.edplace-theme-framework .collapse_year_sub {
    padding: 20px 20px;
}

.edplace-theme-framework .wrapper-connecting-account-progress-bar {
    display: flex;
}

.edplace-theme-framework .wrapper-connecting-account-progress-bar .left {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.edplace-theme-framework .wrapper-connecting-account-progress-bar .left img {
    width: 100%;
}

.edplace-theme-framework .wrapper-connecting-account-progress-bar .right {
    width: 90%;
    padding-top: 7px;
}

.edplace-theme-framework .school_typeaccordion .nsi_list_container .collapse_year {
    padding: 7px 1.6% 13px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CECECE;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #CECECE;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #CECECE;
}

.edplace-theme-framework .custom-form-control.input-error{
    border-color: #d93338 !important;
}
.edplace-theme-framework .custom-form-control.input-error:hover,
.edplace-theme-framework .custom-form-control.input-error:focus{
    border-color: #b0282c !important;
}
.edplace-theme-framework .custom-form-group .feedback-error{
    color: #d93338 !important;
    margin-top: 2px;
    font-weight: 500;
}
.edplace-theme-framework .custom-form-group .feedback-error:hover,
.edplace-theme-framework .custom-form-group .feedback-error:focus{
    color: #b0282c !important;
}

.edplace-theme-framework .custom-form-group .feedback-success{
    color: #c7d834 !important;
    margin-top: 2px;
    font-weight: 500;
}
.edplace-theme-framework .custom-form-group .feedback-success:hover,
.edplace-theme-framework .custom-form-group .feedback-success:focus{
    color: #a9b925 !important;
}

/* 140121 */
#parent_emails_tagsinput{
    width:100% !important;
    box-sizing: border-box;
    border: 1px solid #F0F0F1;
    border-radius:4px;
    max-height: 100px ;
    min-height: 48px!important;
    height:100% !important;
}
#parent_emails_addTag input{
    width: 225px;
}
#parent_emails_addTag input:focus{
    box-shadow: none;
}
#parent_emails_addTag input,#parent_emails_tagsinput .tag{
    font-size:16px;
    font-family:'Poppins',sans-serif;
}
#parent_emails_tagsinput .tag{
    border:1px solid #eee;
    background-color:#eee;
    font-weight:600;
}
.edplace-theme-framework .email-form .custom-form-group{
    align-items: flex-start;
}
.custom-form-group .right{
    margin-top:11px;
}
.custom-form-group .left .feedback-success,.custom-form-group .left .feedback-error{
    display:block;
}
.custom-form-group textarea.text-light{
    color:rgba(140,131,152,0.16) !important;
}
.edplace-theme-framework .email-form .copy-btn-group{
    align-items: center;
}
.email-form .custom-form-group.email-message {
    position:relative;
}
.email-form .custom-form-group.email-message .overlay-exact-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.email-form .custom-form-group.email-message .overlay-exact-text button{
    background-color:#eee;
    border:0;
    font-size:16px;
    color: #221638;
    padding:11px 16px;
    font-weight: 600;
}
/* 140121 */

/* 220121 */
.edplace-theme-framework .theme-btn.no-outline-accent{
    min-height:56px;
    border:2px solid transparent;
    width:240px;
    transition:all .3s ease-in-out;
    border-radius:4px;
}
.edplace-theme-framework .theme-btn.no-outline-accent:hover{
    border:2px solid #23bdbd;
}
#parent_emails_tagsinput .tag{
    background-color: #23bdbd;
}
#parent_emails_tagsinput .tag span{
    color:#fff;
}
#parent_emails_tagsinput .tag a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.edplace-theme-framework .copy-link{
    width:414px;
}
.copy-link .copyToClipboard{
    float: none;
    padding: 3px 11px;
    border:2px solid transparent;
    line-height: normal;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}
.copy-link .copyToClipboard:hover{
    border: 2px solid #1ebcbc;
}
.copy-link .color-primary{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 220121 */

.student-account .fancybox-is-open .fancybox-bg{
    opacity: 0.5;
}

.ed-popup-form.fancybox-content{
    padding: 0;
    border-radius: 4px;
}

.change-pwd-heading {
    padding-top: 40px;
    margin-bottom: 40px;
}

.change-pwd-heading span {
    color: #221638;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding: 0px 55px 20px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.ed-form-group {
    margin-top: 20px;
    position: relative;
    padding: 0 20px;
}

.ed-form-group span.ed-form-error {
  position: absolute;
  bottom: -18px;
  color: #D93338;
  font-weight: normal;
  font-size: 12px;
  width: 100%;
  left: 0;
  padding-left: 20px;

}

.ed-form-group label {
    font-size: 16px;
    color: #221638;
    font-weight: 600;
}

.ed-form-group .ed-form-control {
    border: 1px solid #F0F0F1;
    height: 48px;
    width: 100%;
    padding: 0 15px;
} 

.ed-form-group .ed-form-control:focus-visible {
    outline: none;
   
 }

.ed-form-group.pwd-popup-btn {
    padding-bottom: 40px;
}

.ed-form-group .ed-btn-secondary {
    border: 1px solid #eee;
    padding: 16px 31px;
    color: #221638;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
}

.ed-form-group .ed-btn-secondary:hover {
    border: 1px solid #221638;
  
}



.ed-form-group .ed-btn-secondary:focus {
    box-shadow: none;
  
}


.ed-form-group .ed-btn-primary {
    border: 1px solid #23BDBD;
    background-color: #23BDBD;
    padding: 16px 31px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
   
}

.ed-form-group .ed-btn-primary:hover {
    border: 1px solid #158D8D;
    background-color: #158D8D;

}</pre></body></html>