@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;font-family:Poppins,sans-serif;-webkit-user-select:none;user-select:none}.container{width:90%;margin:0 auto}.row,.mainSide{width:100%;display:flex}.btnGroup{width:100%;display:flex;gap:12px}body{overflow:hidden;background-color:#222}a{color:#fff}h1,h2,h3,h4,h5,h6{font-family:Unbounded,sans-serif;color:#fff}p,a,span{font-size:16px;color:#fff}input,textarea,label,select{font-size:16px;color:#080f25}.customButton{width:100%;max-height:44px;min-height:44px;background-color:#222;border:0;border-radius:4px;padding:10px 16px;display:flex;justify-content:center;align-items:center;gap:16px;cursor:pointer;transition:all .3s ease}.customButton.isDelete{background-color:red}.customButton.isDelete:hover{background-color:red;opacity:.7}.customButton span{display:inline-flex;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#fff}.customButton span.leftIcon,.customButton span.rightIcon{width:24px;height:24px}.customButton span.leftIcon svg,.customButton span.rightIcon svg{width:24px;height:24px}.customButton:hover{background-color:#7f25fb}.customButton:active{transform:scale(.9)}.customButton:disabled{cursor:not-allowed;opacity:.5}.customButton:disabled:hover{background-color:#222}.customButton:disabled:active{transform:scale(1)}.inpWrapper{width:100%;display:flex;flex-direction:column;gap:8px}.inpWrapper .inputLabel{font-size:12px}.inpWrapper .inputLabel.error,.inpWrapper .inputLabel span{color:red}.inpWrapper .customInput{display:flex;align-items:center;width:100%;min-height:40px;border-bottom:1px solid #343b4f;background:transparent;position:relative}.inpWrapper .customInput .leftIcon,.inpWrapper .customInput .rightIcon{width:20px;height:20px}.inpWrapper .customInput .leftIcon svg,.inpWrapper .customInput .rightIcon svg{width:20px;height:20px}.inpWrapper .customInput:has(input:disabled){border:none}.inpWrapper .customInput input{width:100%;height:100%;background:transparent;border:0;outline:0;padding:8px}.inpWrapper .customInput input:disabled{background-color:#7e89ac;border:none;border-radius:4px;cursor:not-allowed}.inpWrapper .customInput input:focus{border-color:#fdb52a}.inpWrapper .customInput.error{color:red;border-color:red}.inpWrapper .customInput.error .leftIcon svg,.inpWrapper .customInput.error .rightIcon svg{fill:red}.inpWrapper .customInput.error input:focus{border-color:red}.inpWrapper .customInput:disabled{background-color:#7e89ac;border-bottom:none;border-radius:4px;cursor:not-allowed}.inpWrapper .errorMsg{font-size:14px;color:red}.inpWrapper .fileLabel{width:100%;height:40px;min-height:40px;display:flex;align-items:center;gap:12px;position:absolute;top:0;left:0}.inpWrapper .fileLabel div{width:40px;height:100%}.inpWrapper .fileLabel div img,.inpWrapper .fileLabel div svg{width:100%;height:100%}.inpWrapper .fileLabel div img{object-fit:contain}.inpWrapper .fileLabel span{display:inline-block;width:80%;color:#080f25}.customForm{width:100%;background:#aeb9e1;overflow:hidden;border-radius:16px;padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.loader{width:100%;height:100vh;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;display:flex;justify-content:center;align-items:center;background-color:#222}.loader.inBtn{width:auto;height:auto;position:relative;top:auto;left:auto;right:auto;bottom:auto;background-color:transparent}.loader.inBtn .wrapper{width:24px;height:10px;position:relative}.loader.inBtn .wrapper .circle{width:6px;height:6px;position:absolute;border-radius:50%;background-color:#fff;left:0%;animation:circleBtn .6s alternate infinite ease}.loader.inBtn .wrapper .circle:nth-child(2){left:8px;animation-delay:.15s}.loader.inBtn .wrapper .circle:nth-child(3){left:16px;animation-delay:.3s}.loader.inBtn .wrapper .shadow{width:6px;height:2px;border-radius:50%;background-color:#0009;position:absolute;top:8px;filter:blur(.5px);z-index:-1;left:0%;animation:shadowBtn .6s alternate infinite ease}.loader.inBtn .wrapper .shadow:nth-child(4){left:8px;animation-delay:.15s}.loader.inBtn .wrapper .shadow:nth-child(5){left:16px;animation-delay:.3s}.loader .wrapper{width:200px;height:60px;position:relative;z-index:11}.loader .wrapper .circle{width:20px;height:20px;position:absolute;border-radius:50%;background-color:#fff;left:15%;transform-origin:50%;animation:circle7124 .5s alternate infinite ease}.loader .wrapper .circle:nth-child(2){left:45%;animation-delay:.2s}.loader .wrapper .circle:nth-child(3){left:auto;right:15%;animation-delay:.3s}.loader .wrapper .shadow{width:20px;height:4px;border-radius:50%;background-color:#000000e6;position:absolute;top:62px;transform-origin:50%;z-index:-1;left:15%;filter:blur(1px);animation:shadow046 .5s alternate infinite ease}.loader .wrapper .shadow:nth-child(4){left:45%;animation-delay:.2s}.loader .wrapper .shadow:nth-child(5){left:auto;right:15%;animation-delay:.3s}@keyframes circle7124{0%{top:60px;height:5px;border-radius:50px 50px 25px 25px;transform:scaleX(1.7)}40%{height:20px;border-radius:50%;transform:scaleX(1)}to{top:0%}}@keyframes shadow046{0%{transform:scaleX(1.5)}40%{transform:scaleX(1);opacity:.7}to{transform:scaleX(.2);opacity:.4}}@keyframes circleBtn{0%{top:8px;height:2px;transform:scaleX(1.3)}50%{height:6px;transform:scaleX(1)}to{top:0}}@keyframes shadowBtn{0%{transform:scaleX(1.2);opacity:.5}to{transform:scaleX(.4);opacity:.2}}.header{width:100%;padding:16px 0;background-color:#222;position:relative;overflow:hidden}.header .container .row{width:100%;justify-content:center;align-items:center}.header .container .row .userArea{display:flex;justify-content:center;align-items:center;gap:8px}.header .container .row .userArea .settings{width:24px;height:24px;cursor:pointer}.header .container .row .userArea .settings svg{width:24px;height:24px;transform:rotate(0) scale(1);transition:all .3s ease}.header .container .row .userArea .settings:hover svg{transform:rotate(360deg) scale(1.5)}.footer{width:100%;background-color:#222;overflow:hidden;position:relative;z-index:11}.footer .container .row{position:relative;flex-direction:column}.footer .container .row .footerTop{color:#fff}.footer .container .row .footerTop .slogan{font-size:24px;font-weight:600;color:#fff;font-family:Poppins,sans-serif}.footer .container .row .divider{width:100%;height:1px;background-color:#7e89ac}.footer .container .row .footerBottom{display:flex;align-items:center;justify-content:space-between;z-index:1;width:100%;padding:26px 0}.footer .container .row .footerBottom p{font-family:Poppins,sans-serif;color:#fff}@media(max-width:768px){.footer .container .row .footerBottom{flex-direction:column;gap:16px;align-items:flex-start}.footer .container .row .footerBottom p{font-size:14px}}.intro{width:100%;height:100vh;position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;background-color:#000;display:flex;justify-content:center;align-items:center}.intro.outtro{animation:outtroAnim .5s ease forwards}@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-1{0%{fill:transparent}to{fill:#fff}}.intro .svg-elem-1{-webkit-animation:animate-svg-fill-1 .7s cubic-bezier(.95,.05,.795,.035) .8s both;animation:animate-svg-fill-1 .7s cubic-bezier(.95,.05,.795,.035) .8s both}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-2{0%{fill:transparent}to{fill:#fff}}.intro .svg-elem-2{-webkit-animation:animate-svg-fill-2 .7s cubic-bezier(.95,.05,.795,.035) .9s both;animation:animate-svg-fill-2 .7s cubic-bezier(.95,.05,.795,.035) .9s both}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-3{0%{fill:transparent}to{fill:#fff}}.intro .svg-elem-3{-webkit-animation:animate-svg-fill-3 .7s cubic-bezier(.95,.05,.795,.035) 1s both;animation:animate-svg-fill-3 .7s cubic-bezier(.95,.05,.795,.035) 1s both}@-webkit-keyframes animate-svg-fill-4{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-4{0%{fill:transparent}to{fill:#fff}}.intro .svg-elem-4{-webkit-animation:animate-svg-fill-4 .7s cubic-bezier(.95,.05,.795,.035) 1.1s both;animation:animate-svg-fill-4 .7s cubic-bezier(.95,.05,.795,.035) 1.1s both}@-webkit-keyframes animate-svg-fill-5{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-5{0%{fill:transparent}to{fill:#fff}}.intro .svg-elem-5{-webkit-animation:animate-svg-fill-5 .7s cubic-bezier(.95,.05,.795,.035) 1.2s both;animation:animate-svg-fill-5 .7s cubic-bezier(.95,.05,.795,.035) 1.2s both}@-webkit-keyframes animate-svg-fill-6{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-6{0%{fill:transparent}to{fill:#fff}}.intro .svg-elem-6{-webkit-animation:animate-svg-fill-6 .7s cubic-bezier(.95,.05,.795,.035) 1.3s both;animation:animate-svg-fill-6 .7s cubic-bezier(.95,.05,.795,.035) 1.3s both}@-webkit-keyframes animate-svg-fill-7{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-7{0%{fill:transparent}to{fill:#fff}}.intro .svg-elem-7{-webkit-animation:animate-svg-fill-7 .7s cubic-bezier(.95,.05,.795,.035) 1.4s both;animation:animate-svg-fill-7 .7s cubic-bezier(.95,.05,.795,.035) 1.4s both}@-webkit-keyframes animate-svg-fill-8{0%{fill:transparent}to{fill:#61c094}}@keyframes animate-svg-fill-8{0%{fill:transparent}to{fill:#61c094}}.intro .svg-elem-8{-webkit-animation:animate-svg-fill-8 .7s cubic-bezier(.95,.05,.795,.035) 1.5s both;animation:animate-svg-fill-8 .7s cubic-bezier(.95,.05,.795,.035) 1.5s both}@-webkit-keyframes animate-svg-fill-9{0%{fill:transparent}to{fill:#38c2f1}}@keyframes animate-svg-fill-9{0%{fill:transparent}to{fill:#38c2f1}}.intro .svg-elem-9{-webkit-animation:animate-svg-fill-9 .7s cubic-bezier(.95,.05,.795,.035) 1.6s both;animation:animate-svg-fill-9 .7s cubic-bezier(.95,.05,.795,.035) 1.6s both}@-webkit-keyframes animate-svg-fill-10{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-10{0%{fill:transparent}to{fill:#fff}}.intro .svg-elem-10{-webkit-animation:animate-svg-fill-10 .7s cubic-bezier(.95,.05,.795,.035) 1.7s both;animation:animate-svg-fill-10 .7s cubic-bezier(.95,.05,.795,.035) 1.7s both}@-webkit-keyframes animate-svg-fill-11{0%{fill:transparent}to{fill:#f26b21}}@keyframes animate-svg-fill-11{0%{fill:transparent}to{fill:#f26b21}}.intro .svg-elem-11{-webkit-animation:animate-svg-fill-11 .7s cubic-bezier(.95,.05,.795,.035) 1.8s both;animation:animate-svg-fill-11 .7s cubic-bezier(.95,.05,.795,.035) 1.8s both}@keyframes animate-svg-fill-out{0%{fill:currentColor}to{fill:transparent}}@keyframes outtroAnim{0%{opacity:1}to{opacity:0;display:none}}.sideBar{width:50px;height:calc(100vh - 154.33px);transition:all .3s ease;padding:8px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #7e89ac;border-top-right-radius:8px;border-bottom-right-radius:8px;border-left:0;background-color:#222}.sideBar .toggleSideBar{width:100%;display:flex;justify-content:center;height:24px;cursor:pointer;transition:all .3s ease}.sideBar .toggleSideBar svg{width:24px;height:24px}.sideBar .toggleSideBar:hover{opacity:.8}.sideBar .sideList{width:100%;height:100%;display:flex;flex-direction:column;opacity:1;visibility:visible;transform:translate(0);transition:all .3s ease;padding:4px 0;overflow-y:auto}.sideBar .sideList::-webkit-scrollbar{display:none}.sideBar .sideList.active{gap:0}.sideBar .sideList.active .sideListItem a{padding:16px;justify-content:flex-start}.sideBar .sideList.active .sideListItem a .text{display:inline}.sideBar .sideList.active .sideListItem a:hover{background-color:#6c72ff}.sideBar .sideList.active .sideListItem.active a{background-color:#6c72ff;border-bottom:0}.sideBar .sideList .sideListItem a{display:flex;align-items:center;justify-content:center;gap:4px;position:relative;transition:all .3s ease;padding:16px 0}.sideBar .sideList .sideListItem a .icon{width:24px;height:24px}.sideBar .sideList .sideListItem a .icon svg{width:100%;height:100%}.sideBar .sideList .sideListItem a .text{font-weight:500;display:none}.sideBar .sideList .sideListItem a.active{background-color:#6c72ff}.sideBar .sideList .sideListItem a:hover{transform:scale(1.1)}.sideBar .sideList .sideListItem.active a{border-bottom:1px solid #ffffff}.sideBar .logout{width:24px;height:24px;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;margin-top:24px}.sideBar .logout svg{width:24px;height:24px}.sideBar .logout:hover{opacity:.8}.sideBar.active{width:250px;padding:8px 0;border-bottom-right-radius:0}.sideBar.active .toggleSideBar{justify-content:flex-end;padding-right:8px}.sideBar.active .logout{margin-left:8px}.customSection{width:100%;height:calc(100vh - 154.33px);transition:all .3s ease;background-color:#222;overflow-y:scroll;padding-bottom:32px}.customSection::-webkit-scrollbar{display:none}.customSection.active{width:calc(100% - 230px)}.customSection .container{width:95%}.customModal{width:100%;height:100vh;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:12}.customModal .content{width:50%;max-height:90%;padding:16px;border-radius:8px;background:#fff;overflow:auto}.customModal .content .customModalHeader{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.customModal .content .customModalHeader .title{font-size:18px;font-weight:500;color:#080f25}.customModal .content .customModalHeader svg{width:28px;height:28px;cursor:pointer;transition:all .3s ease}.customModal .content .customModalHeader svg:hover{transform:scale(1.05)}.customModal .content .customModalHeader svg:active{transform:scale(.95)}.customModal .content .isDeleteBox{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.customModal .content .isDeleteBox .question{font-size:18px;font-weight:500;color:#080f25}.customModal .customTextArea{width:100%;min-height:100px;background:transparent;border:0;outline:0;resize:none;border-bottom:1px solid #343b4f}.customModal .customTextArea::-webkit-scrollbar{opacity:0;visibility:hidden}.joinCard{width:calc(25% - 12px);min-width:200px;background:#d9e1fa;border-radius:4px;padding:8px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.joinCard .info{display:flex;flex-direction:column;align-items:center;gap:8px}.joinCard .info .trash{width:100%;display:flex;justify-content:flex-end;height:24px}.joinCard .info .trash svg{width:24px;height:24px;transition:.3s ease;cursor:pointer}.joinCard .info .trash svg:hover{transform:scale(1.1)}.joinCard .info .icon{width:96px;height:96px;border-radius:100%}.joinCard .info .icon img,.joinCard .info .icon svg{width:100%;height:100%}.joinCard .info .icon img{border-radius:100%;object-fit:cover}.joinCard .info p{color:#101935}.lessonCard{width:100%;border-radius:6px;background-color:#aeb9e1;overflow:hidden;position:relative}.lessonCard .image{width:100%;height:100%}.lessonCard .image img{width:100%;height:100%;object-fit:contain}.lessonCard .info{background-color:#ffffff50;position:absolute;bottom:0;left:0;width:100%;padding:8px;display:flex;flex-direction:column;gap:4px}.lessonCard .info .title{font-weight:500;color:#101935}.lessonCard .info p{font-size:14px;color:#37446b}.lessonCard .info p span{font-weight:600;color:#080f25}.lessonCard .options{position:absolute;top:10px;right:10px;width:24px;height:24px;cursor:pointer;background-color:#000;border-radius:4px;padding:4px;display:flex;justify-content:center;align-items:center}.lessonCard .close{position:absolute;top:10px;right:10px;width:24px;height:24px;cursor:pointer}.lessonCard .btnHover{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;transition:all .3s ease;background-color:#7e89ac;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;opacity:0;visibility:hidden;padding:16px;border-top-right-radius:6px;border-top-left-radius:6px}.lessonCard .btnHover.active{opacity:1;visibility:visible}.joinCardEdit{width:100%}.joinCardEdit .image{width:96px;height:96px;position:relative;border-radius:100%}.joinCardEdit .image label img,.joinCardEdit .image label svg{width:100%;height:100%}.joinCardEdit .image label img{border-radius:100%;object-fit:cover}.joinCardEdit .image .uploadIcon{width:28px;height:28px;position:absolute;right:5px;bottom:5px;background:#d9e1fa;border-radius:100%;display:flex;justify-content:center;align-items:center}.joinCardEdit .image .uploadIcon svg{width:75%;height:75%}.joinCardEdit .customForm{margin-top:24px}.joinCardEdit .customForm .iconInput{display:none}.companyCard{width:calc(25% - 8px);border-radius:4px;border:1px solid #ffffff}.companyCard .logo{width:100%;height:100px;padding:16px}.companyCard .logo img,.companyCard .logo svg{width:100%;height:100%}.companyCard .logo img{object-fit:contain}.companyCard .content{padding:16px;width:100%;background-color:#fff}.companyCard .content p{color:#080f25}.companyForm{width:100%}.companyForm .image{width:100%;height:100px;position:relative}.companyForm .image label img,.companyForm .image label svg{width:100%;height:100%}.companyForm .image label img{object-fit:contain}.companyForm .image .uploadIcon{width:28px;height:28px;position:absolute;right:5px;bottom:5px;background:#d9e1fa;border-radius:100%;display:flex;justify-content:center;align-items:center}.companyForm .image .uploadIcon svg{width:75%;height:75%}.studentCard{display:inline-block;width:100%;height:320px;max-height:320px;position:relative;overflow:hidden;cursor:pointer}.studentCard img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.studentCard .info{position:absolute;bottom:8px;left:8px;right:8px;padding:12px;border-radius:4px;background-color:#ffffff12;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:#080f25}.studentCard .info .title{margin-bottom:6px;font-family:Poppins,sans-serif;color:#080f25}.studentCard .info .profession{margin-bottom:10px;font-family:Poppins,sans-serif;color:#080f25}.studentCard .info .company{width:100%;font-family:Poppins,sans-serif;display:flex;justify-content:space-between;align-items:center;color:#080f25}.studentCard .info .company .icon{position:relative;display:inline-block;background-color:transparent;box-shadow:none;width:14px;height:14px}.studentCard .btnGroup{width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;background-color:#00000080;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);flex-direction:column;opacity:0;visibility:hidden;transform:translateY(100%);transition:.3s ease;padding:8px;justify-content:center;align-items:center}.studentCard:hover .btnGroup{opacity:1;visibility:visible;transform:translateY(0)}.studentEdit{width:100%}.studentEdit .image{width:190px;height:190px;border-radius:100%;position:relative}.studentEdit .image label img,.studentEdit .image label svg{width:100%;height:100%}.studentEdit .image label img{border-radius:100%;object-fit:cover;object-position:top}.studentEdit .image .uploadIcon{width:28px;height:28px;position:absolute;right:14px;bottom:14px;background:#d9e1fa;border-radius:100%;display:flex;justify-content:center;align-items:center}.studentEdit .image .uploadIcon svg{width:75%;height:75%}.customSelect{width:100%;height:40px;background-color:transparent}.customSelect .css-13cymwt-control,.customSelect .css-t3ipsp-control{background-color:transparent;border:0;border-bottom:1px solid #343b4f;border-radius:0;box-shadow:none}.customSelect .css-13cymwt-control:hover,.customSelect .css-t3ipsp-control:hover{border:0;border-bottom:1px solid #343b4f;border-radius:0}.customSelect .css-13cymwt-control .css-1wy0on6 .css-1u9des2-indicatorSeparator,.customSelect .css-t3ipsp-control .css-1wy0on6 .css-1u9des2-indicatorSeparator{background-color:#343b4f}.customSelect .css-13cymwt-control .css-1wy0on6 .css-1xc3v61-indicatorContainer svg,.customSelect .css-t3ipsp-control .css-1wy0on6 .css-1xc3v61-indicatorContainer svg{fill:#343b4f}.customSelect .css-13cymwt-control .css-1dimb5e-singleValue,.customSelect .css-t3ipsp-control .css-1dimb5e-singleValue{color:#080f25}.instructorCard{display:inline-block;width:100%;height:100%;height:270px;position:relative;overflow:hidden}.instructorCard img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:all .3s ease}.instructorCard .info{position:absolute;bottom:8px;left:8px;right:8px;padding:12px;border-radius:4px;background-color:#ffffff12;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:#101935}.instructorCard .info .title{font-size:18px;font-weight:600;margin-bottom:6px;font-family:Poppins,sans-serif}.instructorCard .info .profession{font-size:12px;font-weight:500;margin-bottom:10px;font-family:Poppins,sans-serif}.instructorCard .info .company{font-size:12px;font-weight:500;font-family:Poppins,sans-serif;display:flex;justify-content:space-between;align-items:center}.instructorCard .info .company .icon{position:relative;display:inline-block;background-color:transparent;box-shadow:none;width:14px;height:14px}.instructorCard .btnHover{width:100%;height:50%;position:absolute;top:0;left:0;right:0;bottom:0;transition:all .3s ease;background-color:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;transform:translateY(-100%);opacity:0;visibility:hidden;padding:16px}.instructorCard:hover .btnHover{transform:translateY(0);opacity:1;visibility:visible}.blogCard{width:100%;height:400px;border-radius:6px;display:flex;flex-direction:column;background:#d1dbf9;transition:.3s ease;overflow:hidden;cursor:pointer}.blogCard:hover{transform:scale(1.02)}.blogCard .cardImg{width:100%;height:50%;border-top-right-radius:6px;border-top-left-radius:6px}.blogCard .cardImg img{width:100%;height:100%;object-fit:cover;object-position:top;border-top-right-radius:6px;border-top-left-radius:6px}.blogCard .cardInfo{width:100%;height:50%;padding:16px;display:flex;flex-direction:column;gap:12px}.blogCard .cardInfo p{color:#080f25}.blogCard .cardInfo .date,.blogCard .cardInfo .description{font-size:12px;font-weight:400;font-family:Poppins,sans-serif}.blogCard .cardInfo .date{color:#7e89ac}.blogCard .cardInfo .description{color:#101935}.blogCard .cardInfo .title{font-size:18px;font-weight:600}.blogCard .btnHover{width:100%;height:50%;position:absolute;top:0;left:0;right:0;bottom:0;transition:all .3s ease;background-color:#7e89ac;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;transform:translateY(-100%);opacity:0;visibility:hidden;padding:16px;border-top-right-radius:6px;border-top-left-radius:6px}.blogCard:hover .btnHover{transform:translateY(0);opacity:1;visibility:visible}.newsCard{width:100%;height:400px;border-radius:6px;display:flex;flex-direction:column;background:#d1dbf9;transition:.3s ease;overflow:hidden;cursor:pointer}.newsCard:hover{transform:scale(1.02)}.newsCard .cardImg{width:100%;height:50%;border-top-right-radius:6px;border-top-left-radius:6px}.newsCard .cardImg img{width:100%;height:100%;object-fit:cover;object-position:top;border-top-right-radius:6px;border-top-left-radius:6px}.newsCard .cardInfo{width:100%;height:50%;padding:16px;display:flex;flex-direction:column;gap:12px}.newsCard .cardInfo p{color:#080f25}.newsCard .cardInfo .date,.newsCard .cardInfo .description{font-size:12px;font-weight:400;font-family:Poppins,sans-serif}.newsCard .cardInfo .date{color:#7e89ac}.newsCard .cardInfo .description{color:#101935}.newsCard .cardInfo .title{font-size:18px;font-weight:600}.newsCard .btnHover{width:100%;height:50%;position:absolute;top:0;left:0;right:0;bottom:0;transition:all .3s ease;background-color:#7e89ac;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;transform:translateY(-100%);opacity:0;visibility:hidden;padding:16px;border-top-right-radius:6px;border-top-left-radius:6px}.newsCard:hover .btnHover{transform:translateY(0);opacity:1;visibility:visible}.graduateCard{width:100%;max-height:300px;border-radius:6px;background-color:#d1dbf9;position:relative;overflow:hidden}.graduateCard .image{width:100%;height:50%;border-top-left-radius:6px;border-top-right-radius:6px}.graduateCard .image img{width:100%;height:100%;object-fit:cover}.graduateCard .info{width:100%;height:50%;padding:12px;display:flex;flex-direction:column;gap:8px}.graduateCard .btnHover{width:100%;height:50%;position:absolute;left:0;right:0;bottom:0;transition:all .3s ease;background-color:#7e89ac;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;transform:translateY(100%);opacity:0;visibility:hidden;padding:16px;border-top-right-radius:6px;border-top-left-radius:6px}.graduateCard:hover .btnHover{transform:translateY(0);opacity:1;visibility:visible}.lessonEdit{width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.lessonEdit .leftSide,.lessonEdit .rightSide{display:flex;flex-direction:column;gap:8px}.lessonEdit .leftSide .label,.lessonEdit .rightSide .label{font-size:12px;color:#080f25}.lessonEdit .leftSide,.lessonEdit .rightSide{width:50%;height:100%}.lessonEdit .trainerSelect{display:flex;flex-direction:column;gap:8px;margin-top:8px}.lessonEdit .trainerSelect .trainerSelectLabel{font-size:12px;color:#080f25;font-weight:500}.lessonEdit .trainerSelect .trainerSelectDropdown{width:100%;min-height:40px;padding:8px;border:none;border-bottom:1px solid #343b4f;border-radius:0;font-size:14px;background:transparent;cursor:pointer;transition:border-color .2s ease}.lessonEdit .trainerSelect .trainerSelectDropdown:focus{outline:none;border-color:#fdb52a}.lessonEdit .trainerSelect .selectedTrainersBadges{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.lessonEdit .trainerSelect .trainerBadge{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff40;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:24px;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 16px #0000001a}.lessonEdit .trainerSelect .trainerBadge .trainerBadgeAvatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5);box-shadow:0 2px 8px #00000026}.lessonEdit .trainerSelect .trainerBadge .trainerBadgeName{font-size:13px;color:#080f25;font-weight:500}.lessonEdit .trainerSelect .trainerBadge .trainerBadgeRemove{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:#ff4757cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border-radius:50%;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.lessonEdit .trainerSelect .trainerBadge .trainerBadgeRemove:hover{background:#ff2e44f2;transform:scale(1.1);box-shadow:0 2px 8px #ff475766}.lessonBadge{width:100%;max-width:200px;display:flex;flex-direction:column;gap:8px;background-color:#7e89ac;padding:12px}.lessonBadge p{color:#080f25}.lessonSyllabusSectionCard{width:100%;min-width:200px;background-image:url(/assets/banner-cXpPl_RK.png);background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:4px;padding:8px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.lessonSyllabusSectionCard .info{display:flex;flex-direction:column;gap:8px;background:#ffffff50;padding:8px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:8px}.lessonSyllabusSectionCard .info .head{width:100%;display:flex;align-items:center;justify-content:space-between}.lessonSyllabusSectionCard .info .head h4{color:#101935}.lessonSyllabusSectionCard .info .head .trash{display:flex;justify-content:flex-end;height:24px}.lessonSyllabusSectionCard .info .head .trash svg{width:24px;height:24px;transition:.3s ease;cursor:pointer}.lessonSyllabusSectionCard .info .head .trash svg:hover{transform:scale(1.1)}.lessonSyllabusSectionCard .info .topicInfo .topicText{color:#101935}.lessonSyllabusSectionCard .info .topicInfo .topicText span{color:#101935;font-weight:600}.lessonSyllabusSectionCard .info p{color:#101935}.lessonSyllabusSectionCard .customButton{margin-top:16px;background-color:#fff;transition:.3s ease;border:1px solid transparent}.lessonSyllabusSectionCard .customButton.isDelete{background-color:red}.lessonSyllabusSectionCard .customButton.isDelete span{color:#fff}.lessonSyllabusSectionCard .customButton.isDelete:hover{border-color:red;background-color:transparent}.lessonSyllabusSectionCard .customButton.isDelete:hover span{color:red}.lessonSyllabusSectionCard .customButton span{color:#101935;transition:.3s ease}.lessonSyllabusSectionCard .customButton:hover{background-color:#ffffff50;border-color:#fff}.lessonSyllabusSectionCard .customButton:hover span{color:#fff}.galleryForm{width:100%}.galleryForm .image{width:100%;position:relative;display:flex;justify-content:center;align-items:center}.galleryForm .image label img,.galleryForm .image label svg{width:500px;height:100%}.galleryForm .image label img{object-fit:contain}.galleryForm .image .uploadIcon{width:28px;height:28px;position:absolute;right:5px;bottom:5px;background:#d9e1fa;border-radius:100%;display:flex;justify-content:center;align-items:center}.galleryForm .image .uploadIcon svg{width:75%;height:75%}.lessonTeacherCard{width:calc(25% - 12px);min-width:200px;max-height:420px;background:#d9e1fa;border-radius:4px;padding:8px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.lessonTeacherCard .icon{width:100%;height:60%}.lessonTeacherCard .icon img,.lessonTeacherCard .icon svg{width:100%;height:100%;object-position:top center}.lessonTeacherCard .icon img{object-fit:cover}.lessonTeacherCard .info{display:flex;flex-direction:column}.lessonTeacherCard .info p{color:#101935;font-size:14px}.studentCareerCard{display:inline-block;width:25%;height:420px;max-height:420px;position:relative;overflow:hidden;cursor:pointer}.studentCareerCard img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.studentCareerCard .info{position:absolute;bottom:8px;left:8px;right:8px;padding:12px;border-radius:4px;background-color:#ffffff12;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:#080f25}.studentCareerCard .info .title{margin-bottom:6px;font-family:Poppins,sans-serif;color:#080f25}.studentCareerCard .info .profession{margin-bottom:10px;font-family:Poppins,sans-serif;color:#080f25}.studentCareerCard .info .company{width:100%;font-family:Poppins,sans-serif;display:flex;justify-content:space-between;align-items:center;color:#080f25}.studentCareerCard .info .company .icon{position:relative;display:inline-block;background-color:transparent;box-shadow:none;width:14px;height:14px}.studentCareerCard .btnGroup{width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;background-color:#00000080;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);flex-direction:column;opacity:0;visibility:hidden;transform:translateY(100%);transition:.3s ease;padding:8px;justify-content:center;align-items:center}.studentCareerCard:hover .btnGroup{opacity:1;visibility:visible;transform:translateY(0)}.richTextEditorModal{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-width:600px;max-width:900px}@media(max-width:768px){.richTextEditorModal{min-width:100%}}.richTextEditorModal .editorContainer{width:100%}.richTextEditorModal .editorContainer .ql-container{min-height:300px;max-height:500px;overflow-y:auto;font-size:16px;font-family:inherit;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#fff}.richTextEditorModal .editorContainer .ql-toolbar{border-top-left-radius:8px;border-top-right-radius:8px;background-color:#d9e1fa;border-color:#aeb9e1}.richTextEditorModal .editorContainer .ql-container{border-color:#aeb9e1}.richTextEditorModal .editorContainer .ql-editor{min-height:280px}.richTextEditorModal .editorContainer .ql-editor p{color:#222}.richTextEditorModal .editorContainer .ql-editor.ql-blank:before{font-style:normal;color:#7e89ac}.richTextEditorModal .btnGroup{display:flex;justify-content:flex-end;gap:1rem}.contentPreview{display:flex;flex-direction:column;gap:.5rem;width:100%}.contentPreview .label{font-size:14px;font-weight:500;color:#222}.contentPreview .previewBox{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #aeb9e1;border-radius:8px;background-color:#d9e1fa;min-height:60px}.contentPreview .previewBox.disabled{opacity:.6;pointer-events:none}.contentPreview .previewBox .previewText{flex:1;font-size:14px;color:#7e89ac;max-height:80px;overflow:hidden;text-overflow:ellipsis}.contentPreview .previewBox .previewText.hasContent{color:#222}.contentPreview .errorMsg{color:red;font-size:12px;margin-top:4px}.editorModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1100;padding:2rem}.editorModalContent{background-color:#fff;border-radius:12px;max-width:900px;width:90%;max-height:90vh;overflow-y:auto;padding:1.5rem;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.editorModalContent .editorModalHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #aeb9e1}.editorModalContent .editorModalHeader h2{font-size:1.25rem;font-weight:600;color:#222;margin:0}.editorModalContent .editorModalHeader .closeBtn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#7e89ac;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.editorModalContent .editorModalHeader .closeBtn:hover{background-color:#d9e1fa;color:#222}.homePage{width:100%}.homePage .row{flex-direction:column;gap:32px}.homePage .row .title{font-size:24px;font-weight:600}.homePage .row .applicationsTable{width:100%;color:#fff;border-collapse:collapse}.homePage .row .applicationsTable thead tr th{border:1px solid #ffffff;text-align:center;padding:4px}.homePage .row .applicationsTable tbody tr{transition:all .3s ease}.homePage .row .applicationsTable tbody tr.isRead{background-color:green}.homePage .row .applicationsTable tbody tr td{border:1px solid #ffffff;text-align:center;padding:4px}.homePage .row .applicationsTable tbody tr td:nth-last-child(1){padding:0 12px}.homePage .row .applicationsTable tbody tr td a{transition:all .3s ease}.homePage .row .applicationsTable tbody tr td a:hover{color:#6c72ff}.homePage .row .applicationsTable tbody tr td svg{width:24px;height:24px;transition:all .3s ease;cursor:pointer}.homePage .row .applicationsTable tbody tr td svg:hover{transform:scale(1.1);fill:red}.homePage .row .applicationsTable tbody tr td svg:active{transform:scale(.9)}.homePage .row .applicationsTable tbody tr:hover{background:#57c3ff;transform:scale(1.01)}.aboutPage{width:100%}.aboutPage .row{flex-direction:column;gap:32px}.aboutPage .row .title{font-size:24px;font-weight:600}.aboutPage .row .question{width:100%;font-size:20px;font-weight:500;text-align:left;color:#080f25}.aboutPage .row .whytoJoinGroup{width:100%;display:flex;flex-wrap:wrap;gap:12px}.aboutGallery{width:100%}.aboutGallery .row{flex-direction:column;gap:32px}.aboutGallery .row .pageHeader{display:flex;justify-content:space-between;align-items:center}.aboutGallery .row .pageHeader .title{font-size:24px;font-weight:600}.aboutGallery .row .pageHeader .customButton{width:auto;background:#57c3ff}.aboutGallery .row .pageHeader .customButton:hover{opacity:.7}.aboutGallery .row .galleryBox{display:flex;flex-wrap:wrap;gap:8px}.aboutGallery .row .galleryBox .galleryCard{width:calc(33% - 8px);position:relative;overflow:hidden;border-radius:12px}.aboutGallery .row .galleryBox .galleryCard img{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:12px;transition:all .3s ease}.aboutGallery .row .galleryBox .galleryCard:hover img{transform:scale(1.1)}.aboutGallery .row .galleryBox .galleryCard .icons{position:absolute;top:5px;right:5px;display:flex;z-index:1;gap:4px;align-items:center}.aboutGallery .row .galleryBox .galleryCard .icons .icon{width:36px;height:36px;background-color:#222;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;cursor:pointer;transition:all .3s ease}.aboutGallery .row .galleryBox .galleryCard .icons .icon:hover{background-color:#22222250}.companiesPage{width:100%}.companiesPage .row{flex-direction:column;gap:32px}.companiesPage .row .pageHeader{display:flex;justify-content:space-between;align-items:center}.companiesPage .row .pageHeader .title{font-size:24px;font-weight:600}.companiesPage .row .pageHeader .customButton{width:auto;background:#57c3ff}.companiesPage .row .pageHeader .customButton:hover{opacity:.7}.companiesPage .row .companiesBox{display:flex;flex-wrap:wrap;gap:8px}.heroPage{width:100%}.heroPage .row{flex-direction:column;gap:32px}.heroPage .row .title{font-size:24px;font-weight:600}.footerPage{width:100%}.footerPage .row{flex-direction:column;gap:32px}.footerPage .row .title{font-size:24px;font-weight:600}.faqPage{width:100%}.faqPage .row{flex-direction:column;gap:24px}.faqPage .row .faqHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.faqPage .row .faqHeader .customButton{width:auto;background:#57c3ff}.faqPage .row .faqHeader .customButton:hover{opacity:.7}.faqPage .row .faqCardBox{width:100%;display:flex;gap:12px;flex-wrap:wrap}.faqPage .row .faqCardBox .faqCard{width:24%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px;background-color:#aeb9e1;padding:16px;border-radius:4px}.faqPage .row .faqCardBox .faqCard h4,.faqPage .row .faqCardBox .faqCard p{color:#080f25}.loginPage{width:100%;height:100vh;display:flex;background:#ebebf4}.loginPage .container{height:100%;max-width:1140px}.loginPage .container .row{height:100%;flex-direction:column;justify-content:center;align-items:center}.loginPage .container .row .formContainer{width:41%;display:flex;flex-direction:column;border-radius:4px;box-shadow:0 .75rem 1.5rem #12263f08;background-color:#fff}.loginPage .container .row .formContainer .loginHead{width:100%;height:180px;background-color:#134a7e;display:flex;align-items:center;justify-content:space-between;position:relative;padding:18px;border:1px solid #eff2f7;border-top-left-radius:4px;border-top-right-radius:4px}.loginPage .container .row .formContainer .loginHead .leftSide{width:58%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.loginPage .container .row .formContainer .loginHead .leftSide div .formTitle{font-family:Poppins,sans-serif;font-size:16px;margin-bottom:8px;font-weight:500;line-height:1.2}.loginPage .container .row .formContainer .loginHead .leftSide div .formDesc{font-family:Poppins,sans-serif;font-size:13px;font-weight:bolder}.loginPage .container .row .formContainer .loginHead .leftSide .formDetails{font-family:Poppins,sans-serif;font-size:13px;margin-bottom:16px}.loginPage .container .row .formContainer .loginHead .rightSide{width:41%}.loginPage .container .row .formContainer .loginHead .rightSide img{width:176px;height:176px;object-fit:contain}.loginPage .container .row .formContainer .loginHead .logo{position:absolute;background-color:#eff2f7;display:flex;align-items:center;justify-content:center;width:72px;height:72px;bottom:-36px;padding:18px;border-radius:50%}.loginPage .container .row .formContainer .loginHead .logo img{width:100%;object-fit:contain}.loginPage .container .row .formContainer .loginForm{padding:44px 20px;border:1px solid #eff2f7;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.loginPage .container .row .formContainer .loginForm .inpWrapper{height:auto;gap:0}.loginPage .container .row .formContainer .loginForm .inpWrapper .inputLabel{margin-bottom:8px;color:#495057;font-size:13px;font-weight:500;font-family:Poppins,sans-serif}.loginPage .container .row .formContainer .loginForm .inpWrapper .inputLabel.error{color:#495057}.loginPage .container .row .formContainer .loginForm .inpWrapper .errorMsg{margin-bottom:24px;color:#f46a6a;font-size:13px;font-family:Poppins,sans-serif}.loginPage .container .row .formContainer .loginForm .inpWrapper .customInput{border:none;padding:0;margin-bottom:16px;height:auto}.loginPage .container .row .formContainer .loginForm .inpWrapper .customInput.error{margin-bottom:0}.loginPage .container .row .formContainer .loginForm .inpWrapper .customInput input{display:block;min-height:auto;width:100%;padding:7.52px 12px;font-size:13px;font-weight:400;line-height:1.5;color:#343a40;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:4px}.loginPage .container .row .formContainer .loginForm .inpWrapper .customInput input[name=password]{border-bottom-right-radius:0;border-top-right-radius:0;border-right-width:0}.loginPage .container .row .formContainer .loginForm .inpWrapper .customInput .rightIcon{height:100%;width:40px;background-color:#eff2f7;padding:7.52px 12px;display:flex;justify-content:center;align-items:center;border-bottom-right-radius:4px;border-top-right-radius:4px;border:1px solid #ced4da;cursor:pointer;transition:all .3s ease}.loginPage .container .row .formContainer .loginForm .inpWrapper .customInput .rightIcon:hover{background-color:#cbced2}.loginPage .container .row .formContainer .loginForm .customButton{background-color:#134a7e;margin-top:16px;padding:7.52px 12px;max-height:auto;min-height:auto}.loginPage .container .row .formContainer .loginForm .customButton span{font-size:13px;font-family:Poppins,sans-serif}.loginPage .container .row .formContainer .loginForm .customButton:hover{background-color:#3d7fbd;border-color:#2865c3}.loginPage .container .row .pageInfo{margin-top:48px;text-align:center}.loginPage .container .row .pageInfo .copyright{font-family:Poppins,sans-serif;color:#495057;font-size:13px}.loginPage .container .row .pageInfo .author{font-weight:bolder;color:#495057}.loginPage .container .row .pageInfo .author a{font-family:Poppins,sans-serif;color:#556ee6;font-weight:bolder}.studentsPage{width:100%}.studentsPage .row{flex-direction:column;gap:24px}.studentsPage .row .studentsHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.studentsPage .row .studentsHeader .customButton{width:auto;background:#57c3ff}.studentsPage .row .studentsHeader .customButton:hover{opacity:.7}.studentsPage .row .studentsBox{width:100%;display:flex;gap:12px;flex-wrap:wrap}.studentsPage .row .studentsBox .studentCard{width:24%}.lessons{width:100%}.lessons .row{flex-direction:column;gap:24px}.lessons .row .lessonsHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.lessons .row .lessonsHeader .customButton{width:auto;background:#57c3ff}.lessons .row .lessonsHeader .customButton:hover{opacity:.7}.lessons .row .lessonsBox{width:100%;display:flex;gap:12px;flex-wrap:wrap}.lessons .row .lessonsBox .lessonCard{width:24%}.studentsInWorkingLifePage{width:100%}.studentsInWorkingLifePage .row{flex-direction:column;gap:24px}.studentsInWorkingLifePage .row .studentsHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.studentsInWorkingLifePage .row .studentsHeader .customButton{width:auto;background:#57c3ff}.studentsInWorkingLifePage .row .studentsHeader .customButton:hover{opacity:.7}.studentsInWorkingLifePage .row .studentsTable{width:100%;border-collapse:collapse;color:#fff}.studentsInWorkingLifePage .row .studentsTable th,.studentsInWorkingLifePage .row .studentsTable td{border:1px solid #ffffff;padding:8px}.studentsInWorkingLifePage .row .studentsTable tbody tr td:nth-child(1){text-align:center}.studentsInWorkingLifePage .row .studentsTable tbody tr td:nth-child(2){height:50px;transition:.3s ease}.studentsInWorkingLifePage .row .studentsTable tbody tr td:nth-child(2) img{width:100%;height:100%;object-fit:contain;transition:.3s ease}.studentsInWorkingLifePage .row .studentsTable tbody tr td:nth-child(2):hover{width:10.16%;height:200px}.studentsInWorkingLifePage .row .studentsTable tbody tr td:nth-child(2):hover img{object-fit:cover;object-position:top}.studentsInWorkingLifePage .row .studentsTable tbody tr td:nth-last-child(2){text-align:center}.studentsInWorkingLifePage .row .studentsTable tbody tr .trash{display:flex;justify-content:center;align-items:center}.studentsInWorkingLifePage .row .studentsTable tbody tr .trash svg{width:24px;height:24px;cursor:pointer;transition:.3s ease}.studentsInWorkingLifePage .row .studentsTable tbody tr .trash svg:hover{transform:scale(1.1)}.whatThinkingStudents .row{flex-direction:column;gap:24px}.whatThinkingStudents .row .studentsHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.whatThinkingStudents .row .studentsHeader .customButton{width:auto;background:#57c3ff}.whatThinkingStudents .row .studentsHeader .customButton:hover{opacity:.7}.whatThinkingStudents .row .studentsTable{width:100%;border-collapse:collapse;color:#fff}.whatThinkingStudents .row .studentsTable th,.whatThinkingStudents .row .studentsTable td{border:1px solid #ffffff;padding:8px}.whatThinkingStudents .row .studentsTable tbody tr td:nth-child(1){text-align:center}.whatThinkingStudents .row .studentsTable tbody tr .full_name{width:200px}.whatThinkingStudents .row .studentsTable tbody tr .full_name .position{font-size:12px}.whatThinkingStudents .row .studentsTable tbody tr .settings svg{width:24px;height:24px;cursor:pointer;transition:.3s ease}.whatThinkingStudents .row .studentsTable tbody tr .settings svg:hover{transform:scale(1.1)}.whatThinkingStudents .row .studentsTable tbody tr .settings svg:nth-child(1){margin-right:20px}.studentsProjects .row{flex-direction:column;gap:24px}.studentsProjects .row .studentsHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.studentsProjects .row .studentsHeader .customButton{width:auto;background:#57c3ff}.studentsProjects .row .studentsHeader .customButton:hover{opacity:.7}.studentsProjects .row .studentsTable{width:100%;border-collapse:collapse;color:#fff}.studentsProjects .row .studentsTable th,.studentsProjects .row .studentsTable td{border:1px solid #ffffff;padding:8px}.studentsProjects .row .studentsTable tbody tr td:nth-child(1){text-align:center}.studentsProjects .row .studentsTable tbody tr .full_name{width:200px}.studentsProjects .row .studentsTable tbody tr .full_name .position{font-size:12px}.studentsProjects .row .studentsTable tbody tr .projectUrl a{text-decoration:underline;transition:.3s ease}.studentsProjects .row .studentsTable tbody tr .projectUrl a:hover{color:#fdb52a}.studentsProjects .row .studentsTable tbody tr .settings svg{width:24px;height:24px;cursor:pointer;transition:.3s ease}.studentsProjects .row .studentsTable tbody tr .settings svg:hover{transform:scale(1.1)}.studentsProjects .row .studentsTable tbody tr .settings svg:nth-child(1){margin-right:20px}.instructorsPage{width:100%}.instructorsPage .row{flex-direction:column;gap:24px}.instructorsPage .row .instructorsHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.instructorsPage .row .instructorsHeader .customButton{width:auto;background:#57c3ff}.instructorsPage .row .instructorsHeader .customButton:hover{opacity:.7}.instructorsPage .row .instructorsBox{width:100%;display:flex;gap:12px;flex-wrap:wrap}.instructorsPage .row .instructorsBox .instructorCard{width:19%}.blog{width:100%}.blog .row{flex-direction:column;gap:24px}.blog .row .blogHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.blog .row .blogHeader .customButton{width:auto;background:#57c3ff}.blog .row .blogHeader .customButton:hover{opacity:.7}.blog .row .blogsBox{width:100%;display:flex;gap:12px;flex-wrap:wrap}.blog .row .blogsBox .blogCard{width:24%}.news{width:100%}.news .row{flex-direction:column;gap:24px}.news .row .newsHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.news .row .newsHeader .customButton{width:auto;background:#57c3ff}.news .row .newsHeader .customButton:hover{opacity:.7}.news .row .newsBox{width:100%;display:flex;gap:12px;flex-wrap:wrap}.news .row .newsBox .newsCard{width:24%}.graduates{width:100%}.graduates .row{flex-direction:column;gap:24px}.graduates .row .graduatesHeader{width:100%;display:flex;align-items:center;justify-content:space-between}.graduates .row .graduatesHeader .customButton{width:auto;background:#57c3ff}.graduates .row .graduatesHeader .customButton:hover{opacity:.7}.graduates .row .graduatesBox{width:100%;display:flex;gap:12px;flex-wrap:wrap}.graduates .row .graduatesBox .graduateCard{width:24%}.contact{width:100%}.contact .row{flex-direction:column;gap:32px}.contact .row .title{font-size:24px;font-weight:600}.noContentPage{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.noContentPage svg{width:500px;height:500px}.noContentPage p{font-size:20px;font-weight:500}@media(max-width:768px){.noContentPage svg{width:250px;height:250px}}.notFound{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#222;color:#fff;gap:24px;position:fixed;top:0;left:0;bottom:0;right:0;z-index:1000}.notFound svg{width:260px;height:86px}.notFound .title{font-size:36px}.notFound a{color:#fff;transition:.3s ease;color:#fdb52a;position:relative}.notFound a:before{content:"";display:inline-block;width:0;height:2px;border-radius:2px;background-color:#fdb52a;position:absolute;bottom:0;left:0;transition:.3s ease}.notFound a:hover:before{width:100%}@media(max-width:768px){.notFound svg{width:200px;height:65px}.notFound .title{font-size:26px}}@media(max-width:500px){.notFound .title{font-size:18px}}
