.videoOperation{padding:1rem;margin:2rem 0}.videoOperation .videoInfoCont{font-size:3rem;font-weight:600;color:var(--black);text-transform:capitalize}@media (max-width:768px){.videoOperation .videoInfoCont{font-size:2rem}.videoOperation{padding:1rem 0}}*{margin:0;padding:0;box-sizing:border-box;list-style-type:none}.upperCountingArea{position:relative;flex-grow:1;border-top:5px solid #eee;padding-top:1rem;display:flex;flex-direction:column;font-weight:600}.upperCountingArea .video-thumb{position:relative;margin:1rem 0}.upperCountingArea .box{border:1px solid #ddd;box-shadow:2px 4px 8px #ddd;padding:1.25rem}.upperCountingArea .video-thumb .operationlogo{max-width:100%;height:250px}.operationLogoHomePage{height:200px!important}.upperCountingArea .box .playButtonLogo{position:absolute;width:40px;height:auto;bottom:40px;right:30px}.upperCountingArea .moduleTitle{margin-bottom:0;font-size:1.3rem;font-size:600;color:var(--black);line-height:1.8rem}.upperCountingArea .moduleTitle .moduleNumber{top:-1.375rem;position:absolute;left:-.5rem;background:var(--white);display:inline-block;padding:.3125rem;font-size:2rem}.upperCountingArea .moduleTitle .areaIntro{text-decoration:none;color:var(--black);font-weight:600}.upperCountingArea .moduleTitle .areaIntro:hover{color:var(--blue);font-weight:600}.upperCountingArea .chapterCount{margin:.3125rem 0 .625rem}.upperCountingArea .chapterCount,.upperCountingArea .discription{color:var(--grey);font-weight:500;font-size:.9rem}.upperCountingArea .modulesOpts{display:inline-flex;align-items:center;justify-content:space-between;gap:.9rem}.upperCountingArea .modulesOpts .innerModuleCont{font-size:.9rem;color:var(--blue);font-weight:500;text-decoration:none}.trashData{color:var(--red);font-weight:600;cursor:pointer}.upperCountingArea .modulesOpts .innerModuleCont:hover{color:var(--black);font-weight:500}.cardHomePageStyle{width:25%!important}.cardHomePageStyle .upperCountingArea{border-top:none}.cardHomePageStyle .innerModuleCont{margin-top:10px;font-size:13px!important}.cardHomePageStyle .areaIntro{font-size:15px}.cardHomePageStyle .video-thumb{padding:0!important}.adminSectionButtons{display:flex;justify-content:space-between}.adminSectionButtons button{background-color:hsla(0,0%,50%,.361);padding:2px 20px;border-radius:5px;transition:all .2s ease-in-out}.adminSectionButtons button:hover{background-color:hsla(0,0%,50%,.578)}@media screen and (max-width:991px){.cardHomePageStyle{width:100%!important}}.edit-form-main-container{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.58);display:flex;align-items:center;justify-content:center}.edit-form-container{background-color:#fff;width:max-content;overflow:auto;max-height:82vh;border-radius:5px;padding:20px}.edit-form-container::-webkit-scrollbar{width:6px;background-color:#dadada;border-radius:5px}.edit-form-container::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}.edit-form-container::-webkit-scrollbar-thumb{background:#6d6d6d;border-radius:10px}.edit-form-container::-webkit-scrollbar-thumb:hover{background:#4c4c4c}.edit-form-container form{display:flex;flex-direction:column}.edit-form-top-section{display:flex;justify-content:space-between}.edit-form-top-section p{font-weight:600;cursor:pointer}.edit-form-top-section p svg{transition:all .2s ease-in-out}.edit-form-top-section p svg:hover{transform:scale(1.1)}h2{text-align:center;margin-bottom:25px;color:#333;font-size:1.8rem;font-weight:600}.edit-form-grid{display:grid;grid-template-columns:1fr 1fr;margin:0 auto;gap:20px}.edit-form-group{margin-bottom:2px}label{display:block;font-weight:600;margin-bottom:8px;color:#555}input[type=file],input[type=text],textarea{width:100%;border:2px solid #ddd;border-radius:8px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease;font-family:Poppins,sans-serif}input[type=text]:focus,textarea:focus{border-color:#007bff;box-shadow:0 0 8px rgba(0,123,255,.3);outline:none}textarea{height:100px;resize:vertical;padding:5px 10px}.edit-error{color:#e74c3c;font-size:.875rem;margin-top:2px;transform:translateY(5px)}.edit-buttonVideoUpload{display:block;width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease;font-family:Poppins,sans-serif;margin:20px auto 0}.edit-buttonVideoUpload:hover{background-color:#0056b3;transform:translateY(-3px)}.edit-buttonVideoUpload:active{background-color:#004494;transform:translateY(0)}input[type=file]{padding:5px}@media (max-width:768px){.edit-form-container{left:50%}.edit-form-grid{grid-template-columns:1fr}.edit-buttonVideoUpload{width:100%}}