@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");:root{--website-body-bg-color:#f4f4f4}body{font-family:Roboto,sans-serif;background-color:var(--website-body-bg-color)}div#root{min-width:340px;margin:auto}h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}h4{font-size:12px}p{font-size:14px}.container{min-width:300px;max-width:1440px;margin:auto}.subContainer{max-width:85%;margin:auto}.flexSB{display:flex;justify-content:space-between}.submit-btn{width:100%;display:flex;gap:10px;justify-content:center;padding:1rem 0}.submit-btn a,.submit-btn button,.submit-btn input{border:none;background:#00a0c6;border-radius:5px;padding:8px 20px;color:#fff;font-size:14px;font-weight:700;text-align:center}.submit-btn a:hover,.submit-btn button:hover,.submit-btn input:hover{background-color:#027491;cursor:pointer}.updateButton button{cursor:pointer}.loadingSpinner{display:flex;align-items:center;justify-content:center;padding:2rem}.loadingSpinner img{width:40px!important;height:40px!important}.countSpinner img{width:20px!important;height:20px!important}.loadingBtnSpinner img{width:10px!important;height:10px!important}.disableBtn,.disableBtn:hover{background-color:#c7c7c7!important;color:#000!important;border:1px solid gray!important;cursor:not-allowed}#heading{text-align:center;padding:10px 0}#heading h3{font-weight:600;letter-spacing:1px;color:var(--website-header-bg-color);text-transform:uppercase}#heading h1{font-size:30px;padding:20px 0;text-transform:capitalize}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px}.grid,.grid2{display:grid;width:100%}.grid2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px}.grid3{grid-template-columns:2.5fr 2fr 1.5fr;grid-gap:20px}.grid3,.grid4{display:grid;width:100%}.grid4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px}.courseOnlyOne{max-width:560px}.outline-btn{margin:0;box-shadow:none;border:2px solid var(--website-header-bg-color);width:100%;transition:.5s}.outline-btn:hover{background-color:var(--website-header-bg-color);color:var(--website-main-text-color)}.padding{padding:80px 0}.shadow{box-shadow:0 5px 25px -2px #0000000f;background-color:var(--website-main-text-color)}.aboutUs{padding-bottom:1rem}.aboutUs .featureHome{margin-top:0}#react-select-3-listbox{z-index:9999}.itemContainer{background-color:#e5e5e5;width:100%;margin:1rem auto;padding:1rem}.tableBtn{padding-bottom:1rem}@media screen and (max-width:768px){.subContainer{width:100%}.grid3{grid-template-columns:1fr}.addButton{flex-direction:column;gap:1rem}}.blog-description .blog-title h2{font-size:1.5em;margin-bottom:8px}.blog-desc h2,.blog-desc h3,.blog-desc h4{padding:10px 0}.blog-desc h2{font-size:18px}.blog-desc p{font-size:14px;line-height:25px;text-align:justify;margin-bottom:1rem}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loginBg{background-color:#e1dede;padding:1rem 0}.dashboard{background-color:#fff;border-radius:10px;margin:1rem 0;padding:1rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#dfdede;margin-bottom:1rem}.dashboard-header a{background:#fff;padding:10px 15px;border-radius:10px;color:#000;font-size:16px;font-weight:600}.dashboard-header h2{font-size:20px}.dashboard-header a:hover{background-color:#00a0c6;color:#fff}.dashboard-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px}.card{background-color:#dfdede;border-radius:10px}.card-header{display:flex;gap:10px;justify-content:space-between;align-items:center;padding:5px 1rem 0}.card-header h3{font-size:17px;margin-bottom:5px}.card-header p{font-size:30px;font-weight:800}.card-picture{width:30%}.card-picture img{width:100%}.card-link a{border-top:1px solid #aba8a8;display:block;padding:5px 10px}.card-link a:hover{background-color:#00a0c6;color:#fff;font-weight:600;border-bottom-left-radius:10px;border-bottom-right-radius:10px}hr.dashboard-hr{margin:1rem 0}.profilePicture{width:50px;height:50px;border-radius:50%;padding:4px}.profilePicture img{width:100%;height:100%;border-radius:50%}.login-form-data{background-color:#fff;min-width:250px;max-width:500px;margin:2rem auto;padding:1rem;border-radius:10px}h1.findAdminHeading{text-align:center;padding:1rem}.login-form-data .input-group{display:flex;flex-direction:column}.forgot-password{display:flex;align-items:center;justify-content:space-between;padding-top:1rem}.forgot-password span a{font-size:14px;font-weight:500;color:#000}.forgot-password span a:hover{color:#00a0c6}.login-form-data .forgot-btn{width:-moz-fit-content;width:fit-content}.admin-setting{background-color:#fff;padding:1rem;border-radius:10px;margin-bottom:1rem}.logo-favicon{display:flex;gap:20px;align-items:center;justify-content:space-between}.logo-favicon .admin-form-data{flex-grow:1}.admin-insert-form{display:grid;grid-template-columns:auto auto;grid-gap:20px}.admin-insert-form .input-group .login-form-data .input-group{display:flex;flex-direction:column}.admin-form-data .input-group label,.login-form-data .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.admin-form-data .input-group input,.admin-form-data .input-group textarea,.login-form-data .input-group input{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.admin-form-data .editProfilePicture{display:grid;grid-template-columns:auto auto;grid-gap:20px}.statusButton button{width:5rem;cursor:pointer;color:#fff;padding:5px 10px;border-radius:5px;font-size:13px;font-weight:600}.statusButton button.active{background-color:green}.statusButton button.inactive{background-color:red}.itemsTag{display:flex;flex-wrap:wrap;gap:2px}.itemsTag .tag{background-color:#00a0c6;color:#fff;font-weight:700;padding:3px 8px;border-radius:5px}@media screen and (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem}}:root{--website-course-btn-bg-color:#f93b3b}section.courseSection{padding:2rem 0;background-color:#e1dede}.coursesCard.view{width:45%;margin:auto;padding:2rem 0}.coursesCard.view .content{padding:0 1rem}.coursesCard.view .rate{padding-top:12px}.coursesCard.view .courseDetails{margin-top:2rem}.allSpecificPart{border-top:1px solid #00a0c6;border-bottom:1px solid #00a0c6;margin:1rem auto}.view .allSpecificPart{border-top:none}.coursesCard .coursePart{background-color:var(--website-main-text-color);border-radius:8px;position:relative}.coursesCard .coursePart:hover{box-shadow:0 0 1px 2px var(--website-header-bg-color)}.coursesCard .courseTitle{display:flex;align-items:center;justify-content:center;padding:1rem;background-color:var(--website-header-bg-color);border-top-left-radius:6px;border-top-right-radius:6px}.coursesCard .coursePart h2{font-size:16px;font-weight:600;text-align:center;color:var(--website-main-text-color)}.coursesCard .items{padding:0 10px;text-align:center}.coursesCard .text{text-align:left}.coursesCard .rate{color:var(--website-header-bg-color);border-bottom:1px solid var(--website-header-bg-color);padding-top:4px}.coursesCard .rate h3{display:flex;align-items:center;justify-content:space-between}.coursesCard .details ul{margin-left:16px;font-size:12px;font-weight:600}.coursesCard .details ul li{list-style-type:circle}.coursesCard .details .semester{background-color:#3aced6;color:var(--website-main-text-color);padding-left:1rem}.coursesCard .details .box{display:flex;align-items:center;color:gray}.coursesCard .details span{color:var(--website-header-bg-color);font-weight:500;font-size:14px}.coursesCard spna.priceSymbol{font-size:14px;font-weight:800;padding-right:3px}.coursesCard .price{margin:10px 0;background-color:var(--website-course-btn-bg-color);color:var(--website-main-text-color);padding:5px;border-radius:5px}.coursesCard .price:hover{background-color:var(--website-header-bg-color);color:var(--website-main-text-color)}.coursesCard h3{font-size:13px;font-weight:500;color:var(--website-header-bg-color)}.coursesCard .price h3{color:var(--website-main-text-color);font-size:16px}.coursesCard .contact h4{font-size:12px;font-weight:700;background-color:gold;border-radius:5px;padding:4px 0}.coursesCard .contact:hover h4{background-color:var(--website-header-bg-color);color:var(--website-main-text-color)}.coursePart .items{padding-bottom:50px}.coursesCard .more-details{padding:5px;position:absolute;left:50%;bottom:5px;transform:translate(-50%,-5px)}.coursesCard .more-details a{background-color:var(--website-header-bg-color);color:var(--website-main-text-color);padding:.3rem 1rem;border-radius:5px;font-size:14px;font-weight:700}.coursesCard .more-details a:hover{background-color:var(--website-get-start-bg-color);color:var(--website-main-text-color)}.youtube{text-align:center}.youtubeContainer #heading{border-top:1px solid #00a0c6;border-bottom:1px solid #00a0c6;margin-top:1rem;margin-bottom:1rem}.youtubeContainer .grid3{grid-gap:15px}.youtubeContainer .box{box-shadow:0 5px 25px -2px #0000000f;background-color:var(--website-main-text-color);transition:.5s;padding-bottom:15px}.youtubeContainer .img{width:100%;height:150px}.youtubeContainer img{width:100%;height:100%;object-fit:cover}.youtubeContainer a{color:var(--website-other-text-color)}.youtubeContainer a:hover{color:var(--website-main-text-color)}.youtubeContainer h2{font-weight:600;font-size:14px;margin:6px 0;line-height:20px}.youtubeContainer .course-number{background-color:var(--website-header-bg-color);padding:2px 15px;width:-moz-fit-content;width:fit-content;text-align:center;margin:auto;font-weight:600;font-size:14px;color:var(--website-main-text-color);border-radius:5px}.youtubeContainer a:hover p{background-color:var(--website-main-text-color);color:var(--website-header-bg-color)}.youtubeContainer .box:hover{background-color:var(--website-header-bg-color);border-radius:5px;cursor:pointer}.youtubeContainer .box:hover h1{color:var(--website-main-text-color)}.youtubeContainer .noVideoFound p{text-align:center;font-size:16px;font-weight:600;color:red}.form-data{margin-bottom:1rem}.course-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-wrap:wrap}.course-form .input-group{display:flex;flex-direction:column;width:45%;min-width:307px;flex-grow:1}.course-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.course-form .input-group input,.course-form .input-group select,.course-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.course-form .input-group p{font-size:12px;line-height:16px}.course-details{background-color:#fff;width:80%;margin:1rem auto;border-radius:1rem;padding:2rem}.course-details .picture{display:flex;gap:1rem;align-items:center;justify-content:space-between}.course-details img{width:125px;height:150px;border-radius:10px;margin-bottom:1rem}.course-details .picture .institute{display:flex;gap:10px}.course-details .picture .institute img{width:90px;height:110px;border-radius:0}.course-details .picture h2{font-size:40px}.course-details .picture p{margin-top:-14px;font-size:14px}.course-details .picture h3{font-size:22px}.course-group{display:grid;grid-template-columns:1fr 1rem 2fr;background:#eee;padding:10px;margin-bottom:5px;align-items:center;font-style:italic}.course-group h2{font-size:20px}.course-group span{font-weight:900;padding-right:10px}.courseContainer{background-color:#dcdcdc;margin:1rem auto;padding:1rem}.addButton{display:flex;align-items:center;justify-content:space-between}span.priceSymbol{font-size:14px;font-weight:800;margin-right:2px}.addButton a{background-color:#fff;padding:10px;border-radius:5px;margin-bottom:10px;font-weight:600}.addButton a:hover{background-color:#00a0c6;color:#fff}.updateButton{display:flex;flex-wrap:wrap;gap:5px;align-items:center;justify-content:space-between}.updateButton a,.updateButton button{flex:1 1;background-color:none;padding:0;margin:0;border:1px solid gray;width:30px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:#fff}.updateButton a:hover,.updateButton button:hover{background-color:#00a0c6}.updateButton img{width:20px}.searchInput{padding:10px 13px;outline:none;border-radius:5px;border:1px solid gray}.courseMetaPart{background:#ddd;padding:.5rem;margin-bottom:1rem;border-radius:5px}.courseDetails{display:flex;gap:2rem;align-items:center;justify-content:center}.courseDetails .applyPart,.courseDetails .pricePart{background-color:var(--website-course-btn-bg-color);color:var(--website-main-text-color);padding:10px;border-radius:5px}.courseDetails .applyPart:hover,.courseDetails .pricePart:hover{background-color:var(--website-header-bg-color);color:var(--website-main-text-color)}.courseDetails .applyPart a,.courseDetails .pricePart h3{color:var(--website-main-text-color);font-size:15px;font-weight:600}@media screen and (max-width:768px){.coursesCard.view{width:95%}}@media screen and (max-width:600px){.course-details,.course-form{width:100%}.course-details .picture{display:block;text-align:center}.course-details .picture h2{font-size:16px;margin-bottom:1rem}.course-details .picture .institute img{width:48px;height:60px}.course-group{grid-template-columns:1fr 1rem}}.findRequireHeading{text-align:center;margin:1rem}.require-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-require-form{background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem}.insert-require-form .input-group{display:flex;flex-direction:column;width:100%;min-width:240px;flex-grow:1}.insert-require-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-require-form .input-group input,.insert-require-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-require-form .input-group p{font-size:12px;line-height:20px}.findSubjectHeading{text-align:center;margin:1rem}.subject-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-subject-form{background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem}.insert-subject-form .input-group{display:flex;flex-direction:column;width:100%;min-width:240px;flex-grow:1}.insert-subject-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-subject-form .input-group input,.insert-subject-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-subject-form .input-group p{font-size:12px;line-height:20px}.findBatchHeading{text-align:center;margin:1rem}.batch-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-batch-form{background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem}.insert-batch-form .input-group{display:flex;flex-direction:column;width:100%;min-width:240px;flex-grow:1}.insert-batch-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-batch-form .input-group input,.insert-batch-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-batch-form .input-group p{font-size:12px;line-height:20px}.blogBg{background-color:#e1dede}.blogHeading{padding-top:1rem}.blog{padding:1rem 0}.blog .img{width:100%;height:160px;overflow:hidden}.blog img{width:100%;height:100%;object-fit:cover;transition:all .5s ease-in-out}.blog .items:hover img{transform:scale(1.05)}.blog .text{padding:10px 20px}.blog .text h2{font-weight:700;font-size:16px;line-height:20px;transition:.5s;padding:5px 0;text-align:justify}.blog .text h2:hover{color:#1eb2a6;cursor:pointer}.blog span{text-transform:uppercase;font-weight:500;font-size:11px;color:#1eb2a6}.blog span label{margin-left:10px;color:gray}.blog span:last-child label{color:#1eb2a6}.blog p{line-height:20px;font-size:14px;color:gray;text-align:justify;padding-bottom:45px}.blog .items{position:relative}.blog .more-details{position:absolute;bottom:22px;right:20px}.blog .more-details a{background-color:var(--website-header-bg-color);color:var(--website-main-text-color);padding:.3rem 1rem;border-radius:5px;font-size:15px;font-weight:700}.blog .more-details a:hover{background-color:var(--website-get-start-bg-color);color:var(--website-main-text-color)}.homeBlog{background-color:#dfdddd;padding:2rem 0}.blogDetail{display:grid;grid-template-columns:1.5fr 4fr;grid-gap:10px;gap:10px;width:100%;margin:1rem 0}.blogDetail .left-side,.blogDetail .right-side{background-color:#fff;padding:1rem;height:-moz-fit-content;height:fit-content;min-width:250px}.blogDetail .left-side .recent-post-title{padding-bottom:5px}.blogDetail .left-side .recent-post-title h2{font-size:16px;font-weight:500;border-left:4px solid #00a0c6;padding-left:5px;transition:all .5s ease}.blogDetail .left-side .recent-post-title h2:hover{padding-left:10px}.blogDetail .left-side .recent-post-list{display:flex;flex-direction:column}.blogDetail .left-side .recent-post-list a:before{content:">"}.blogDetail .left-side .recent-post-list a{font-size:14px;font-weight:500;color:#000;transition:all .5 ease;padding:5px}.blogDetail .left-side .recent-post-list a:hover{padding-left:5px;background-color:#00a0c6;color:#fff}.blogDetail .right-side .blog-feature-picture{width:100%;height:60vh}.blogDetail .right-side .blog-feature-picture img{width:100%;height:100%}.blog-title{padding:10px 0}.blog-description .blog-title h2{font-size:16px;text-align:justify}.blog-description .blog-title .blog-other{margin-top:-4px}.blog-description .blog-title .blog-other span{font-size:12px}.blog-description .blog-desc{padding:10px 0;font-size:14px}.blog-description .blog-desc img{width:100%}.related-blog{background-color:#dfdddd}.findBlogHeading{text-align:center;margin:1rem}.blog-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-blog-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-wrap:wrap}.insert-blog-form .input-group{display:flex;flex-direction:column;width:45%;min-width:307px;flex-grow:1}.insert-blog-form .input-group.blog-description{width:100%}.insert-blog-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-blog-form .input-group input,.insert-blog-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.sun-editor .se-toolbar.se-toolbar-sticky{top:4rem!important}.blog-form-data .input-group p{font-size:13px;line-height:20px}.blog-form-data .items{width:80%}.blog-form-data .items .img{height:30rem}.blog-form-data .items .img img{width:100%;height:100%}.blog-form-data .items .text{padding:2rem}.blog-form-data .items .text img{width:100%}.blog-form-data .items .text p{padding:5px 0}@media screen and (max-width:768px){.blogDetail{grid-template-columns:1fr}.blogDetail .left-side{order:2}.blogDetail .right-side .blog-feature-picture{height:30vh}.blog-description .blog-desc img{width:100%}}#react-select-5-listbox{z-index:9999!important}.findCategoryHeading{text-align:center;margin:1rem}.category-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-category-form{background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem}.insert-category-form .input-group{display:flex;flex-direction:column;width:100%;min-width:240px;flex-grow:1}.insert-category-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-category-form .input-group input,.insert-category-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-category-form .input-group p{font-size:12px;line-height:20px}.sticky{position:sticky;top:0;z-index:999}.head{padding:5px 0;background-color:var(--website-back-header-bg-color);color:var(--website-other-text-color)}.head .flexSB,.header-logo-part{display:flex;gap:10px;align-items:center}.header-logo-part img{width:50px}.logo h1{font-size:25px;font-weight:900}.logo span{font-size:16px}.founded h2{background-color:var(--website-header-bg-color);padding:5px 20px;border-radius:50px;color:var(--website-main-text-color)}.head .icon{margin-left:10px}a{text-decoration:none}li{list-style-type:none}button{border:none}.icon{width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;background-color:var(--website-get-start-bg-color);color:var(--website-main-text-color);transition:.5s}.icon:hover{cursor:pointer;background-color:var(--website-main-bg-color);color:var(--website-menu-hover-text-color)}header{background-color:var(--website-header-bg-color)}header nav{position:relative}header .desktop-nav{display:flex;justify-content:space-between;align-items:center}header .left-part a{padding:7px 10px;display:inline-block;color:var(--website-main-text-color)}.right-part a,header .left-part a.active,header .left-part a:hover{background-color:var(--website-get-start-bg-color)}.right-part a{display:flex;align-items:center;justify-content:center;padding:7px 10px;color:var(--website-main-text-color);font-weight:700}.toggle{display:none}.back{position:relative;top:0;left:0;width:100%;height:8vh;background-color:var(--website-back-header-bg-color);color:var(--website-other-text-color);display:flex;flex-direction:column;align-items:center;justify-content:center}.back h2{font-size:14px;font-weight:500;text-transform:uppercase}.authLogout{display:flex;gap:10px;align-items:center}.authLogout h2{font-size:1em;color:var(--website-main-text-color);padding:7px 0}.authLogout span{background-color:var(--website-main-text-color);padding:3px;display:flex;align-items:center;border-radius:10px;cursor:pointer}.authLogout span:hover{background-color:var(--website-back-header-bg-color)}.authLogout span img{width:20px}@media screen and (max-width:912px){.logo{flex:2 1}.logo h1{font-size:20px}.logo span{font-size:14px}.founded h2{font-size:15px;padding:10px 15px}header .left-part a{padding:8px 14px}}@media screen and (max-width:767px){.head .flexSB{flex-direction:column}.logo h1{font-size:20px}.logo span{font-size:12px}.founded h2{font-size:15px;padding:5px 15px}.toggle{display:block;background:none;color:var(--website-main-text-color);font-size:25px;position:absolute;top:5px;right:0}header .desktop-nav .left-part{display:none}header .mobile-nav{padding-top:35px;padding-bottom:15px}header .mobile-nav .left-part{display:flex;flex-direction:column}.addItemsHeading{margin:.8rem;font-size:25px}.add-item-group .add-item a{font-size:15px}.addButton h1{font-size:18px}}@media screen and (max-width:640px){.logo h1{font-size:20px}}.bottom-to-top-button{position:fixed;bottom:20px;right:20px;z-index:999;width:40px;height:40px;border:none;border-radius:50%;background-color:#007bff;color:#fff;font-size:24px;cursor:pointer;transition:opacity .3s ease-in-out}.bottom-to-top-button:hover{opacity:.8}.contactBg{background-color:#e1dede;padding:1rem 0}.contact{border-radius:5px}.contact .shadow{padding:1rem}.contact iframe{width:100%;height:100%;border:none}.contact h2{font-size:18px;font-weight:500}.contact h3{margin-top:16px;font-weight:500}.contact .right p{font-size:14px;padding:10px 0;text-align:justify}.contact .right .box p{padding-top:2px}.awrapper{background:#00a0c6;background:linear-gradient(90deg,#00a0c6 19%,#51950f 50%,#00a0c6 78%);background-repeat:no-repeat;background-size:cover;background-position:50%;color:var(--website-main-text-color);padding:2rem 0}.awrapper .box{display:flex;justify-content:flex-start;align-items:center;gap:10px}.awrapper .img{width:5rem;height:5rem}.awrapper img{width:100%;height:100%;border-radius:50%}.awrapper .text h2{font-size:3em;font-weight:700}.awrapper h3{font-size:1.2em;font-weight:500}.findCounterHeading{text-align:center;margin:1rem}.counter-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-counter-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-wrap:wrap}.insert-counter-form .input-group{display:flex;flex-direction:column;width:45%;min-width:250px;flex-grow:1}.insert-counter-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-counter-form .input-group input{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}@media screen and (max-width:768px){.awrapper{height:auto}.awrapper .box{padding:15px}.awrapper .text h2{font-size:2.3em;font-weight:700}.awrapper h3{font-size:1em;font-weight:500}}.findCourseHeading{text-align:center;margin:1rem}.course-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-course-form{background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem}.insert-course-form .input-group{display:flex;flex-direction:column;width:100%;min-width:240px;flex-grow:1}.insert-course-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-course-form .input-group input,.insert-course-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-course-form .input-group p{font-size:12px;line-height:20px}.findSessionHeading{text-align:center;margin:1rem}.session-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-session-form{background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem}.insert-session-form .input-group{display:flex;flex-direction:column;width:100%;min-width:240px;flex-grow:1}.insert-session-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-session-form .input-group input,.insert-session-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-session-form .input-group p{font-size:12px;line-height:20px}.customer-container{max-width:700px;margin:20px auto;padding:20px}.customer-box{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}.customer-heading{text-align:center;font-size:24px;font-weight:700;color:#1e293b;margin-bottom:20px}.input-group{display:flex;flex-direction:column;margin-bottom:16px}.input-group label{font-weight:600;margin-bottom:6px;color:#334155}.input-group input,.input-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .3s ease}.input-group input:focus,.input-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;outline:none}.image-preview{margin-top:10px;width:150px;border-radius:8px;border:1px solid #ddd}.submit-btns{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.save-btn{background:#2563eb;color:#fff;font-weight:600;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;transition:background .3s ease}.save-btn:hover{background:#1d4ed8}.back-btn{text-decoration:none;color:#475569;font-weight:600;padding:10px 16px;border:1px solid #cbd5e1;border-radius:6px;transition:background .3s ease}.back-btn:hover{background:#f1f5f9}.faqSection{background-color:#fff;max-width:100%;border-radius:5px;padding:1rem;margin:1rem 0}.faq .box{background-color:#1eb2a6;color:#fff;margin-bottom:20px}.faq button{margin:0;display:flex;justify-content:space-between;width:100%;padding:15px 20px;outline:none}.faq h2{font-weight:500}.faq p{padding:20px}.faq .accordion{transition:.5s}.faq .accordion:hover{background-color:#1eb2a6;color:#fff}.findFaqHeading{text-align:center;margin:1rem}.insert-faq-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-wrap:wrap}.insert-faq-form .input-group{display:flex;flex-direction:column;width:45%;min-width:307px;flex-grow:1}.insert-faq-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-faq-form .input-group input,.insert-faq-form .input-group select,.insert-faq-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.featureHome{height:auto;margin-top:20px;background-color:var(--website-main-text-color)}.featureHome .container{padding:20px 0}.featureHome .featureContainer .items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.featureContainer .items .item{background-color:#e6e5e5;border-radius:5px}.featureHome .item{display:grid;grid-template-columns:90px 1fr;background-color:var(--website-item-bg-color);padding:20px;transition:.5s}.featureHome .img{width:90px}.featureHome img{width:70px;height:70px;border-radius:50%}.featureHome .item .textFeature h2{font-size:16px}.featureHome .item .textFeature p{font-size:14px}.featureHome .item:hover{background-color:var(--website-header-bg-color);color:var(--website-main-text-color);cursor:pointer;box-shadow:0 5px 25px -2px #0000000f}@media screen and (max-width:768px){.featureHome .container .items{grid-template-columns:1fr}}.insert-form-data{margin-bottom:1rem}.insert-feature-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-direction:column}.insert-feature-form .insert-input-group{display:flex;gap:10px;width:100%;min-width:240px;flex-grow:1}.insert-feature-form .input-group{display:flex;flex-direction:column;width:100%;min-width:240px;flex-grow:1}.insert-feature-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-feature-form .input-group input,.insert-feature-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-feature-form .input-group p{font-size:12px;line-height:20px}@media screen and (max-width:768px){.insert-feature-form .insert-input-group{flex-direction:column}}:root{--website-body-bg-color:#eee;--website-header-bg-color:#00a0c6;--website-menu-hover-text-color:#85d9e8;--website-back-header-bg-color:#b3d9de;--website-other-text-color:#000;--website-get-start-bg-color:#70be44;--website-secondary-text-color:gray}.newsletter{background-color:var(--website-header-bg-color);padding:50px 0}.newsletter,.newsletter h2{color:var(--website-main-text-color)}.newsletter h2{font-size:20px;font-weight:700}.newsletter .right{display:flex;justify-content:space-between;align-items:center}.newsletter input{width:100%;padding:20px;border:none;outline:none;height:30px}.newsletter i{padding:12px;background-color:var(--website-get-start-bg-color);color:var(--website-main-text-color)}.newsletter i:hover{cursor:pointer;background-color:var(--website-back-header-bg-color);color:var(--website-main-bg-color)}footer{background-color:var(--website-body-bg-color);padding:2rem 0}.footer-logo-part{display:flex;gap:1rem;align-items:center}footer .footer-logo{width:100px;height:100px}footer .footer-logo img{width:100%}footer .logo span{color:var(--website-main-bg-color);font-size:14px}footer .logo p{color:var(--website-secondary-text-color);margin:30px 0 15px;text-align:justify}footer .logo .icon{background-color:var(--website-get-start-bg-color);color:var(--website-main-text-color);margin-right:10px}footer .logo .icon:hover{cursor:pointer;background-color:var(--website-main-bg-color);color:var(--website-menu-hover-text-color)}footer .footer-logo-part .footer-title h2{font-size:1.7em}footer .box h3{margin-bottom:25px;font-size:1em;font-weight:500;padding-left:5px;border-left:4px solid var(--website-header-bg-color)}footer .items{padding:10px 5px;display:flex;gap:10px;align-items:center;justify-content:flex-start}footer .items .img{width:90px;height:70px}footer .items img{width:100%;height:100%;border-radius:5px;object-fit:cover}footer .text i,footer .text span{margin-right:5px}footer h4{font-weight:400;margin-top:5px}footer .items .text p{font-size:14px;font-weight:600;color:#000}footer .items .text p:hover{color:#00a0c6}footer .last ul li{display:flex;margin-bottom:50px}footer .last i{font-size:20px;color:#1eb2a6}.legal{color:#c7c7c7;background-color:#2f2f2f}.legal .subContainer{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.box ul li{display:flex;gap:1rem;align-items:center}@media screen and (max-width:768px){.newsletter .left.row{padding-bottom:10px}.newsletter h2{font-size:16px}.newsletter span{font-size:14px}footer .footer-logo-part .footer-title h2{font-size:1.3em}.legal .subContainer{width:100%;flex-direction:column;align-items:center;padding:1rem 0;justify-content:center;text-align:center}}.developer a{color:#fff;font-size:16px;font-weight:600}:root{--website-main-text-color:#000;--website-main-text-hover-color:#fff;--website-main-bg-color:#0093bf}.hero{background-image:url(/public/HRTD-Background-banner.png);background-size:cover;background-attachment:fixed;position:relative;top:0;left:0;z-index:1;width:100%;height:auto;padding:2% 0;color:var(--website-main-text-color)}.heroContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;width:100%}.courseProfile{background-color:var(--website-main-text-hover-color);border-radius:10px;box-shadow:0 0 1px 1px var(--website-main-bg-color);overflow:hidden}.courseProfile:hover{box-shadow:0 0 3px 3px var(--website-main-bg-color)}.courseHeading h2{padding:1rem 0;color:var(--website-main-text-hover-color);text-align:center;font-size:16px;font-weight:700;background-color:var(--website-main-bg-color)}.courseCategoryPicture{width:100%;height:150px;overflow:hidden}.courseCategoryPicture img{width:100%;height:150px;object-fit:cover;transition:all .5s ease-in}.courseProfile:hover img{transform:scale(1.05)}.courseList{display:flex;flex-direction:column;margin-top:1px}.courseList a{padding:0 5px 5px 9px;font-size:14px;font-weight:600;border-bottom:1px dotted var(--website-main-bg-color);color:#000}.courseList a:hover{background-color:var(--website-main-bg-color);color:var(--website-main-text-hover-color)}.courseList a:last-child{border-bottom:none}*{margin:0;padding:0;box-sizing:border-box}.backshadow{width:100%;height:100vh;position:fixed;top:0;left:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999}.backshadow .custom-modal{width:25rem;height:30rem;background-color:#fff;position:relative;padding:1rem;border-radius:10px;box-shadow:0 0 25px 4px #524752c7}.backshadow .delete-icon{width:30px;height:30px;border-radius:50%;background-color:red;color:#fff;font-size:12px;font-weight:600;cursor:pointer;position:absolute;top:-15px;right:-15px}.backshadow .delete-icon,.bkashQRCode{display:flex;justify-content:center;align-items:center}.bkashQRCode{width:100%;height:100%}.bkashQRCode img{width:80%;height:100%}.bank-details{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bank-details h2{padding:1rem;background-color:red;color:#fff;border-radius:1rem}@media (max-width:680px){.backshadow .custom-modal{width:19rem;height:25rem}}.radio-options{display:flex;gap:20px;margin-top:8px}.radio-options label{font-weight:400}.shadow{box-shadow:0 2px 6px #00000014}.status-row{display:flex;justify-content:flex-end}.status-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;padding:.25rem .75rem;border-radius:4px;color:#fff}.status-badge.draft{background:#9e9e9e}.status-badge.published{background:#4caf50}.floating-label{position:relative;margin-bottom:1.5rem}.floating-label input{width:100%;padding:1rem .75rem .5rem;border:1px solid #ccc;border-radius:6px;outline:none;font-size:1rem;background:#fff;transition:all .3s ease}.floating-label input:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.floating-label label{position:absolute;top:1rem;left:.75rem;color:#777;pointer-events:none;transition:all .2s ease;background:#fff;padding:0 4px}.floating-label input:focus+label,.floating-label input:not(:placeholder-shown)+label{top:-8px;left:.5rem;font-size:.75rem;color:#007bff}.date-row{display:flex;gap:1rem;flex-wrap:wrap}.date-row .form-group{flex:1 1 200px}.notice-content{line-height:1.6;font-size:1rem;overflow-wrap:break-word}.notice-content p{margin-bottom:.75rem}.notice-content h1,.notice-content h2,.notice-content h3{margin:1rem 0 .5rem}.notice-content img{max-width:100%;height:auto;display:block;margin:1rem auto;border-radius:4px;box-shadow:0 1px 4px #0000001a}.notice-content code,.notice-content pre{white-space:pre-wrap;word-break:break-word;background:#f9f9f9;padding:.5rem;border-radius:4px;font-family:monospace}.notice-content .table-wrapper{overflow-x:auto}.notice-content table{width:100%;border-collapse:collapse;margin:1rem 0}.notice-content td,.notice-content th{border:1px solid #ccc;padding:8px 12px;text-align:left}.notice-content th{background-color:#f4f4f4;font-weight:700}.notice-board-container{max-width:1200px;margin:auto}.notice-board-title{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#2b2e4a}.notice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.notice-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}.notice-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}.notice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.notice-title{font-size:1.2rem;color:#1a1a1a;font-weight:600}.notice-status{font-size:.8rem;padding:4px 10px;border-radius:12px;font-weight:500}.notice-status.published{background:#d1f7d6;color:#1b7f2a}.notice-status.draft{background:#fbe5e5;color:#b00020}.notice-meta{display:flex;flex-direction:column;font-size:.85rem;color:#555;gap:4px;margin-bottom:1rem}.notice-meta i{margin-right:6px;color:#666}.notice-description{font-size:.95rem;color:#333;line-height:1.5;margin-bottom:1rem}.read-more{text-decoration:none;font-size:.9rem;color:#2f80ed;font-weight:500;transition:color .2s ease}.read-more:hover{color:#1c4db4}.letterhead-wrapper *,.letterhead-wrapper :after,.letterhead-wrapper :before{box-sizing:border-box}.letterhead-wrapper{background:#eef2f7;min-height:100vh;padding:2rem 1rem;overflow-x:hidden}.letterhead-box{background:#fff;width:100%;max-width:820px;margin:0 auto;border-radius:14px;box-shadow:0 8px 32px #1a3c6b21;border:1px solid #dce4f0;overflow:hidden}.letterhead-header{background:linear-gradient(135deg,#1a3c6b,#2d5a9e);padding:2rem 2rem 1.75rem;text-align:center;position:relative}.letterhead-header:after{content:"";display:block;height:5px;background:linear-gradient(90deg,#c8a951,#f0d47a 50%,#c8a951);position:absolute;bottom:0;left:0;right:0}.company-name{font-size:clamp(1.1rem,4.5vw,1.75rem);font-weight:800;color:#fff;margin:0 0 .3rem;line-height:1.3;word-break:break-word}.bolder{font-size:clamp(.78rem,2.5vw,.97rem);color:#ffffffd1;margin:0 0 .5rem;font-style:italic;word-break:break-word}.company-address{font-size:clamp(.74rem,2vw,.83rem);color:#ffffffb8;margin:.15rem 0;word-break:break-word}.contact-info{font-size:clamp(.72rem,1.9vw,.8rem);color:#ffffffad;margin:.15rem 0 0;word-break:break-word}.notice-title-section{padding:1.75rem 1.5rem .5rem;text-align:center}.notice-label-tag{display:inline-block;background:#1a3c6b;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:.28rem 1rem;border-radius:20px;margin-bottom:.9rem}.letterhead-notice-title{font-size:clamp(1.05rem,4vw,1.6rem);font-weight:700;color:#1a3c6b;line-height:1.4;margin:0 0 1.25rem;word-break:break-word;overflow-wrap:break-word}.notice-meta-details{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.5rem 1.5rem;justify-content:center}.meta-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:500;padding:.28rem .8rem;border-radius:20px;background:#eef2fa;color:#2c4a8a;border:1px solid #d0d9f0;white-space:nowrap}.meta-badge i{font-size:.7rem}.meta-badge.status-published{background:#e6f7ec;color:#1b7f2a;border-color:#a8d8b5}.meta-badge.status-draft{background:#fff0f0;color:#c0392b;border-color:#f5bebe}.section-divider{margin:0 1.5rem;border:none;border-top:2px solid #e8ecf5}.notice-body{padding:1.5rem 1.5rem 2rem;font-size:1rem;color:#2c2c2c;line-height:1.85;word-break:break-word;overflow-wrap:break-word}.notice-body p{margin-bottom:.9rem}.notice-body h1,.notice-body h2,.notice-body h3{margin:1.25rem 0 .5rem;color:#1a3c6b;word-break:break-word}.notice-body ol,.notice-body ul{padding-left:1.4rem;margin-bottom:.9rem}.notice-body li{margin-bottom:.3rem}.notice-body table{border-collapse:collapse;margin:1rem 0;display:block;overflow-x:auto;max-width:100%;white-space:nowrap}.notice-body td,.notice-body th{border:1px solid #d0d8e8;padding:8px 12px;text-align:left;white-space:normal}.notice-body th{background:#eef2fa;color:#1a3c6b;font-weight:600}.notice-body img{max-width:100%;height:auto;border-radius:8px;margin:1rem auto;display:block;box-shadow:0 2px 8px #0000001a}.notice-body a{color:#2d5a9e;text-decoration:underline;word-break:break-all}.notice-body a:hover{color:#1a3c6b}.letterhead-footer{padding:1.5rem 1.5rem 1.75rem;background:#f5f7fb;border-top:2px solid #e2e8f5}.responsible-persons{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.person{flex:1 1 120px;min-width:0;text-align:center;padding:1rem .6rem .85rem;background:#fff;border-radius:10px;border:1px solid #dce4f0;font-size:.8rem;color:#5a6a82;box-shadow:0 2px 6px #1a3c6b0f;transition:box-shadow .2s ease;word-break:break-word}.person:hover{box-shadow:0 4px 12px #1a3c6b1f}.person:before{content:"";display:block;width:48px;height:2px;background:linear-gradient(90deg,#1a3c6b,#c8a951);margin:0 auto .75rem;border-radius:2px}.person strong{display:block;color:#1a3c6b;font-size:.84rem;font-weight:700;margin:.2rem 0 .12rem}.person .person-role{font-size:.76rem;color:#7a8ba0}.footer-actions{display:flex;justify-content:center}.back-link{display:inline-flex;align-items:center;gap:.4rem;background:#1a3c6b;color:#fff;padding:.6rem 1.5rem;font-size:.87rem;font-weight:600;text-decoration:none;border-radius:8px;letter-spacing:.3px;transition:background .25s ease,transform .18s ease,box-shadow .25s ease;box-shadow:0 3px 10px #1a3c6b40}.back-link:hover{background:#254f8f;transform:translateX(-3px);box-shadow:0 5px 16px #1a3c6b52;color:#fff}@media (max-width:768px){.letterhead-wrapper{padding:1.5rem .75rem}.letterhead-header{padding:1.75rem 1.5rem 1.5rem}.notice-title-section{padding:1.5rem 1.25rem .5rem}.notice-meta-details{padding:0 1.25rem 1.25rem}.section-divider{margin:0 1.25rem}.notice-body{padding:1.25rem 1.25rem 1.75rem}.letterhead-footer{padding:1.25rem}}@media (max-width:480px){.letterhead-wrapper{padding:.75rem 0}.letterhead-box{border-radius:0;border-left:none;border-right:none}.letterhead-header{padding:1.25rem 1rem 1.1rem}.notice-title-section{padding:1.1rem 1rem .4rem}.notice-meta-details{padding:0 1rem 1.1rem;gap:.4rem}.section-divider{margin:0 1rem}.notice-body{padding:1rem 1rem 1.5rem;font-size:.94rem}.letterhead-footer{padding:1rem}.responsible-persons{flex-direction:column;gap:.6rem}.person{flex:none;width:100%}.back-link{width:100%;justify-content:center}}@media (max-width:360px){.letterhead-header{padding:1rem .75rem .9rem}.notice-title-section{padding:1rem .75rem .35rem}.notice-meta-details{padding:0 .75rem 1rem}.section-divider{margin:0 .75rem}.notice-body{padding:.875rem .75rem 1.25rem;font-size:.9rem}.letterhead-footer{padding:.875rem .75rem}.company-name,.letterhead-notice-title{font-size:1rem}}@media print{.letterhead-wrapper{background:none;padding:0;overflow:visible}.letterhead-box{box-shadow:none;border:none;max-width:100%;border-radius:0}.letterhead-header{-webkit-print-color-adjust:exact;print-color-adjust:exact}.back-link{display:none}@page{size:A4;margin:1.5cm}}.company-card{display:flex;gap:1rem;align-items:center;margin-bottom:2rem;padding:1.25rem;border-radius:.75rem;background:#fff}.company-logo{width:72px;height:72px;object-fit:contain}.company-info h1{margin:0;font-size:1.5rem;font-weight:600}.tagline{opacity:.8;font-style:italic;margin:.25rem 0 .5rem}.company-card address{font-style:normal;line-height:1.35}@media(max-width:600px){.company-card{flex-direction:column;text-align:center}}.resultBg{background-color:#e1dede}.findResultHeading{text-align:center;margin:1rem}.form-data,.insert-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.insert-result-form,.result-form{width:60%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:10px;flex-wrap:wrap}.insert-result-form{width:100%}.insert-result-form .input-group,.result-form .input-group{display:flex;flex-direction:column;width:100%;min-width:260px;flex-grow:1}.insert-result-form .input-group{width:45%}.insert-result-form .input-group label,.result-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-result-form .input-group input,.result-form .input-group input{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-result-form .input-group p{font-size:12px;line-height:20px}.result-details{background-color:#fff;width:80%;margin:1rem auto;border-radius:10px;padding:1rem}.view .result-details{width:100%}.resultWebTitle{text-align:start}.result-details .picture{display:flex;gap:1rem;align-items:center;justify-content:space-between}.result-details .picture .institute{display:flex;gap:10px}.result-details .picture .institute img{width:59px;height:75px}.result-details .picture h2{font-size:22px;text-transform:uppercase;letter-spacing:2px}.result-details .picture p{margin-top:-4px;font-size:14px}.result-details .institute .resultCourseTitle{margin-top:1rem}.result-details .picture h3{font-size:16px}.result-details img{width:120px;height:130px;border-radius:10px;margin-bottom:1rem}.result-group{display:grid;grid-template-columns:1fr 1rem 2fr;background:#eee;padding:10px;margin-bottom:5px;align-items:center;font-style:italic}.result-group h2{font-size:16px}.result-group span{font-weight:900;padding-right:10px}.userRegError{text-align:center;color:red;font-size:22px;font-weight:700}.printBtn button{padding:10px 1rem;margin-bottom:1rem;cursor:pointer}.editProfilePicture{display:grid;grid-template-columns:auto 70px;grid-gap:10px}.editProfilePicture img{width:100%;height:70px;border-radius:10px}@media screen and (max-width:600px){.result-details,.result-form{width:100%}.result-details .picture{display:block;text-align:center}.result-details .picture h2{font-size:16px;letter-spacing:0;margin-bottom:5px}.result-details .picture p{margin-top:-4px;font-size:11px}.result-details .picture .institute img{width:48px;height:60px}.result-details .studentPicture img{margin:1rem}.result-group{grid-template-columns:1fr 1rem}}.routine-box{border:1px solid #ddd;padding:20px;margin-top:20px;border-radius:6px;background:#f9f9f9}.routine-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.routine-row input{flex:1 1 180px;padding:8px}.routine-action{text-align:right;margin-top:10px}.routine-action button{padding:8px 14px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.routine-preview{margin-top:30px}.preview-box{background:#eef1f7;padding:10px 15px;margin-bottom:8px;border-radius:4px;position:relative}.routine-title{text-align:center;margin:20px 0 10px;font-size:20px;font-weight:600}.routine-table{background:#fff;border:1px solid #ccc}.routine-table td,.routine-table th{border:1px solid #ccc;padding:8px 10px}.routine-table th{background:#f0f0f0;font-weight:600}.routine-table tbody tr:nth-child(2n){background:#f9f9f9}.routine-table .removeBtn{background:red;color:#fff;border:none;padding:4px 8px;border-radius:3px;font-size:12px;cursor:pointer}.css-b62m3t-container{flex:1 1}.css-b62m3t-container.special-batch-width,.special-course-width.css-b62m3t-container{flex:2 1}.custom-routine-table{width:100%;border-collapse:collapse}.custom-routine-table td,.custom-routine-table th{border:1px solid #ccc;padding:8px;text-align:center}.custom-routine-table th{background-color:#f5f5f5}.truncate-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px;transition:all .3s ease}.data-table-row:hover .truncate-cell{white-space:normal;overflow:visible;text-overflow:unset;z-index:10;background:#fff;position:relative;max-width:none}.dqfNny{padding:2px 4px!important}.famBTi{max-width:100%!important}.routine-container{max-width:1300px;width:100%;font-family:Segoe UI,sans-serif}.routine-filters{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px;flex-wrap:wrap}.routine-select{flex:1 1;min-width:200px}.routine-select label{display:block;margin-bottom:5px;font-weight:700;color:#333}.routine-select select{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:15px}.routine-room-wrapper{display:grid;grid-template-columns:1fr;grid-gap:2px;gap:2px}.routine-room-card{background:#f9fbfd;padding:15px;border:1px solid #dbe2ea;border-radius:8px;box-shadow:0 2px 6px #0000000d;overflow-x:auto}.room-header{margin-bottom:10px;font-size:18px;color:#2a3542}.routine-table{width:100%;border-collapse:collapse}.routine-table td,.routine-table th{border:1px solid #e3e8f0;padding:10px 12px;text-align:left;font-size:14px;white-space:nowrap}.routine-table th{background-color:#eef3f8;color:#333}.routine-table tbody tr:hover{background-color:#f1f7fd}.active{background-color:#e7f7e7}.postponed-row{background-color:red!important;color:#fff;font-weight:600}.team{padding:1rem 0}.findTeamHeading{text-align:center;margin:1rem}.team-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center}.insert-team-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-wrap:wrap}.insert-team-form .input-group{display:flex;flex-direction:column;width:45%;min-width:307px;flex-grow:1}.insert-team-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-team-form .input-group input{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.team .items{transition:.5s}.team .img{position:relative;height:300px}.team img{width:100%;height:100%}.overlay{position:absolute;bottom:0;z-index:11;display:flex;flex-direction:column;padding:20px;transition:.5s;opacity:0}.overlay i{background-color:#000;color:#fff;margin:5px}.team .details{padding:10px;text-align:left}.team .details h2{font-size:18px;font-weight:500;transition:.2s}.team .details span{font-size:12px}.team .details p{font-size:14px;color:gray;margin-top:10px;transition:.5s;text-align:justify}.team .details h3{font-size:20px;font-weight:500;transition:.2s}.team .items:hover{background-color:#00a0c6;color:#fff;cursor:pointer}.team .items:hover p{color:#fff}.team .items:hover .overlay{opacity:1}@media screen and (max-width:768px){.team .details h3{font-size:20px;font-weight:500;transition:.2s}}.team.view{width:50%;margin:0 auto}.team.view .container{padding:1rem;border-radius:10px}.team.view .img{height:400px}.team.view img{width:100%}.DownloadApplyHeading,.InsertApplyHeading{text-align:center;padding:2rem}.DownloadApplyHeading h1{color:green}.DownloadApplyHeading h2{color:red}form.applyForm{padding-bottom:2rem}.form-data{display:flex;flex-direction:column;align-items:center;justify-content:center}.apply-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-wrap:wrap}.apply-form .input-group{display:flex;flex-direction:column;width:45%;min-width:260px;flex-grow:1}.apply-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.apply-form .input-group input,.apply-form .input-group select,.apply-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.apply-details{background-color:#fff;width:80%;margin:1rem auto;border-radius:1rem;padding:2rem}.apply-details p{font-size:20px;line-height:20px}.apply-details .picture{display:flex;gap:1rem;align-items:center;justify-content:space-between}.apply-details img{width:125px;height:150px;border-radius:10px;margin-bottom:1rem}.apply-details .picture .institute{display:flex;gap:10px}.apply-details .picture .institute img{width:90px;height:110px;border-radius:0}.apply-details .picture h2{font-size:30px}.apply-details .picture p{margin-top:-7px;font-size:18px}.apply-details .picture .applied-course{margin-top:10px;font-size:22px}.apply-details .picture h3{font-size:22px}.apply-group{display:grid;grid-template-columns:1fr 1rem 2fr;background:#eee;padding:10px;margin-bottom:5px;align-items:center;font-style:italic}.apply-group h2{font-size:18px}.apply-group span{font-weight:900;padding-right:10px}.printBtn{display:flex;align-items:center;justify-content:center}.printBtn button{background-color:#00a0c6;color:#fff;border-radius:10px}.printBtn button:hover{background-color:#3c7cf1}@media screen and (max-width:600px){.apply-details,.apply-form{width:100%}.apply-details .picture{display:block;text-align:center}.apply-details .picture h2{font-size:20px;margin-bottom:1rem}.apply-details .picture .institute img{width:48px;height:60px}.apply-group{grid-template-columns:1fr 1rem}}:root{--website-main-bg-color:#00a0c6;--website-main-text-color:#fff;--website-gray-color:gray}section.testimonial{padding:2rem 0}.testimonial .items{padding:15px;transition:.5s;border-radius:5px}.testimonial .box{display:flex}.testimonial .img{position:relative}.testimonial img{width:100px;height:100px;border-radius:50%}.testimonial i{position:absolute;bottom:0;left:60px;background-color:var(--website-main-bg-color);color:var(--website-main-text-color)}.testimonial .name{margin:0 25px}.testimonial .name h2{font-size:16px;margin-bottom:5px}.testimonial .name span{color:var(--website-main-bg-color);font-size:12px}.testimonial .name h3{font-size:14px;margin:10px 0;color:var(--website-main-bg-color)}.testimonial .items:hover h3{color:var(--website-main-text-color)}.testimonial p{margin-top:20px;color:var(--website-gray-color);transition:.5s;text-align:justify;font-size:14px;line-height:20px}.testimonial .items:hover{background-color:var(--website-main-bg-color);cursor:pointer}.testimonial .items:hover,.testimonial .items:hover p,.testimonial .items:hover span{color:var(--website-main-text-color)}.testimonial .items:hover i{background-color:var(--website-main-text-color);color:var(--website-main-bg-color)}@media screen and (max-width:768px){.testimonial img{width:50px;height:50px}.testimonial i{left:20px}}.insert-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center}.insert-testimonial-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-direction:column}.insert-testimonial-form .insert-input-group{display:flex;gap:10px;width:100%;min-width:240px;flex-grow:1}.insert-testimonial-form .input-group{display:flex;flex-direction:column;width:100%;min-width:240px;flex-grow:1}.insert-testimonial-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-testimonial-form .input-group input,.insert-testimonial-form .input-group textarea{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.insert-testimonial-form .input-group p{font-size:12px;line-height:20px}.content.view{width:70%;margin:auto}@media screen and (max-width:768px){.insert-testimonial-form .insert-input-group{flex-direction:column}}.findYoutubeHeading{text-align:center;margin:1rem}.youtube-form-data{display:flex;flex-direction:column;align-items:center;justify-content:center}.insert-youtube-form{width:100%;background-color:#fff;margin:1rem auto;border-radius:1rem;padding:1rem;display:flex;gap:20px;flex-wrap:wrap}.insert-youtube-form .input-group{display:flex;flex-direction:column;width:45%;min-width:307px;flex-grow:1}.insert-youtube-form .input-group label{font-size:14px;font-weight:500;color:#000;margin-bottom:5px}.insert-youtube-form .input-group input{margin-bottom:1rem;border:none;padding:10px;border-radius:5px;outline:none;font-size:15px;background-color:#eee}.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:initial;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid #0000}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:auto;height:auto}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid #0000;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block!important;height:0!important;padding:0!important;margin:0!important;background-color:initial!important;outline:none!important;border:none!important;z-index:0!important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px #00000080}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:initial}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:initial;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==") repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:#0000}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:#0000}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #0003;border-radius:4px;outline:0;box-shadow:0 3px 9px #00000080}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{width:auto;height:30px;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:initial;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid #00000040;border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 5px 10px #0003;line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:initial}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #0003;border-radius:4px;outline:0;box-shadow:0 3px 9px #00000080}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:initial;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;pointer-events:none}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6;pointer-events:none}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;height:auto;top:120%;left:50%;background:#0000;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;height:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid;border-color:#0000 #0000 #333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title,.sun-editor.se-rtl .se-dialog-tabs button{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;box-shadow:0 0 0 .2rem #eed3d7;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;vertical-align:initial;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:initial;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;top:0;left:0;right:0;bottom:0;cursor:default;display:block;background:#0000}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;padding:0;margin:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==") no-repeat}.se-show-block div{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==") no-repeat}.se-show-block h1{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC") no-repeat}.se-show-block h2{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==") no-repeat}.se-show-block h3{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC") no-repeat}.se-show-block h4{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC") no-repeat}.se-show-block h5{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC") no-repeat}.se-show-block h6{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC") no-repeat}.se-show-block li{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==") no-repeat}.se-show-block ol{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==") no-repeat}.se-show-block ul{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==") no-repeat}.sun-editor .__se__p-bordered,.sun-editor-editable .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor .__se__p-spaced,.sun-editor-editable .__se__p-spaced{letter-spacing:1px}.sun-editor .__se__p-neon,.sun-editor-editable .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor .__se__t-shadow,.sun-editor-editable .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor .__se__t-code,.sun-editor-editable .__se__t-code{font-family:monospace;color:#666;background-color:#1b1f230d;border-radius:6px;padding:.2em .4em}