@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{background-color:#f4f4f4;background-color:var(--website-body-bg-color);font-family:Roboto,sans-serif}div#root{margin:auto;min-width:340px}h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}h4{font-size:12px}p{font-size:14px}.container{margin:auto;max-width:1440px;min-width:300px}.subContainer{margin:auto;max-width:85%}.flexSB{display:flex;justify-content:space-between}.input-group{display:flex;flex-direction:column}.submit-btn{display:flex;gap:10px;justify-content:center;padding:1rem 0;width:100%}.submit-btn a,.submit-btn button,.submit-btn input{background:#00a0c6;border:none;border-radius:5px;color:#fff;font-size:14px;font-weight:700;padding:8px 20px;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{align-items:center;display:flex;justify-content:center;padding:2rem}.loadingSpinner img{height:40px!important;width:40px!important}.countSpinner img{height:20px!important;width:20px!important}.loadingBtnSpinner img{height:10px!important;width:10px!important}.disableBtn,.disableBtn:hover{background-color:#c7c7c7!important;border:1px solid gray!important;color:#000!important;cursor:not-allowed}#heading{padding:10px 0;text-align:center}#heading h3{color:#00a0c6;color:var(--website-header-bg-color);font-weight:600;letter-spacing:1px;text-transform:uppercase}#heading h1{font-size:30px;padding:20px 0;text-transform:capitalize}.grid{grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid,.grid2{display:grid;width:100%}.grid2{grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid3{grid-gap:20px;grid-template-columns:2.5fr 2fr 1.5fr}.grid3,.grid4{display:grid;width:100%}.grid4{grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.courseOnlyOne{max-width:560px}.outline-btn{border:2px solid #00a0c6;border:2px solid var(--website-header-bg-color);box-shadow:none;margin:0;transition:.5s;width:100%}.outline-btn:hover{background-color:#00a0c6;background-color:var(--website-header-bg-color);color:#fff;color:var(--website-main-text-color)}.padding{padding:80px 0}.shadow{background-color:#fff;background-color:var(--website-main-text-color);box-shadow:0 5px 25px -2px rgba(0 0 0/6%)}.aboutUs{padding-bottom:1rem}.aboutUs .featureHome{margin-top:0}#react-select-3-listbox{z-index:9999}.itemContainer{background-color:#e5e5e5;margin:1rem auto;padding:1rem;width:100%}.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;margin-bottom:1rem;text-align:justify}.awrapper{background:#00a0c6;background:linear-gradient(90deg,#00a0c6 19%,#51950f 50%,#00a0c6 78%);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--website-main-text-color);padding:2rem 0}.awrapper .box{align-items:center;display:flex;gap:10px;justify-content:flex-start}.awrapper .img{height:5rem;width:5rem}.awrapper img{border-radius:50%;height:100%;width:100%}.awrapper .text h2{font-size:3em;font-weight:700}.awrapper h3{font-size:1.2em;font-weight:500}.findCounterHeading{margin:1rem;text-align:center}.counter-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-counter-form{background-color:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;gap:20px;margin:1rem auto;padding:1rem;width:100%}.insert-counter-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:250px;width:45%}.insert-counter-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-counter-form .input-group input{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}@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}}.featureHome{background-color:#fff;background-color:var(--website-main-text-color);height:auto;margin-top:20px}.featureHome .container{padding:20px 0}.featureHome .featureContainer .items{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.featureContainer .items .item{background-color:#e6e5e5;border-radius:5px}.featureHome .item{background-color:var(--website-item-bg-color);display:grid;grid-template-columns:90px 1fr;padding:20px;transition:.5s}.featureHome .img{width:90px}.featureHome img{border-radius:50%;height:70px;width:70px}.featureHome .item .textFeature h2{font-size:16px}.featureHome .item .textFeature p{font-size:14px}.featureHome .item:hover{background-color:var(--website-header-bg-color);box-shadow:0 5px 25px -2px rgba(0 0 0/6%);color:#fff;color:var(--website-main-text-color);cursor:pointer}@media screen and (max-width:768px){.featureHome .container .items{grid-template-columns:1fr}}.insert-feature-form{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:20px;margin:1rem auto;padding:1rem;width:100%}.insert-feature-form .insert-input-group{display:flex;flex-grow:1;gap:10px;min-width:240px;width:100%}.insert-feature-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:240px;width:100%}.insert-feature-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-feature-form .input-group input,.insert-feature-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.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}}.team{padding:1rem 0}.findTeamHeading{margin:1rem;text-align:center}.team-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center}.insert-team-form{background-color:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;gap:20px;margin:1rem auto;padding:1rem;width:100%}.insert-team-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:307px;width:45%}.insert-team-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-team-form .input-group input{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.team .items{transition:.5s}.team .img{height:300px;position:relative}.team img{height:100%;width:100%}.overlay{bottom:0;display:flex;flex-direction:column;opacity:0;padding:20px;position:absolute;transition:.5s;z-index:11}.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{color:gray;font-size:14px;margin-top:10px;text-align:justify;transition:.5s}.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{margin:0 auto;width:50%}.team.view .container{border-radius:10px;padding:1rem}.team.view .img{height:400px}.team.view img{width:100%}.sticky{position:-webkit-sticky;position:sticky;top:0;z-index:999}.head{background-color:#b3d9de;background-color:var(--website-back-header-bg-color);color:#000;color:var(--website-other-text-color);padding:5px 0}.head .flexSB,.header-logo-part{align-items:center;display:flex;gap:10px}.header-logo-part img{width:50px}.logo h1{font-size:25px;font-weight:900}.logo span{font-size:16px}.founded h2{background-color:#00a0c6;background-color:var(--website-header-bg-color);border-radius:50px;color:#fff;color:var(--website-main-text-color);padding:5px 20px}.head .icon{margin-left:10px}a{text-decoration:none}li{list-style-type:none}button{border:none}.icon{background-color:#70be44;background-color:var(--website-get-start-bg-color);border-radius:50%;color:#fff;color:var(--website-main-text-color);height:40px;line-height:40px;text-align:center;transition:.5s;width:40px}.icon:hover{background-color:#00a0c6;background-color:var(--website-main-bg-color);color:#85d9e8;color:var(--website-menu-hover-text-color);cursor:pointer}header{background-color:#00a0c6;background-color:var(--website-header-bg-color)}header nav{position:relative}header .desktop-nav{align-items:center;display:flex;justify-content:space-between}header .left-part a{color:#fff;color:var(--website-main-text-color);display:inline-block;padding:7px 10px}.right-part a,header .left-part a.active,header .left-part a:hover{background-color:#70be44;background-color:var(--website-get-start-bg-color)}.right-part a{align-items:center;color:#fff;color:var(--website-main-text-color);display:flex;font-weight:700;justify-content:center;padding:7px 10px}.toggle{display:none}.back{align-items:center;background-color:#b3d9de;background-color:var(--website-back-header-bg-color);color:#000;color:var(--website-other-text-color);display:flex;flex-direction:column;height:8vh;justify-content:center;left:0;position:relative;top:0;width:100%}.back h2{font-size:14px;font-weight:500;text-transform:uppercase}.authLogout{align-items:center;display:flex;gap:10px}.authLogout h2{color:#fff;color:var(--website-main-text-color);font-size:1em;padding:7px 0}.authLogout span{align-items:center;background-color:#fff;background-color:var(--website-main-text-color);border-radius:10px;cursor:pointer;display:flex;padding:3px}.authLogout span:hover{background-color:#b3d9de;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{background:none;color:#fff;color:var(--website-main-text-color);display:block;font-size:25px;position:absolute;right:0;top:5px}header .desktop-nav .left-part{display:none}header .mobile-nav{padding-bottom:15px;padding-top:35px}header .mobile-nav .left-part{display:flex;flex-direction:column}.addItemsHeading{font-size:25px;margin:.8rem}.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}}.faqSection{background-color:#fff;border-radius:5px;margin:1rem 0;max-width:100%;padding:1rem}.faq .box{background-color:#1eb2a6;color:#fff;margin-bottom:20px}.faq button{display:flex;justify-content:space-between;margin:0;outline:none;padding:15px 20px;width:100%}.faq h2{font-weight:500}.faq p{padding:20px}.faq .accordion{transition:.5s}.faq .accordion:hover{background-color:#1eb2a6;color:#fff}.findFaqHeading{margin:1rem;text-align:center}.insert-form-data{margin-bottom:1rem}.insert-faq-form{background-color:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;gap:20px;margin:1rem auto;padding:1rem;width:100%}.insert-faq-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:307px;width:45%}.insert-faq-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-faq-form .input-group input,.insert-faq-form .input-group select,.insert-faq-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}

.contactBg{background-color:#e1dede;padding:1rem 0}.contact{border-radius:5px}.contact .shadow{padding:1rem}.contact iframe{border:none;height:100%;width:100%}.contact h2{font-size:18px;font-weight:500}.contact h3{font-weight:500;margin-top:16px}.contact .right p{font-size:14px;padding:10px 0;text-align:justify}.contact .right .box p{padding-top:2px}:root{--website-body-bg-color:#eee;--website-menu-hover-text-color:#85d9e8;--website-back-header-bg-color:#b3d9de;--website-get-start-bg-color:#70be44}.newsletter{background-color:#00a0c6;background-color:var(--website-header-bg-color);padding:50px 0}.newsletter,.newsletter h2{color:#fff;color:var(--website-main-text-color)}.newsletter h2{font-size:20px;font-weight:700}.newsletter .right{align-items:center;display:flex;justify-content:space-between}.newsletter input{border:none;height:30px;outline:none;padding:20px;width:100%}.newsletter i{background-color:#70be44;background-color:var(--website-get-start-bg-color);color:#fff;color:var(--website-main-text-color);padding:12px}.newsletter i:hover{background-color:#b3d9de;background-color:var(--website-back-header-bg-color);color:#00a0c6;color:var(--website-main-bg-color);cursor:pointer}footer{background-color:#eee;background-color:var(--website-body-bg-color);padding:2rem 0}.footer-logo-part{align-items:center;display:flex;gap:1rem}footer .footer-logo{height:100px;width:100px}footer .footer-logo img{width:100%}footer .logo span{color:#00a0c6;color:var(--website-main-bg-color);font-size:14px}footer .logo p{color:gray;color:var(--website-secondary-text-color);margin:30px 0 15px;text-align:justify}footer .logo .icon{background-color:#70be44;background-color:var(--website-get-start-bg-color);color:#fff;color:var(--website-main-text-color);margin-right:10px}footer .logo .icon:hover{background-color:#00a0c6;background-color:var(--website-main-bg-color);color:#85d9e8;color:var(--website-menu-hover-text-color);cursor:pointer}footer .footer-logo-part .footer-title h2{font-size:1.7em}footer .box h3{border-left:4px solid #00a0c6;border-left:4px solid var(--website-header-bg-color);font-size:1em;font-weight:500;margin-bottom:25px;padding-left:5px}footer .items{align-items:center;display:flex;gap:10px;justify-content:flex-start;padding:10px 5px}footer .items .img{height:70px;width:90px}footer .items img{border-radius:5px;height:100%;object-fit:cover;width:100%}footer .text i,footer .text span{margin-right:5px}footer h4{font-weight:400;margin-top:5px}footer .items .text p{color:#000;font-size:14px;font-weight:600}footer .items .text p:hover{color:#00a0c6}footer .last ul li{display:flex;margin-bottom:50px}footer .last i{color:#1eb2a6;font-size:20px}.legal{background-color:#2f2f2f;color:#c7c7c7}.legal .subContainer{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.box ul li{align-items:center;display:flex;gap:1rem}@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{align-items:center;flex-direction:column;justify-content:center;padding:1rem 0;text-align:center;width:100%}}.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-attachment:fixed;background-image:url(/static/media/HRTD-Background-banner.3c2b312fb7910cc69fd0.png);background-size:cover;color:#000;color:var(--website-main-text-color);height:auto;left:0;padding:2% 0;position:relative;top:0;width:100%;z-index:1}.heroContainer{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));width:100%}.courseProfile{background-color:#fff;background-color:var(--website-main-text-hover-color);border-radius:10px;box-shadow:0 0 1px 1px #0093bf;box-shadow:0 0 1px 1px var(--website-main-bg-color);overflow:hidden}.courseProfile:hover{box-shadow:0 0 3px 3px #0093bf;box-shadow:0 0 3px 3px var(--website-main-bg-color)}.courseHeading h2{background-color:#0093bf;background-color:var(--website-main-bg-color);color:#fff;color:var(--website-main-text-hover-color);font-size:16px;font-weight:700;padding:1rem 0;text-align:center}.courseCategoryPicture{height:150px;overflow:hidden;width:100%}.courseCategoryPicture img{height:150px;object-fit:cover;transition:all .5s ease-in;width:100%}.courseProfile:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.courseList{display:flex;flex-direction:column;margin-top:1px}.courseList a{border-bottom:1px dotted #0093bf;border-bottom:1px dotted var(--website-main-bg-color);color:#000;font-size:14px;font-weight:600;padding:0 5px 5px 9px}.courseList a:hover{background-color:#0093bf;background-color:var(--website-main-bg-color);color:#fff;color:var(--website-main-text-hover-color)}.courseList a:last-child{border-bottom:none}:root{--website-main-bg-color:#00a0c6;--website-gray-color:gray}section.testimonial{padding:2rem 0}.testimonial .items{border-radius:5px;padding:15px;transition:.5s}.testimonial .box{display:flex}.testimonial .img{position:relative}.testimonial img{border-radius:50%;height:100px;width:100px}.testimonial i{background-color:#00a0c6;background-color:var(--website-main-bg-color);bottom:0;color:#fff;color:var(--website-main-text-color);left:60px;position:absolute}.testimonial .name{margin:0 25px}.testimonial .name h2{font-size:16px;margin-bottom:5px}.testimonial .name span{font-size:12px}.testimonial .name h3,.testimonial .name span{color:#00a0c6;color:var(--website-main-bg-color)}.testimonial .name h3{font-size:14px;margin:10px 0}.testimonial .items:hover h3{color:#fff;color:var(--website-main-text-color)}.testimonial p{color:gray;color:var(--website-gray-color);font-size:14px;line-height:20px;margin-top:20px;text-align:justify;transition:.5s}.testimonial .items:hover{background-color:#00a0c6;background-color:var(--website-main-bg-color);cursor:pointer}.testimonial .items:hover,.testimonial .items:hover p,.testimonial .items:hover span{color:#fff;color:var(--website-main-text-color)}.testimonial .items:hover i{background-color:#fff;background-color:var(--website-main-text-color);color:#00a0c6;color:var(--website-main-bg-color)}@media screen and (max-width:768px){.testimonial img{height:50px;width:50px}.testimonial i{left:20px}}.insert-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center}.insert-testimonial-form{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:20px;margin:1rem auto;padding:1rem;width:100%}.insert-testimonial-form .insert-input-group{display:flex;flex-grow:1;gap:10px;min-width:240px;width:100%}.insert-testimonial-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:240px;width:100%}.insert-testimonial-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-testimonial-form .input-group input,.insert-testimonial-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.insert-testimonial-form .input-group p{font-size:12px;line-height:20px}.content.view{margin:auto;width:70%}@media screen and (max-width:768px){.insert-testimonial-form .insert-input-group{flex-direction:column}}.loginBg{background-color:#e1dede;padding:1rem 0}.dashboard{background-color:#fff;border-radius:10px;margin:1rem 0;padding:1rem}.dashboard-header{align-items:center;background:#dfdede;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.dashboard-header a{background:#fff;border-radius:10px;color:#000;font-size:16px;font-weight:600;padding:10px 15px}.dashboard-header h2{font-size:20px}.dashboard-header a:hover{background-color:#00a0c6;color:#fff}.dashboard-card{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background-color:#dfdede;border-radius:10px}.card-header{align-items:center;display:flex;gap:10px;justify-content:space-between;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;border-bottom-left-radius:10px;border-bottom-right-radius:10px;color:#fff;font-weight:600}hr.dashboard-hr{margin:1rem 0}.profilePicture{border-radius:50%;height:50px;padding:4px;width:50px}.profilePicture img{border-radius:50%;height:100%;width:100%}.login-form-data{background-color:#fff;border-radius:10px;margin:2rem auto;max-width:500px;min-width:250px;padding:1rem}h1.findAdminHeading{padding:1rem;text-align:center}.login-form-data .input-group{display:flex;flex-direction:column}.forgot-password{align-items:center;display:flex;justify-content:space-between;padding-top:1rem}.forgot-password span a{color:#000;font-size:14px;font-weight:500}.forgot-password span a:hover{color:#00a0c6}.login-form-data .forgot-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.admin-setting{background-color:#fff;border-radius:10px;margin-bottom:1rem;padding:1rem}.logo-favicon{align-items:center;display:flex;gap:20px;justify-content:space-between}.logo-favicon .admin-form-data{flex-grow:1}.admin-insert-form{grid-gap:20px;display:grid;grid-template-columns:auto auto}.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{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.admin-form-data .input-group input,.admin-form-data .input-group textarea,.login-form-data .input-group input{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.admin-form-data .editProfilePicture{grid-gap:20px;display:grid;grid-template-columns:auto auto}.statusButton button{border-radius:5px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:5px 10px;width:5rem}.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;border-radius:5px;color:#fff;font-weight:700;padding:3px 8px}@media screen and (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem}}.findRequireHeading{margin:1rem;text-align:center}.require-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-require-form{background-color:#fff;border-radius:1rem;margin:1rem auto;padding:1rem}.insert-require-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:240px;width:100%}.insert-require-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-require-form .input-group input,.insert-require-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.insert-require-form .input-group p{font-size:12px;line-height:20px}.findSubjectHeading{margin:1rem;text-align:center}.subject-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-subject-form{background-color:#fff;border-radius:1rem;margin:1rem auto;padding:1rem}.insert-subject-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:240px;width:100%}.insert-subject-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-subject-form .input-group input,.insert-subject-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.insert-subject-form .input-group p{font-size:12px;line-height:20px}.findBatchHeading{margin:1rem;text-align:center}.batch-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-batch-form{background-color:#fff;border-radius:1rem;margin:1rem auto;padding:1rem}.insert-batch-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:240px;width:100%}.insert-batch-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-batch-form .input-group input,.insert-batch-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.insert-batch-form .input-group p{font-size:12px;line-height:20px}.course-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-course-form{background-color:#fff;border-radius:1rem;margin:1rem auto;padding:1rem}.insert-course-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:240px;width:100%}.insert-course-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-course-form .input-group input,.insert-course-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.insert-course-form .input-group p{font-size:12px;line-height:20px}.findSessionHeading{margin:1rem;text-align:center}.session-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-session-form{background-color:#fff;border-radius:1rem;margin:1rem auto;padding:1rem}.insert-session-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:240px;width:100%}.insert-session-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-session-form .input-group input,.insert-session-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.insert-session-form .input-group p{font-size:12px;line-height:20px}.DownloadApplyHeading,.InsertApplyHeading{padding:2rem;text-align:center}.DownloadApplyHeading h1{color:green}.DownloadApplyHeading h2{color:red}form.applyForm{padding-bottom:2rem}.apply-form{background-color:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;gap:20px;margin:1rem auto;padding:1rem;width:100%}.apply-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:260px;width:45%}.apply-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.apply-form .input-group input,.apply-form .input-group select,.apply-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.apply-details{background-color:#fff;border-radius:1rem;margin:1rem auto;padding:2rem;width:80%}.apply-details p{font-size:20px;line-height:20px}.apply-details .picture{align-items:center;display:flex;gap:1rem;justify-content:space-between}.apply-details img{border-radius:10px;height:150px;margin-bottom:1rem;width:125px}.apply-details .picture .institute{display:flex;gap:10px}.apply-details .picture .institute img{border-radius:0;height:110px;width:90px}.apply-details .picture h2{font-size:30px}.apply-details .picture p{font-size:18px;margin-top:-7px}.apply-details .picture .applied-course{font-size:22px;margin-top:10px}.apply-details .picture h3{font-size:22px}.apply-group{align-items:center;background:#eee;display:grid;font-style:italic;grid-template-columns:1fr 1rem 2fr;margin-bottom:5px;padding:10px}.apply-group h2{font-size:18px}.apply-group span{font-weight:900;padding-right:10px}.printBtn{align-items:center;display:flex;justify-content:center}.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{height:60px;width:48px}.apply-group{grid-template-columns:1fr 1rem}}*{box-sizing:border-box;margin:0;padding:0}.backshadow{align-items:center;background-color:rgba(0,0,0,.7);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.backshadow .custom-modal{background-color:#fff;border-radius:10px;box-shadow:0 0 25px 4px rgba(82,71,82,.78);height:30rem;padding:1rem;position:relative;width:25rem}.backshadow .delete-icon{background-color:red;border-radius:50%;color:#fff;cursor:pointer;font-size:12px;font-weight:600;height:30px;position:absolute;right:-15px;top:-15px;width:30px}.backshadow .delete-icon,.bkashQRCode{align-items:center;display:flex;justify-content:center}.bkashQRCode{height:100%;width:100%}.bkashQRCode img{height:100%;width:80%}.bank-details{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.bank-details h2{background-color:red;border-radius:1rem;color:#fff;padding:1rem}@media (max-width:680px){.backshadow .custom-modal{height:25rem;width:19rem}}:root{--website-main-text-color:#fff;--website-header-bg-color:#00a0c6;--website-other-text-color:#000;--website-secondary-text-color:gray;--website-course-btn-bg-color:#f93b3b}section.courseSection{background-color:#e1dede;padding:2rem 0}.coursesCard.view{margin:auto;padding:2rem 0;width:45%}.coursesCard.view .content{padding:0 1rem}.coursesCard.view .rate{padding-top:12px}.coursesCard.view .courseDetails{margin-top:2rem}.allSpecificPart{border-bottom:1px solid #00a0c6;border-top:1px solid #00a0c6;margin:1rem auto}.view .allSpecificPart{border-top:none}.coursesCard .coursePart{background-color:#fff;background-color:var(--website-main-text-color);border-radius:8px;position:relative}.coursesCard .coursePart:hover{box-shadow:0 0 1px 2px #00a0c6;box-shadow:0 0 1px 2px var(--website-header-bg-color)}.coursesCard .courseTitle{align-items:center;background-color:#00a0c6;background-color:var(--website-header-bg-color);border-top-left-radius:6px;border-top-right-radius:6px;display:flex;justify-content:center;padding:1rem}.coursesCard .coursePart h2{color:#fff;color:var(--website-main-text-color);font-size:16px;font-weight:600;text-align:center}.coursesCard .items{padding:0 10px;text-align:center}.coursesCard .text{text-align:left}.coursesCard .rate{border-bottom:1px solid #00a0c6;border-bottom:1px solid var(--website-header-bg-color);color:#00a0c6;color:var(--website-header-bg-color);padding-top:4px}.coursesCard .rate h3{align-items:center;display:flex;justify-content:space-between}.coursesCard .details ul{font-size:12px;font-weight:600;margin-left:16px}.coursesCard .details ul li{list-style-type:circle}.coursesCard .details .semester{background-color:#3aced6;color:#fff;color:var(--website-main-text-color);padding-left:1rem}.coursesCard .details .box{align-items:center;color:gray;display:flex}.coursesCard .details span{color:#00a0c6;color:var(--website-header-bg-color);font-size:14px;font-weight:500}.coursesCard spna.priceSymbol{font-size:14px;font-weight:800;padding-right:3px}.coursesCard .price{background-color:#f93b3b;background-color:var(--website-course-btn-bg-color);border-radius:5px;margin:10px 0;padding:5px}.coursesCard .price,.coursesCard .price:hover{color:#fff;color:var(--website-main-text-color)}.coursesCard .price:hover{background-color:#00a0c6;background-color:var(--website-header-bg-color)}.coursesCard h3{color:#00a0c6;color:var(--website-header-bg-color);font-size:13px;font-weight:500}.coursesCard .price h3{color:#fff;color:var(--website-main-text-color);font-size:16px}.coursesCard .contact h4{background-color:gold;border-radius:5px;font-size:12px;font-weight:700;padding:4px 0}.coursesCard .contact:hover h4{background-color:#00a0c6;background-color:var(--website-header-bg-color);color:#fff;color:var(--website-main-text-color)}.coursePart .items{padding-bottom:50px}.coursesCard .more-details{bottom:5px;left:50%;padding:5px;position:absolute;-webkit-transform:translate(-50%,-5px);transform:translate(-50%,-5px)}.coursesCard .more-details a{background-color:#00a0c6;background-color:var(--website-header-bg-color);border-radius:5px;color:#fff;color:var(--website-main-text-color);font-size:14px;font-weight:700;padding:.3rem 1rem}.coursesCard .more-details a:hover{background-color:var(--website-get-start-bg-color);color:#fff;color:var(--website-main-text-color)}.youtube{text-align:center}.youtubeContainer #heading{border-bottom:1px solid #00a0c6;border-top:1px solid #00a0c6;margin-bottom:1rem;margin-top:1rem}.youtubeContainer .grid3{grid-gap:15px}.youtubeContainer .box{background-color:#fff;background-color:var(--website-main-text-color);box-shadow:0 5px 25px -2px rgba(0 0 0/6%);padding-bottom:15px;transition:.5s}.youtubeContainer .img{height:150px;width:100%}.youtubeContainer img{height:100%;object-fit:cover;width:100%}.youtubeContainer a{color:#000;color:var(--website-other-text-color)}.youtubeContainer a:hover{color:#fff;color:var(--website-main-text-color)}.youtubeContainer h2{font-size:14px;font-weight:600;line-height:20px;margin:6px 0}.youtubeContainer .course-number{background-color:#00a0c6;background-color:var(--website-header-bg-color);border-radius:5px;color:#fff;color:var(--website-main-text-color);font-size:14px;font-weight:600;margin:auto;padding:2px 15px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.youtubeContainer a:hover p{background-color:#fff;background-color:var(--website-main-text-color);color:#00a0c6;color:var(--website-header-bg-color)}.youtubeContainer .box:hover{background-color:#00a0c6;background-color:var(--website-header-bg-color);border-radius:5px;cursor:pointer}.youtubeContainer .box:hover h1{color:#fff;color:var(--website-main-text-color)}.youtubeContainer .noVideoFound p{color:red;font-size:16px;font-weight:600;text-align:center}.findCourseHeading{margin:1rem;text-align:center}.form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.course-form{background-color:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;gap:20px;margin:1rem auto;padding:1rem;width:100%}.course-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:307px;width:45%}.course-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.course-form .input-group input,.course-form .input-group select,.course-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.course-form .input-group p{font-size:12px;line-height:16px}.course-details{background-color:#fff;border-radius:1rem;margin:1rem auto;padding:2rem;width:80%}.course-details .picture{align-items:center;display:flex;gap:1rem;justify-content:space-between}.course-details img{border-radius:10px;height:150px;margin-bottom:1rem;width:125px}.course-details .picture .institute{display:flex;gap:10px}.course-details .picture .institute img{border-radius:0;height:110px;width:90px}.course-details .picture h2{font-size:40px}.course-details .picture p{font-size:14px;margin-top:-14px}.course-details .picture h3{font-size:22px}.course-group{align-items:center;background:#eee;display:grid;font-style:italic;grid-template-columns:1fr 1rem 2fr;margin-bottom:5px;padding:10px}.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{align-items:center;display:flex;justify-content:space-between}span.priceSymbol{font-size:14px;font-weight:800;margin-right:2px}.addButton a{background-color:#fff;border-radius:5px;font-weight:600;margin-bottom:10px;padding:10px}.addButton a:hover{background-color:#00a0c6;color:#fff}.updateButton{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between}.updateButton a,.updateButton button{align-items:center;background-color:none;background:#fff;border:1px solid gray;border-radius:5px;display:flex;flex:1 1;height:35px;justify-content:center;margin:0;padding:0;width:30px}.updateButton a:hover,.updateButton button:hover{background-color:#00a0c6}.updateButton img{width:20px}.searchInput{border:1px solid gray;border-radius:5px;outline:none;padding:10px 13px}.courseMetaPart{background:#ddd;border-radius:5px;margin-bottom:1rem;padding:.5rem}.courseDetails{align-items:center;display:flex;gap:2rem;justify-content:center}.courseDetails .applyPart,.courseDetails .pricePart{background-color:#f93b3b;background-color:var(--website-course-btn-bg-color);border-radius:5px;color:#fff;color:var(--website-main-text-color);padding:10px}.courseDetails .applyPart:hover,.courseDetails .pricePart:hover{background-color:#00a0c6;background-color:var(--website-header-bg-color);color:#fff;color:var(--website-main-text-color)}.courseDetails .applyPart a,.courseDetails .pricePart h3{color:#fff;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{height:60px;width:48px}.course-group{grid-template-columns:1fr 1rem}}.resultBg{background-color:#e1dede}.findResultHeading{margin:1rem;text-align:center}.form-data,.insert-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-result-form,.result-form{background-color:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;gap:10px;margin:1rem auto;padding:1rem;width:60%}.insert-result-form{width:100%}.insert-result-form .input-group,.result-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:260px;width:100%}.insert-result-form .input-group{width:45%}.insert-result-form .input-group label,.result-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-result-form .input-group input,.result-form .input-group input{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.insert-result-form .input-group p{font-size:12px;line-height:20px}.result-details{background-color:#fff;border-radius:10px;margin:1rem auto;padding:1rem;width:80%}.view .result-details{width:100%}.resultWebTitle{text-align:start}.result-details .picture{align-items:center;display:flex;gap:1rem;justify-content:space-between}.result-details .picture .institute{display:flex;gap:10px}.result-details .picture .institute img{height:75px;width:59px}.result-details .picture h2{font-size:22px;letter-spacing:2px;text-transform:uppercase}.result-details .picture p{font-size:14px;margin-top:-4px}.result-details .institute .resultCourseTitle{margin-top:1rem}.result-details .picture h3{font-size:16px}.result-details img{border-radius:10px;height:130px;margin-bottom:1rem;width:120px}.result-group{align-items:center;background:#eee;display:grid;font-style:italic;grid-template-columns:1fr 1rem 2fr;margin-bottom:5px;padding:10px}.result-group h2{font-size:16px}.result-group span{font-weight:900;padding-right:10px}.userRegError{color:red;font-size:22px;font-weight:700;text-align:center}.printBtn button{background-color:#00a0c6;border-radius:10px;color:#fff;cursor:pointer;margin-bottom:1rem;padding:10px 1rem}.editProfilePicture{grid-gap:10px;display:grid;grid-template-columns:auto 70px}.editProfilePicture img{border-radius:10px;height:70px;width:100%}@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{font-size:11px;margin-top:-4px}.result-details .picture .institute img{height:60px;width:48px}.result-details .studentPicture img{margin:1rem}.result-group{grid-template-columns:1fr 1rem}}.blogBg{background-color:#e1dede}.blogHeading{padding-top:1rem}.blog{padding:1rem 0}.blog .img{height:160px;overflow:hidden;width:100%}.blog img{height:100%;object-fit:cover;transition:all .5s ease-in-out;width:100%}.blog .items:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.blog .text{padding:10px 20px}.blog .text h2{font-size:16px;font-weight:700;line-height:20px;padding:5px 0;text-align:justify;transition:.5s}.blog .text h2:hover{color:#1eb2a6;cursor:pointer}.blog span{color:#1eb2a6;font-size:11px;font-weight:500;text-transform:uppercase}.blog span label{color:gray;margin-left:10px}.blog span:last-child label{color:#1eb2a6}.blog p{color:gray;font-size:14px;line-height:20px;padding-bottom:45px;text-align:justify}.blog .items{position:relative}.blog .more-details{bottom:22px;position:absolute;right:20px}.blog .more-details a{background-color:var(--website-header-bg-color);border-radius:5px;color:var(--website-main-text-color);font-size:15px;font-weight:700;padding:.3rem 1rem}.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{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1.5fr 4fr;margin:1rem 0;width:100%}.blogDetail .left-side,.blogDetail .right-side{background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:250px;padding:1rem}.blogDetail .left-side .recent-post-title{padding-bottom:5px}.blogDetail .left-side .recent-post-title h2{border-left:4px solid #00a0c6;font-size:16px;font-weight:500;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{color:#000;font-size:14px;font-weight:500;padding:5px;transition:all .5 ease}.blogDetail .left-side .recent-post-list a:hover{background-color:#00a0c6;color:#fff;padding-left:5px}.blogDetail .right-side .blog-feature-picture{height:60vh;width:100%}.blogDetail .right-side .blog-feature-picture img{height:100%;width: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{font-size:14px;padding:10px 0}.blog-description .blog-desc img{width:100%}.related-blog{background-color:#dfdddd}.findBlogHeading{margin:1rem;text-align:center}.blog-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-blog-form{background-color:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;gap:20px;margin:1rem auto;padding:1rem;width:100%}.insert-blog-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:307px;width:45%}.insert-blog-form .input-group.blog-description{width:100%}.insert-blog-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-blog-form .input-group input,.insert-blog-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.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{height:100%;width: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}.sun-editor{background-color:#fff;border:1px solid #dadada;box-sizing:border-box;color:#000;font-family:Helvetica Neue;height:auto;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:auto}.sun-editor *{-webkit-user-drag:none;box-sizing:border-box;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{border:0;margin:0;padding: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{border:0;padding:0;resize:none}.sun-editor button{background-color:transparent;border:0;cursor:pointer;outline:none;touch-action:manipulation}.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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sun-editor button *{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;pointer-events:none}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;display:block;float:none;height:16px;margin:auto;text-align:center;width:16px}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{height:10px;width:10px}.sun-editor .se-btn-select>svg{float:right;height:10px;width:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;height:16px;margin:-1px 10px 0 0;vertical-align:middle;width:16px}.sun-editor .se-line-breaker>button>svg{height:24px;width:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-font-feature-settings:normal;font-feature-settings:normal;text-rendering:auto;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;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{border:11px solid transparent;display:block;height:0;position:absolute;width:0}.sun-editor .se-arrow.se-arrow-up{border-bottom-color:#dadada;border-top-width:0;left:20px;margin-left:-11px;top:-11px}.sun-editor .se-arrow.se-arrow-up:after{border-bottom-color:#fff;border-top-width:0;content:" ";margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-bottom-width:0;border-top-color:#dadada;left:0;margin-left:-11px;top:0}.sun-editor .se-arrow.se-arrow-down:after{border-bottom-width:0;border-top-color:#fff;content:" ";margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{height:100%;position:relative;width:100%}.sun-editor button{color:#000}.sun-editor .se-btn{border:0;border-radius:4px;float:left;font-size:12px;height:34px;line-height:27px;margin:1px!important;padding:0;width:34px}.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{background-color:#c7deff;border:1px solid #80bdff;border-radius:4px;color:#000}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{background-color:#80bdff;border-color:#3f9dff;color:#000;outline:0 none}.sun-editor .se-btn-primary:active{background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff;color:#fff}.sun-editor input,.sun-editor select,.sun-editor textarea{border:1px solid #ccc;border-radius:4px;color:#000}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0;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{background-color:inherit;color:#bdbdbd;cursor:not-allowed}.sun-editor .se-loading-box{background-color:#fff;display:none;filter:alpha(opacity=70);height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite;border-radius:50%;border-right:2px solid transparent;border-top:2px solid #07d;display:block;height:25px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:25px}.sun-editor .se-line-breaker{border-top:1px solid #3288ff;cursor:text;display:none;height:1px;position:absolute;width:100%;z-index:7}.sun-editor .se-line-breaker>button.se-btn{background-color:#fff;border:1px solid #0c2240;cursor:pointer;display:inline-block;float:none;height:30px;left:-50%;opacity:.6;position:relative;top:-15px;width:30px}.sun-editor .se-line-breaker>button.se-btn:hover{background-color:#fff;border-color:#041b39;opacity:.9}.sun-editor .se-line-breaker-component{background-color:#fff;border:1px solid #0c2240;border-radius:4px;cursor:pointer;display:none;height:24px;opacity:.6;position:absolute;width:24px;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{background-color:#fafafa;display:block;height:auto;margin:0;outline:1px solid #dadada;overflow:visible;padding:0;position:relative;width:100%;z-index:5}.sun-editor .se-toolbar-shadow{background-color:transparent!important;border:none!important;display:block!important;height:0!important;margin:0!important;outline:none!important;padding:0!important;z-index:0!important}.sun-editor .se-toolbar-cover{background-color:#fefefe;cursor:not-allowed;display:none;filter:alpha(opacity=50);font-size:36px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;margin:0;vertical-align:top;width:0}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;position:absolute}.sun-editor .se-toolbar.se-toolbar-balloon{width:auto;z-index:2147483647}.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{background-color:transparent;display:block;height:0;margin:0;padding:0;width:100%}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;height:auto;padding:4px 3px 0;width:100%}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{padding:0 4px;width:auto}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{background-color:#d1d1d1;border-color:#c1c1c1;color:#000;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{background-color:#d1d1d1;border-color:#c1c1c1;color:#333;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{background-color:#c1c1c1;border-color:#b1b1b1;color:#000;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{display:flex;padding:4px 6px;width:auto}.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{height:auto;margin:0;padding:4px 3px 0;position:relative;width:100%}.sun-editor .se-menu-tray{height:0;left:0;position:absolute;top:0;width:100%}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial}.sun-editor .se-list-layer{background-color:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;height:auto;left:0;outline:0 none;padding:6px 0;position:absolute;top:0;z-index:5}.sun-editor .se-list-layer .se-list-inner{margin:0;overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial;overflow:visible;padding:0}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{padding:0;width:100%}.sun-editor .se-list-inner li>button{min-width:100%;width:-webkit-max-content;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{cursor:pointer;font-size:12px;height:auto;line-height:normal;min-height:32px;padding:0 14px;text-align:left;text-decoration:none;text-indent:0;width:100%}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-bottom:1px dotted #b1b1b1;border-top: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{max-height:300px;min-width:140px}.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;width:125px}.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{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{background-color:transparent;border-color:#b1b1b1;border-left:5px #b1b1b1;border-style:solid;color:#999;font-size:13px;height:22px;line-height:1.5;margin:0;padding:0 0 0 7px}.sun-editor .se-list-layer.se-list-format ul pre{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;color:#666;font-size:13px;margin:0;padding:4px 11px}.sun-editor .se-selector-table{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:1px;list-style:none;margin:2px 0 0;padding:5px 0;position:absolute;text-align:left;top:34px;z-index:5}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{cursor:pointer;font-size:18px;height:10em;position:absolute!important;width:10em;z-index:3}.sun-editor .se-selector-table .se-table-size-highlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat;font-size:18px;height:1em;position:absolute!important;width:1em;z-index:2}.sun-editor .se-selector-table .se-table-size-unhighlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;font-size:18px;height:10em;position:relative!important;width:10em;z-index:1}.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;height:auto;margin:auto;max-width:270px;padding:0;width:-webkit-max-content;width:max-content}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{height:100%;padding:0;width:100%}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;margin:0;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;display:block;height:30px;text-indent:-9999px;width:30px}.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;height:auto;min-height:40px;padding:4px;width:100%}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;display:inline-block;flex:auto;font-size:12px;height:33px;margin:1px 0;padding:0;width:auto}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;height:34px;margin:0 2px!important;width:34px}.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;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-form-group-label{height:auto;padding:0 4px;width:100%}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;height:33px;width:auto}.sun-editor .se-submenu .se-form-group .se-color-input{border:none;border-bottom:2px solid #b1b1b1;outline:none;text-transform:uppercase;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{height:auto;overflow:hidden;position:relative!important;width:100%;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;height:100%;min-height:65px;overflow-x:auto;overflow-y:auto;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%}.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;margin:0;padding:4px;resize:none!important;word-break:break-all}.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{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;color:#b1b1b1;display:none;font-size:13px;left:0;line-height:1.5;margin-left:0;margin-right:0;margin-top:0;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:16px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.sun-editor .se-resizing-bar{background-color:#fafafa;border-top:1px solid #dadada;cursor:ns-resize;display:flex;height:auto;min-height:16px;padding:0 4px;width:auto}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{background:transparent;color:#666;flex:auto;font-size:10px;height:auto;line-height:1.5;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper{background:transparent;color:#999;display:block;flex:none;font-size:13px;height:auto;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{-webkit-animation:blinker .2s linear infinite;animation:blinker .2s linear infinite;color:#b94a48}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;font-size:14px;line-height:1.5;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{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);margin:1.75rem auto;max-width:500px;outline:0;position:relative;width:auto}@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;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{border-radius:4px;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0 0 10px!important;padding:6px 12px;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;line-height:2.5;margin:0;padding:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.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-bottom:0;margin-top:10px}.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{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;text-align:center;width:25px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0;text-align:right}.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-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.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{border:1px solid #ccc;flex:auto;opacity:.8}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{height:8px;width: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;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;font-size:14px;height:34px;line-height:1.42857143;padding:0 4px;width:100%}.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{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:4px;width:70px}.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{border-bottom:1px solid #e5e5e5;height:25px;width:100%}.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{border:1px solid #ccc;direction:ltr;font-size:13px;height:14em;padding:4px;resize:vertical}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{height:28px;margin-left:1em;width:6em}.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{box-shadow:0 0 0 .1rem #c7deff;display:inline-block}.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{box-shadow:0 0 0 .1rem #f2dede;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{color:#b94a48;height:30px;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{background-color:transparent;color:#666;display:block;font-family:inherit;font-size:13px;font-weight:400;height:auto;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre;word-break:break-all}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{display:flex;margin-top:4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{color:#4592ff;display:none;flex:initial;line-height:1.5}.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{color:#3f9dff;width:46px}.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:rgba(0,0,0,.25)}.sun-editor .se-controller{word-wrap:normal;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.25);border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.2);display:none;letter-spacing:normal;line-break:auto;overflow:visible;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:6}.sun-editor .se-controller .se-btn-group{display:flex;left:0;padding:2px;position:relative;top:0;vertical-align:middle}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{display:none;left:50%;min-width:auto;width:-webkit-max-content;width:max-content}.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{border:none;border-radius:4px;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;margin:1px;min-height:34px;padding:5px 10px;position:relative;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.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;margin:0;padding: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{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;margin-top:-50px!important;padding:0}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:transparent;display:none;outline:1px solid #3f9dff;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{background-color:#3f9dff;display:inline-block;opacity:.3;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;height:7px;position:absolute;width:7px}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;left:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;right:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;cursor:sw-resize;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{bottom:-5px;cursor:se-resize;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{bottom:50%;cursor:w-resize;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;left:50%;top:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.rw{bottom:50%;cursor:e-resize;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{bottom:-7px;cursor:s-resize;right:50%}.sun-editor .se-resizing-container .se-resize-display{background-color:#333;border-radius:4px;bottom:0;color:#fff;font-size:12px;margin:5px;padding:5px;position:absolute;right:0}.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{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;padding:0}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;display:inline-block;margin-left:5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;left:0;margin:0;max-width:100%;outline:0 none;padding:0;position:absolute;top:0;width:auto}.sun-editor .se-select-list .se-select-item{cursor:pointer;font-size:13px;line-height:28px;margin:2px 0;min-height:28px;padding:0 5px}.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{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;font-size:14px;line-height:1.5;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{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);margin:20px auto;max-width:100%;outline:0;position:relative;width:960px}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{height:12px;width:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;line-height:2.2;margin:0;padding:0}.sun-editor .se-file-browser .se-file-browser-tags{display:block;margin:0 -15px;padding:0;text-align:left;width:100%}.sun-editor .se-file-browser .se-file-browser-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;color:#333;cursor:pointer;display:inline-block;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none}.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{height:auto;min-height:350px;overflow-y:auto;padding:20px;position:relative}.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{display:block;float:left;height:auto;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{margin:0 10px;width:calc(25% - 20px)}@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{border-radius:4px;cursor:pointer;display:block;height:auto;margin:10px 0;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{box-shadow:0 0 0 .2rem #3288ff;opacity:.8}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;display:block;height:auto;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{background-color:transparent;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;color:#fff;font-size:13px;height:30px;left:0;padding:5px 10px;position:absolute;width:100%;z-index:1}.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}.sun-editor .se-notice{background-color:#f2dede;border:1px solid #eed3d7;color:#b94a48;display:none;font-size:13px;height:auto;margin:0;padding:15px;position:absolute;top:0;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%;word-break:break-all;z-index:7}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{overflow:visible;position:relative}.sun-editor .se-tooltip .se-tooltip-inner{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:transparent;bottom:auto;display:block;float:none;height:auto;left:50%;line-height:1.5;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:120%;transition:opacity .5s;visibility:hidden;width:auto;z-index:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{background-color:#333;border-radius:2px;color:#fff;cursor:auto;display:inline-block;font-size:.9em;height:auto;left:-50%;line-height:inherit;margin:0;padding:4px 6px;position:relative;text-align:center;white-space:nowrap;width:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{border:5px solid transparent;border-bottom-color:#333;bottom:100%;content:"";left:50%;margin-left:-5px;position:absolute}.sun-editor .se-tooltip:hover .se-tooltip-inner{opacity:1;visibility:visible}.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{direction:rtl;flex:auto;text-align:right}.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{border-left-width:0;border-right-width:5px;padding:0 7px 0 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;box-shadow:0 0 0 .2rem #eed3d7;outline:0;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}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}@-webkit-keyframes spinner{to{-webkit-transform:rotate(361deg);transform:rotate(361deg)}}@keyframes spinner{to{-webkit-transform:rotate(361deg);transform:rotate(361deg)}}.sun-editor-editable{word-wrap:break-word;background-color:#fff;color:#333;font-family:Helvetica Neue;font-size:13px;line-height:1.5;margin:0;padding:16px;word-break:normal}.sun-editor-editable *{box-sizing:border-box;color:inherit;font-family:inherit;font-size: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;margin:0;padding:0;vertical-align:baseline}.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{color:#0093ff;cursor:pointer;text-decoration:underline}.sun-editor-editable a.on{background-color:#e8f7ff;color:#0093ff}.sun-editor-editable pre{word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;color:#666;display:block;font-family:monospace;line-height:1.45;margin:0 0 10px;overflow:visible;padding:8px;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;list-style-position:outside;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;margin-bottom:5px;text-align:-webkit-match-parent}.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{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;border:solid #b1b1b1;border-width:0 0 0 5px;color:#999;display:block;font-family:inherit;font-size:inherit;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding:0 5px 0 20px}.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{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}.sun-editor-editable h1,.sun-editor-editable h2{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h2{-webkit-margin-before:.83em;-webkit-margin-after:.83em;font-size:1.5em;margin-block-end:.83em;margin-block-start:.83em}.sun-editor-editable h3{-webkit-margin-before:1em;-webkit-margin-after:1em;font-size:1.17em;margin-block-end:1em;margin-block-start:1em}.sun-editor-editable h3,.sun-editor-editable h4{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h4{-webkit-margin-before:1.33em;-webkit-margin-after:1.33em;font-size:1em;margin-block-end:1.33em;margin-block-start:1.33em}.sun-editor-editable h5{-webkit-margin-before:1.67em;-webkit-margin-after:1.67em;font-size:.83em;margin-block-end:1.67em;margin-block-start:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h6{-webkit-margin-before:2.33em;-webkit-margin-after:2.33em;font-size:.67em;margin-block-end:2.33em;margin-block-start:2.33em}.sun-editor-editable hr{border-color:#000;border-image:none;border-image:initial;border-width:1px 0 0;display:flex;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{background-color:transparent;border:1px solid #ccc;border-collapse:collapse;border-spacing:0;display:table;margin:0 0 10px;max-width:100%;table-layout:auto!important;width:100%}.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{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.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;margin:0 0 10px;padding:1px}.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;height:auto;margin:0;max-width:100%;padding:0;width:auto}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{background:transparent;bottom:0;content:"";cursor:default;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.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;box-shadow:0 0 0 .2rem #c7deff;outline:0}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{height:auto;max-width:100%;width:auto}.sun-editor-editable figure{display:block;margin:0;outline:none;padding:0}.sun-editor-editable figure figcaption{background-color:#f9f9f9;margin:0;outline:none;padding:1em .5em}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{margin:1px;outline:1px solid #4592ff;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;height:100%;left:0;outline:1px solid #9e9e9e;position:absolute;top:0;width:100%}.sun-editor-editable .se-video-container figure{left:0;max-width:100%;width:100%}.sun-editor-editable audio{height:54px;width:300px}.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-bottom:1px solid #b1b1b1;border-top: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{-webkit-animation:neonFlicker 1.5s infinite alternate;animation:neonFlicker 1.5s infinite alternate;background:#000;border:2px solid #fff;border-radius:6px;color:#fff;font-style:italic;font-weight:200;padding:6px 4px;text-transform:uppercase}@-webkit-keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{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;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}20%,24%,55%{box-shadow:none;text-shadow:none}}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{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;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}20%,24%,55%{box-shadow:none;text-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{background-color:rgba(27,31,35,.05);border-radius:6px;color:#666;font-family:monospace;padding:.2em .4em}.findYoutubeHeading{margin:1rem;text-align:center}.youtube-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center}.insert-youtube-form{background-color:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;gap:20px;margin:1rem auto;padding:1rem;width:100%}.insert-youtube-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:307px;width:45%}.insert-youtube-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-youtube-form .input-group input{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.findCategoryHeading{margin:1rem;text-align:center}.category-form-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.insert-category-form{background-color:#fff;border-radius:1rem;margin:1rem auto;padding:1rem}.insert-category-form .input-group{display:flex;flex-direction:column;flex-grow:1;min-width:240px;width:100%}.insert-category-form .input-group label{color:#000;font-size:14px;font-weight:500;margin-bottom:5px}.insert-category-form .input-group input,.insert-category-form .input-group textarea{background-color:#eee;border:none;border-radius:5px;font-size:15px;margin-bottom:1rem;outline:none;padding:10px}.insert-category-form .input-group p{font-size:12px;line-height:20px}.bottom-to-top-button{background-color:#007bff;border:none;border-radius:50%;bottom:20px;color:#fff;cursor:pointer;font-size:24px;height:40px;position:fixed;right:20px;transition:opacity .3s ease-in-out;width:40px;z-index:999}.bottom-to-top-button:hover{opacity:.8}.routine-container{font-family:Segoe UI,sans-serif;max-width:1300px;width:100%}.routine-filters{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px}.routine-select{flex:1 1;min-width:200px}.routine-select label{color:#333;display:block;font-weight:700;margin-bottom:5px}.routine-select select{border:1px solid #ccc;border-radius:6px;font-size:15px;padding:8px 10px;width:100%}.routine-room-wrapper{grid-gap:2px;display:grid;gap:2px;grid-template-columns:1fr}.routine-room-card{background:#f9fbfd;border:1px solid #dbe2ea;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05);overflow-x:auto;padding:15px}.room-header{color:#2a3542;font-size:18px;margin-bottom:10px}.routine-table td,.routine-table th{border:1px solid #e3e8f0;padding:10px 12px;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}.routine-box{background:#f9f9f9;border:1px solid #ddd;border-radius:6px;margin-top:20px;padding:20px}.routine-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.routine-row input{flex:1 1 180px;padding:8px}.routine-action{margin-top:10px;text-align:right}.routine-action button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 14px}.routine-preview{margin-top:30px}.preview-box{background:#eef1f7;border-radius:4px;margin-bottom:8px;padding:10px 15px;position:relative}.routine-title{font-size:20px;font-weight:600;margin:20px 0 10px;text-align:center}.routine-table{background:#fff;border:1px solid #ccc;border-collapse:collapse;width:100%}.routine-table td,.routine-table th{border:1px solid #ccc;font-size:14px;padding:8px 10px;text-align:left}.routine-table th{background:#f0f0f0;font-weight:600}.routine-table tbody tr:nth-child(2n){background:#f9f9f9}.routine-table .removeBtn{background:red;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px}.css-b62m3t-container{flex:1 1}.css-b62m3t-container.special-batch-width,.special-course-width.css-b62m3t-container{flex:2 1}.custom-routine-table{border-collapse:collapse;width:100%}.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{max-width:180px;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap}.data-table-row:hover .truncate-cell{background:#fff;max-width:none;overflow:visible;position:relative;text-overflow:clip;white-space:normal;z-index:10}.dqfNny{padding:2px 4px!important}.famBTi{max-width:100%!important}.radio-options{display:flex;gap:20px;margin-top:8px}.radio-options label{font-weight:400}.notice-card{border-radius:6px;margin-top:1rem}.shadow{box-shadow:0 2px 6px rgba(0,0,0,.08)}.status-row{display:flex;justify-content:flex-end}.status-badge{border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.status-badge.draft{background:#9e9e9e}.status-badge.published{background:#4caf50}.notice-content{font-size:1rem;line-height:1.6;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{border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.1);display:block;height:auto;margin:1rem auto;max-width:100%}.notice-content code,.notice-content pre{background:#f9f9f9;border-radius:4px;font-family:monospace;padding:.5rem;white-space:pre-wrap;word-break:break-word}.notice-content .table-wrapper{overflow-x:auto}.notice-content table{border-collapse:collapse;margin:1rem 0;width:100%}.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}.floating-label{margin-bottom:1.5rem;position:relative}.floating-label input{background:#fff;border:1px solid #ccc;border-radius:6px;font-size:1rem;outline:none;padding:1rem .75rem .5rem;transition:all .3s ease;width:100%}.floating-label input:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.floating-label label{background:#fff;color:#777;left:.75rem;padding:0 4px;pointer-events:none;position:absolute;top:1rem;transition:all .2s ease}.floating-label input:not(:-ms-input-placeholder)+label{color:#007bff;font-size:.75rem;left:.5rem;top:-8px}.floating-label input:focus+label,.floating-label input:not(:placeholder-shown)+label{color:#007bff;font-size:.75rem;left:.5rem;top:-8px}.date-row{display:flex;flex-wrap:wrap;gap:1rem}.date-row .form-group{flex:1 1 200px}.notice-board-container{margin:auto;max-width:1200px}.notice-board-title{color:#2b2e4a;font-size:2.5rem;margin-bottom:2rem;text-align:center}.notice-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.notice-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:1.5rem;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.notice-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.1);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.notice-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.notice-title{color:#1a1a1a;font-size:1.2rem;font-weight:600}.notice-status{border-radius:12px;font-size:.8rem;font-weight:500;padding:4px 10px}.notice-status.published{background:#d1f7d6;color:#1b7f2a}.notice-status.draft{background:#fbe5e5;color:#b00020}.notice-meta{color:#555;display:flex;flex-direction:column;font-size:.85rem;gap:4px;margin-bottom:1rem}.notice-meta i{color:#666;margin-right:6px}.notice-description{color:#333;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.read-more{color:#2f80ed;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s ease}.read-more:hover{color:#1c4db4}.letterhead-box{background:#fff;border:1px solid #ccc;box-shadow:0 0 10px rgba(0,0,0,.1);margin:2rem auto;padding:30px;position:relative;width:800px}.letterhead-footer,.letterhead-header{padding:10px 0;text-align:center}.letterhead-footer{border-bottom:none}.company-name{color:#333;font-size:24px;font-weight:700}.company-address,.contact-info{color:#666;font-size:14px}.notice-title{color:#222;font-size:2rem;font-weight:700;margin-bottom:20px;text-align:center}.letterhead-box .notice-meta-details{color:#444;display:flex;flex-wrap:wrap;font-size:14px;justify-content:space-between;margin-bottom:20px;width:100%}.notice-body{color:#333;font-size:16px;line-height:1.6;margin-bottom:40px}.responsible-persons{display:flex;font-size:14px;justify-content:space-between;text-align:center}.person{flex:1 1}.person strong{display:block;margin-top:5px}@media print{body{background:none;margin:0}.letterhead-box{border:none;box-shadow:none;padding:0;width:100%}}.back-link{background-color:#1e88e5;border-radius:6px;color:#fff;display:inline-block;font-size:14px;margin:30px auto 0;padding:10px 20px;text-align:center;text-decoration:none;transition:background .3s ease}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.322804c3.css.map*/