:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_1ld6t_1{display:flex;flex-direction:row}._mainContent_1ld6t_6{position:relative;flex-grow:1;margin-left:20%;padding:1em;width:100%;min-height:100vh}._button_1xe37_1{width:-moz-fit-content;width:fit-content;cursor:pointer;font-size:1em;border-radius:5px;padding:.5em 1.5em;transition:all .2s ease-in-out;outline:none;display:flex;align-items:center;justify-content:center}._button_1xe37_1:disabled{background-color:#e5e5e5;border:2px solid #e5e5e5;cursor:not-allowed;color:#000}._danger_1xe37_21{background-color:#fff;border:2px solid #f44336;color:#f44336}._primary_1xe37_27{background-color:#2196f3;border:2px solid #2196f3;color:#fff}._secondary_1xe37_33{background-color:#fff;border:2px solid #2196f3;color:#2196f3}._primary_1xe37_27:hover{background-color:#1976d2;border:2px solid #1976d2;color:#fff}._secondary_1xe37_33:hover{background-color:#e3f2fd;border:2px solid #1976d2;color:#1976d2}._danger_1xe37_21:hover{background-color:#f44336;border:2px solid #f44336;color:#fff}._button_1xe37_1:focus,._button_1xe37_1:active,._button_1xe37_1:hover{outline:none}._container_1h95n_1{width:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center}._headerTitle_1h95n_15{color:#000;font-size:24px;font-weight:600;margin-bottom:2em}._confirmationText_1h95n_22{text-align:center}._content_1h95n_26{display:flex;flex-direction:column;align-items:center}._content_1h95n_26 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:1em}._content_1h95n_26 span{font-size:14px;font-weight:400;color:#000}._footer_1h95n_45{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:2em}._footer_1h95n_45>button{width:48%}._container_4y0yf_1,._hideContainer_4y0yf_2,._firstRender_4y0yf_3{position:absolute;top:100%;right:0;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:1em;background:#ffffff;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;border-radius:8px;margin-top:1em;color:#000;z-index:2}._container_4y0yf_1{visibility:hidden;animation:_slideDown_4y0yf_1 .3s ease-in-out forwards}@keyframes _slideDown_4y0yf_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0);visibility:visible}}._firstRender_4y0yf_3{visibility:hidden;animation:none!important}._hideContainer_4y0yf_2{visibility:visible;animation:_slideUp_4y0yf_1 .3s ease-in-out forwards}@keyframes _slideUp_4y0yf_1{0%{opacity:1;transform:translateY(0);visibility:visible}to{opacity:0;transform:translateY(-10px);visibility:hidden}}._selectTitle_4y0yf_60{font-weight:600;font-size:14px}._option_4y0yf_65{margin-top:.5em;display:flex;flex-direction:column;font-weight:400;font-size:14px;width:100%;overflow:auto;max-height:200px}._option_4y0yf_65::-webkit-scrollbar{width:6px;background-color:transparent}._option_4y0yf_65::-webkit-scrollbar-thumb{background-color:silver;border-radius:3px}._option_4y0yf_65::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}._optionContainer_4y0yf_90{padding:1em .5em;cursor:pointer;transition:all .3s ease-in-out;display:flex;flex-direction:row;align-items:center}._optionContainer_4y0yf_90 svg{width:20px;height:20px;margin-right:1em;color:#1976d2}._optionContainer_4y0yf_90:hover{color:#fff!important;background:#1976d2;border-radius:8px}._optionContainer_4y0yf_90:hover svg{color:#fff}._card_11imx_1{border:1px solid #e0e0e0;padding:1em;border-radius:8px}._moreIcon_11imx_7{position:relative;display:flex;flex-direction:row;justify-content:flex-end}._icon_11imx_14{color:#2196f3;width:20px;height:20px;cursor:pointer;transition:.2s all ease-in-out}._icon_11imx_14:hover{transform:scale(1.2)}._typeIcon_11imx_26{margin-right:.5em;width:20px;height:20px;color:#2196f3}._content_11imx_33{display:flex;flex-direction:row;align-items:center;margin-top:1em}._attachmentName_11imx_40{color:#212121;font-weight:400;font-size:14px;margin-left:.5em}._divider_11imx_47{margin:1em 0;border-bottom:1px solid #e0e0e0}._description_11imx_52{font-style:normal;font-weight:400;font-size:12px;text-align:center;word-break:break-all}._moreSelect_11imx_60{width:150%;right:0;top:calc(100% - 1em)}._container_xj1rz_1{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:50%;left:50%;border-radius:8px;transform:translate(-50%,-50%);background-color:#fff;padding:2em;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._headerTitle_xj1rz_17{font-size:20px;font-weight:600;margin-bottom:1em}._content_xj1rz_23{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._table_xj1rz_31{margin-left:auto;margin-right:auto;margin-top:1em}._link_xj1rz_37{color:#2196f3;font-weight:500;font-size:16px;text-decoration:none;display:flex;align-items:center;background-color:#e3f2fd;padding:.5em;border-radius:8px;transition:all .2s ease-in-out}._link_xj1rz_37:hover{background-color:#bbdefb;color:#2196f3}._icon_xj1rz_55{margin-left:.5em}._table_xj1rz_31 td{padding:.5em}._title_xj1rz_63{width:200px;color:#9e9e9e;font-weight:500;font-size:14px}._value_xj1rz_70{font-weight:500;font-size:14px;color:#212121}._container_zagkl_1{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:4em 1.5em 1.5em;border-radius:8px;background-color:#fff;box-shadow:0 0 10px #0000001a;border:1px solid #eaeaea;cursor:pointer;transition:all .5s ease-in-out}._container_zagkl_1:hover{transform:scale(1.05)}._cardNavigation_zagkl_21{position:absolute;top:0;padding:1em;width:100%;margin-bottom:1em;display:flex;flex-direction:row;justify-content:space-between;align-items:center}._uploadIconContainer_zagkl_33,._deleteIconContainer_zagkl_34{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em}._uploadIconContainer_zagkl_33 span,._deleteIconContainer_zagkl_34 span{font-size:14px;font-weight:400}._uploadIcon_zagkl_33{width:16px;height:16px;margin-right:.5em}._cardButton_zagkl_55{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5em;margin-top:1em}._deleteIcon_zagkl_34{width:16px;height:16px;margin-right:.5em}._deleteIcon_zagkl_34:hover{transform:scale(1.1)}._cardHeader_zagkl_73{width:100%;display:grid;grid-template-columns:1fr 2fr;grid-gap:.5em;margin-bottom:.5em}._cardHeaderImage_zagkl_81{width:100%;margin-right:1em}._cardHeaderTitle_zagkl_86{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}._cardHeaderTitleText_zagkl_94{width:100%;align-self:flex-start;font-size:16px;font-weight:600;color:#212121;word-break:break-word;margin-bottom:.5em}._cardHeaderGenderTagContainer_zagkl_104{width:100%;margin-top:1em;padding:0 .25em;display:flex;flex-direction:row;justify-content:space-between;align-items:center}._cardHeaderGenderTag1_zagkl_114,._cardHeaderGenderTag2_zagkl_115{font-size:10px;font-weight:600;margin:0}._maleIcon_zagkl_121{width:10px;height:10px;margin-right:.25em}._femaleIcon_zagkl_127{width:10px;height:10px;margin-left:.25em}._cardHeaderGenderTag1_zagkl_114{color:#22bdff;align-self:flex-start}._cardHeaderGenderTag2_zagkl_115{color:#4161ff;align-self:flex-end}._genderLine_zagkl_143{width:100%;height:6px;border-radius:8px}._fullLine_zagkl_149{border-radius:8px!important}._maleLine_zagkl_153{height:100%;background-color:#22bdff;float:left;border-radius:8px 0 0 8px}._femaleLine_zagkl_160{height:100%;background-color:#4161ff;float:left;border-radius:0 8px 8px 0}._emptyLine_zagkl_167{height:100%;background-color:#e0e0e0;float:left;border-radius:8px}._cardBody_zagkl_174{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1em}._cardBodyItem1_zagkl_181,._cardBodyItem2_zagkl_182{display:flex;flex-direction:column;justify-content:center;align-items:center}._cardFooter_zagkl_189{width:100%;display:flex;justify-content:center;align-items:center;margin-top:1em}._cardBorderColor_zagkl_197{position:absolute;bottom:0;width:100%;height:5px;border-radius:0 0 8px 8px;background:linear-gradient(180deg,#2196f3 19.19%,#4161ff 100%)}._publishModalContainer_zagkl_206{width:40%;height:-moz-fit-content;height:fit-content;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center}._publishModalHeader_zagkl_221{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1em}._publishModalHeaderTitle_zagkl_229{font-size:24px;font-weight:600;color:#000}._publishModalLabel_zagkl_235{font-size:16px;font-weight:600;color:#000;margin-bottom:1em}._publishForm_zagkl_242{width:100%;display:flex;flex-direction:column;align-items:flex-start}._priceForm_zagkl_249,._descriptionForm_zagkl_250{width:100%;display:flex;flex-direction:column;margin-bottom:1em}._categoryForm_zagkl_257,._thumbnailForm_zagkl_258{width:100%;display:flex;flex-direction:column}._categorySelectContainer_zagkl_264{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:100%}._categoryAndThumbnailForm_zagkl_272{width:100%;display:grid;grid-template-columns:4fr 2fr;grid-gap:1em;margin-bottom:2em}._priceInput_zagkl_280,._descriptionInput_zagkl_281{border-radius:8px;padding:.75em 1em;background:#ffffff;box-shadow:0 0 10px #0000001a;border:none;outline:none}._priceInput_zagkl_280{text-align:end;font-size:24px;font-weight:400}._priceInput_zagkl_280::-moz-placeholder{font-size:24px;font-weight:400;color:#9e9e9e}._priceInput_zagkl_280::placeholder{font-size:24px;font-weight:400;color:#9e9e9e}._descriptionInput_zagkl_281{font-size:14px;font-weight:400}._descriptionInput_zagkl_281::-moz-placeholder{font-size:14px;font-weight:400;color:#9e9e9e}._descriptionInput_zagkl_281::placeholder{font-size:14px;font-weight:400;color:#9e9e9e}._classSelectContainer_zagkl_313,._majorSelectContainer_zagkl_314,._thumbnailSelectContainer_zagkl_315{position:relative;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#ffffff;box-shadow:0 0 10px #0000001a;border-radius:8px;padding:1em;cursor:pointer}._classSelectContainer_zagkl_313{margin-bottom:1em}._thumbnailSelectContainer_zagkl_315{height:100%}._classSelect_zagkl_313,._majorSelect_zagkl_314{width:70%;right:calc(-70% - .5em);top:calc(-70% + 1.5em)}._thumbnailSelect_zagkl_315{position:absolute;height:-moz-fit-content;height:fit-content;width:250%;left:calc(100% + .5em);bottom:0px;display:grid;grid-template-columns:repeat(5,1fr);padding:1em;background:#ffffff;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;border-radius:8px;z-index:2;visibility:hidden;animation:_slideRight_zagkl_1 .3s ease-in-out forwards}@keyframes _slideRight_zagkl_1{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0);visibility:visible}}._thumbnailSelectedImage_zagkl_376{width:80px;height:80px}._thumbnailSelectOption_zagkl_381{padding:.5em;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out}._thumbnailSelectOption_zagkl_381:hover{transform:scale(1.1);background-color:#def4ff}._modalButtonContainer_zagkl_393{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1em}._modalButton_zagkl_393{width:100%}._classSelected_zagkl_404,._majorSelected_zagkl_405{font-size:16px;font-weight:400;color:#212121}._classNotSelected_zagkl_411,._majorNotSelected_zagkl_412{font-size:16px;font-weight:400;color:#9e9e9e}._header_sslcr_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1em;border:1px solid #e0e0e0;border-radius:8px;width:100%;margin-bottom:1em}._breadcrumb_sslcr_13{flex:1}._profile_sslcr_17{margin-left:1em}._header_7w2vs_1{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;border:2px solid #f5f5f5;padding:1em;border-radius:8px}._headerTitle_7w2vs_12{color:#212121;font-weight:400;font-size:24px}._headerButton_7w2vs_18{display:flex;align-items:center;justify-content:flex-start}._headerButtonIcon_7w2vs_24{margin-right:.5em}._buttonContainer_7w2vs_28{position:relative}._actionSelect_7w2vs_32{width:150%;right:0;top:100%}._container_1tpfh_1{width:50%;height:-moz-fit-content;height:fit-content;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._headerTitle_1tpfh_17{font-size:20px;font-weight:600;margin-bottom:2em}._content_1tpfh_23{width:100%}._formInput_1tpfh_27{width:100%;margin-bottom:1em;border:1px solid #56585c;padding:1em;border-radius:15px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._formInput_1tpfh_27::-moz-placeholder{font-size:16px;font-weight:400;color:#9e9e9e}._formInput_1tpfh_27::placeholder,._placeholder_1tpfh_41{font-size:16px;font-weight:400;color:#9e9e9e}._footer_1tpfh_47{width:100%;display:flex;justify-content:space-between}._footer_1tpfh_47 button{width:48%}._formGroup_1tpfh_57{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5em}._label_1tpfh_66{font-size:16px;font-weight:600;color:#000;margin-bottom:.5em}._input_1tpfh_73{border-radius:8px;padding:.75em 1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none;margin-bottom:.25em}._helpText_1tpfh_82{font-size:12px;font-weight:400;color:#616161;margin-top:.5em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._helpTextIcon_1tpfh_93{margin-right:.5em}._container_nrbxz_1{width:50%;height:-moz-fit-content;height:fit-content;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._headerTitle_nrbxz_17{font-size:20px;font-weight:600;margin-bottom:2em}._content_nrbxz_23{width:100%}._formInput_nrbxz_27{width:100%;margin-bottom:1em;border:1px solid #56585c;padding:1em;border-radius:15px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._formInput_nrbxz_27::-moz-placeholder{font-size:16px;font-weight:400;color:#9e9e9e}._formInput_nrbxz_27::placeholder,._placeholder_nrbxz_41{font-size:16px;font-weight:400;color:#9e9e9e}._gFormInput_nrbxz_47{position:relative}._gFormInput_nrbxz_47>input{padding-right:calc(1.5em + 20px)}._checkingIconContainer_nrbxz_55{position:absolute;top:0;right:1em;height:100%;display:flex;align-items:center}._checkingErrorIcon_nrbxz_64,._checkingSuccessIcon_nrbxz_65,._checkingIcon_nrbxz_55{width:20px;height:20px}._checkingIcon_nrbxz_55{cursor:pointer;transition:all .3s ease-in-out}._checkingIcon_nrbxz_55:hover{transform:scale(1.1)}._checkingSuccessIcon_nrbxz_65{color:#079841}._checkingErrorIcon_nrbxz_64{color:red}._footer_nrbxz_88{width:100%;display:flex;justify-content:space-between}._footer_nrbxz_88 button{width:48%}._formGroup_nrbxz_98{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5em}._label_nrbxz_107{font-size:16px;font-weight:600;color:#000;margin-bottom:.5em}._inputCheckingContainer_nrbxz_114{position:relative;border-radius:8px;padding:.75em 1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none}._inputChecking_nrbxz_114{outline:none;width:90%}._input_nrbxz_114{border-radius:8px;padding:.75em 1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none}._helpText_nrbxz_136{font-size:12px;font-weight:400;color:#616161;margin-top:.5em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._helpTextIcon_nrbxz_147{margin-right:.5em}._container_tr5cz_1{width:50%;height:-moz-fit-content;height:fit-content;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._headerTitle_tr5cz_17{font-size:20px;font-weight:600;margin-bottom:2em}._content_tr5cz_23{width:100%}._formInput_tr5cz_27{width:100%;margin-bottom:1em;border:1px solid #56585c;padding:1em;border-radius:15px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._formInput_tr5cz_27::-moz-placeholder{font-size:16px;font-weight:400;color:#9e9e9e}._formInput_tr5cz_27::placeholder,._placeholder_tr5cz_41{font-size:16px;font-weight:400;color:#9e9e9e}._gFormInput_tr5cz_47{position:relative}._gFormInput_tr5cz_47>input{padding-right:calc(1.5em + 20px)}._checkingIconContainer_tr5cz_55{position:absolute;top:0em;right:1em;height:100%;display:flex;align-items:center}._checkingErrorIcon_tr5cz_64,._checkingSuccessIcon_tr5cz_65,._checkingIcon_tr5cz_55{width:20px;height:20px}._checkingIcon_tr5cz_55{cursor:pointer;transition:all .3s ease-in-out}._checkingIcon_tr5cz_55:hover{transform:scale(1.1)}._checkingSuccessIcon_tr5cz_65{color:#079841}._checkingErrorIcon_tr5cz_64{color:red}._footer_tr5cz_88{width:100%;display:flex;justify-content:space-between}._footer_tr5cz_88 button{width:48%}._formGroup_tr5cz_98{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5em}._label_tr5cz_107{font-size:16px;font-weight:600;color:#000;margin-bottom:.5em}._inputCheckingContainer_tr5cz_114{position:relative;border-radius:8px;padding:.75em 1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none}._inputChecking_tr5cz_114{outline:none;width:90%}._input_tr5cz_114{border-radius:8px;padding:.75em 1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none}._helpText_tr5cz_136{font-size:12px;font-weight:400;color:#616161;margin-top:.5em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._helpTextIcon_tr5cz_147{margin-right:.5em}._tag_os6tg_1{width:-moz-fit-content;width:fit-content;border-radius:8px;padding:.3em .6em;font-size:12px;font-weight:700}._green_os6tg_9{border:1px solid #4caf50;color:#4caf50}._blue_os6tg_14{border:1px solid #1976d2;color:#1976d2}._yellow_os6tg_19{border:1px solid #ff9800;color:#ff9800}._red_os6tg_24{border:1px solid #f44336;color:#f44336}._grey_os6tg_29{border:1px solid #9e9e9e;color:#9e9e9e}._button_m5tql_1{width:-moz-fit-content;width:fit-content;cursor:pointer;font-size:1em;border-radius:5px;padding:.5em 1.5em;transition:all .2s ease-in-out;outline:none;display:flex;align-items:center;justify-content:center}._button_m5tql_1:disabled{background-color:#e5e5e5;border:2px solid #e5e5e5;cursor:not-allowed;color:#000}._danger_m5tql_21{background-color:transparent;border:2px solid #f44336;color:#f44336}._primary_m5tql_27{background-color:transparent;border:2px solid #2196f3;color:#2196f3}._success_m5tql_33{background-color:transparent;border:2px solid #198754;color:#198754}._secondary_m5tql_39{background-color:transparent;border:2px solid #383838;color:#383838}._primary_m5tql_27:hover{background-color:#1976d2;border:2px solid #1976d2;color:#fff}._success_m5tql_33:hover{background-color:#198754;border:2px solid #198754;color:#fff}._secondary_m5tql_39:hover{background-color:#383838;border:2px solid #383838;color:#fff}._danger_m5tql_21:hover{background-color:#f44336;border:2px solid #f44336;color:#fff}._button_m5tql_1:focus,._button_m5tql_1:active,._button_m5tql_1:hover{outline:none}._container_lhh0g_1{display:flex;align-items:center;flex-direction:row;cursor:pointer;position:relative;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;padding:.5em 1em;border-radius:8px;width:350px;background-color:#fff}._profileContainer_lhh0g_14{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%}._arrowIcon_lhh0g_22{width:20px;height:20px;margin-left:1.5em}._avatar_lhh0g_28{width:3em;height:3em;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:1em}._nameContainer_lhh0g_36{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}._name_lhh0g_36{font-size:16px;font-weight:600;margin-bottom:5px;width:-moz-fit-content;width:fit-content}._role_lhh0g_50{color:#9e9e9e;font-size:10px;font-weight:600}._email_lhh0g_56{font-size:10px;font-weight:500;color:#616161}._menuContainer_lhh0g_62,._closedMenuContainer_lhh0g_63,._firstRender_lhh0g_64{position:absolute;top:100%;right:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;padding:1em;margin-top:.5em;border-radius:8px;opacity:0;z-index:1}._menuContainer_lhh0g_62{visibility:hidden;animation:_slideDown_lhh0g_1 .3s ease-in-out forwards}@keyframes _slideDown_lhh0g_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0);visibility:visible}}._firstRender_lhh0g_64{visibility:hidden;animation:none!important}._closedMenuContainer_lhh0g_63{visibility:visible;animation:_slideUp_lhh0g_1 .3s ease-in-out forwards}@keyframes _slideUp_lhh0g_1{0%{transform:translateY(-0);opacity:1}to{transform:translateY(-10px);opacity:0;visibility:hidden}}._menuItemContainer_lhh0g_121{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:1em}._menuItem_lhh0g_121{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;margin-top:.5em;background:#2196f3;color:#fff;border-radius:8px;transition:.3s ease-in-out;cursor:pointer}._menuItem_lhh0g_121:hover{background:#1976d2}._menuItem_lhh0g_121>div{padding:.5em;display:flex;flex-direction:row;align-items:center}._menuIcon_lhh0g_154{width:16px;height:16px;margin-left:.5em}._menuTitle_lhh0g_160{font-size:14px;font-weight:600;margin-left:1em}._logoutContainer_lhh0g_166{display:flex;justify-content:center;width:100%;margin-top:2em;border:2px solid #2196f3;border-radius:8px;color:#2196f3;transition:.3s ease-in-out}._logoutContainer_lhh0g_166:hover{background:#2196f3;color:#fff}._logoutContainer_lhh0g_166>div{padding:.5em}._logoutTitle_lhh0g_186{font-size:14px;font-weight:400}._container_f5qbn_1{width:40%;height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._headerTitle_f5qbn_17{color:#000;font-size:24px;font-weight:600}._content_f5qbn_23{display:flex;flex-direction:column;align-items:center}._content_f5qbn_23 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:1em}._content_f5qbn_23 span{font-size:14px;font-weight:400;color:#000}._footer_f5qbn_42{display:flex;align-items:center;width:100%}._footer_f5qbn_42>button{width:100%}._sidebar_1vfu8_1{position:fixed;top:0;left:0;height:100vh;background-color:#4161ff;width:20%;padding:3em 1.5em 1em;display:flex;flex-direction:column;justify-content:space-between}._logo_1vfu8_14{display:flex;align-items:center;justify-content:center;margin-bottom:1.5em}._footer_1vfu8_21{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#000;font-size:12px;font-weight:500;width:100%;background-color:#fff;padding:.5em;border-radius:8px}._mainContent_1vfu8_36{background-color:#fff;flex-grow:1}._descriptionHeader_1vfu8_41{font-style:italic;font-weight:700;font-size:20px;text-align:left;color:#fff}._description_1vfu8_41{font-style:normal;font-weight:400;font-size:16px;line-height:16px;text-align:left;color:#fff}._icon_1vfu8_58{width:16px;height:16px;margin-right:.5em;color:#fff}._listItem_1vfu8_65,._listItemActive_1vfu8_66,._listLearning_1vfu8_67,._logoutItem_1vfu8_68,._listCourse_1vfu8_69{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:1em .5em;border-radius:8px;width:100%;box-sizing:border-box;margin-bottom:1em;transition:.2s all ease-in-out}._courseListContainer_1vfu8_82,._learningListContainer_1vfu8_83{position:absolute;top:calc(100% + .5em);left:0;width:100%;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:.5em;z-index:2;animation:_slideDown_1vfu8_1 .3s ease-in-out;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026}._courseListOptionContainer_1vfu8_100{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:200px}._courseListOptionContainer_1vfu8_100::-webkit-scrollbar{width:6px;background-color:transparent}._courseListOptionContainer_1vfu8_100::-webkit-scrollbar-thumb{background-color:silver;border-radius:3px}._courseListOptionContainer_1vfu8_100::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}@keyframes _slideDown_1vfu8_1{0%{opacity:0;visibility:hidden;transform:translateY(-10px)}to{opacity:1;visibility:visible;transform:translateY(0)}}._courseListItem_1vfu8_135,._learningListItem_1vfu8_136{padding:.5em;width:100%;color:#000;border-radius:8px;transition:.2s all ease-in-out}._courseListItem_1vfu8_135:hover,._learningListItem_1vfu8_136:hover{background-color:#4161ff;color:#fff}._courseListItemTitle_1vfu8_150,._learningListItemTitle_1vfu8_151{font-weight:400;font-size:16px}._listCourseText_1vfu8_156{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}._courseListLength_1vfu8_163{font-weight:400;font-size:14px;color:#fff;margin-left:.5em;padding:.25em .5em;border-radius:8px;background-color:#4161ff}._listItemActive_1vfu8_66{background-color:#0d47a1}._listLearning_1vfu8_67{position:relative}._listCourse_1vfu8_69{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:8px;width:100%;background-color:#fff;color:#000;position:relative}._logoutItem_1vfu8_68{display:flex;flex-direction:row;justify-content:center;border-radius:8px;width:100%;margin-bottom:.5em;border:2px solid #ffffff;color:#000}._listItem_1vfu8_65:hover,._listLearning_1vfu8_67:hover{background-color:#0d47a1}._listCourse_1vfu8_69:hover{background-color:#dedede;color:#000}._logoutItem_1vfu8_68:hover{background-color:#284cff}._container_1t1ax_1{padding:0 .5em}._description_1t1ax_5{font-style:normal;font-weight:400;font-size:14px;text-align:left}._descriptionActive_1t1ax_12{font-style:normal;font-weight:400;font-size:14px;text-align:left;color:#fff}._icon_1t1ax_20{margin-right:8px;color:#2196f3;transition:.2s all ease-in-out}._iconDelete_1t1ax_26,._iconEdit_1t1ax_27{color:#2196f3;transition:.2s all ease-in-out}._listItem_1t1ax_32,._listItemActive_1t1ax_33{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1em;border-radius:8px;width:100%;box-sizing:border-box;margin-bottom:1em;transition:.2s all ease-in-out}._iconEdit_1t1ax_27:hover,._iconDelete_1t1ax_26:hover,._iconEditActive_1t1ax_48:hover,._iconDeleteActive_1t1ax_49:hover{transform:scale(1.2)}._listItemActive_1t1ax_33{background-color:#2196f3}._iconActive_1t1ax_57{margin-right:8px;color:#fff}._iconDeleteActive_1t1ax_49,._iconEditActive_1t1ax_48{color:#fff;transition:all .2s ease-in-out}._iconEditActive_1t1ax_48,._iconEdit_1t1ax_27{margin-right:6px;transition:all .2s ease-in-out}._listItem_1t1ax_32,._listItemActive_1t1ax_33{color:#212121}._listItem_1t1ax_32:hover,._listItem_1t1ax_32:hover ._icon_1t1ax_20,._listItem_1t1ax_32:hover ._iconDelete_1t1ax_26,._listItem_1t1ax_32:hover ._iconEdit_1t1ax_27{background-color:#7fc0f4;color:#fff}@media screen and (min-width: 1536px){._sidebar_1t1ax_88{width:25%}}._modalContainer_1t1ax_93{width:40%;height:-moz-fit-content;height:fit-content;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center}._modalTitle_1t1ax_108{font-size:20px;font-weight:600;margin-bottom:1em}._formInput_1t1ax_114{width:100%;margin-bottom:1em;border:1px solid #56585c;padding:1em;border-radius:15px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._formInput_1t1ax_114::-moz-placeholder{font-size:16px;font-weight:400;color:#9e9e9e}._formInput_1t1ax_114::placeholder{font-size:16px;font-weight:400;color:#9e9e9e}._footer_1t1ax_133{width:100%;display:flex;justify-content:space-between}._footer_1t1ax_133 button{width:48%}._formGroup_1t1ax_143{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5em}._label_1t1ax_152{font-size:16px;font-weight:600;color:#000;margin-bottom:.5em}._input_1t1ax_159{border-radius:8px;padding:.75em 1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none;margin-bottom:.25em}._helpText_1t1ax_168{font-size:12px;font-weight:400;color:#616161;margin-top:.5em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._helpTextIcon_1t1ax_179{margin-right:.5em}._tag_h0xib_1{width:-moz-fit-content;width:fit-content;border-radius:20px;padding:.3em .6em;font-size:12px;font-weight:700}._green_h0xib_9{background-color:#c8e6c9;color:#388e3c}._blue_h0xib_14{background-color:#bbdefb;color:#1976d2}._yellow_h0xib_19{background-color:#ffe0b2;color:#e65100}._red_h0xib_24{background-color:#ffcdd2;color:#d32f2f}._grey_h0xib_29{background-color:#e0e0e0;color:#9e9e9e}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.static{position:static}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0px}.left-0{left:0px}.right-0{right:0px}.top-0{top:0px}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-4{margin-bottom:1rem}.mb-7{margin-bottom:1.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-5{margin-top:1.25rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.w-16{width:4rem}.w-56{width:14rem}.w-\[50\%\]{width:50%}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:2rem}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[20px\]{border-radius:20px}.rounded-full{border-radius:9999px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.bg-\[\#0D47A1\]{--tw-bg-opacity: 1;background-color:rgb(13 71 161 / var(--tw-bg-opacity))}.bg-\[\#1B5E20\]{--tw-bg-opacity: 1;background-color:rgb(27 94 32 / var(--tw-bg-opacity))}.bg-\[\#E65100\]{--tw-bg-opacity: 1;background-color:rgb(230 81 0 / var(--tw-bg-opacity))}.bg-\[\#F5F5F5\]{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pr-10{padding-right:2.5rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[24px\]{font-size:24px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-tight{line-height:1.25}.text-\[\#2196F3\]{--tw-text-opacity: 1;color:rgb(33 150 243 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.btn-blue{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2196f3;cursor:pointer;transition:all ease-in .25s}.btn-blue:hover{border-color:#2196f3}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}._container_1httw_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._cardContainer_1httw_8{background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;border-radius:8px;padding:2em 2em 1em;display:flex;flex-direction:column;width:60vw;height:80vh}._header_1httw_19{display:flex;align-items:center;justify-content:space-between;margin-bottom:1em}._title_1httw_26{font-size:32px;font-weight:600}._actionContainer_1httw_31{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:flex-end}._searchWrapper_1httw_39{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:-moz-fit-content;width:fit-content;padding:.5em;border-radius:8px;cursor:pointer;width:30%;border:2px solid #e0e0e0;margin-right:.5em}._searchIcon_1httw_54{width:16px;height:16px;margin-right:.5em}._searchInput_1httw_60{font-size:12px;font-weight:500;border:none;outline:none;width:100%}._search_1httw_39::-moz-placeholder{font-size:12px;font-weight:500;margin-left:1em}._search_1httw_39::placeholder{font-size:12px;font-weight:500;margin-left:1em}._selectWrapper_1httw_74{font-size:12px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:-moz-fit-content;width:fit-content;border:2px solid #2196f3;color:#2196f3;padding:.5em 1em;border-radius:24px;cursor:pointer;width:30%}._optionContainer_1httw_90{position:absolute;top:100%;right:0;width:120%;display:flex;flex-direction:column;align-items:flex-start;padding:1em;background:#ffffff;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;border-radius:8px;margin-top:1em;color:#000;opacity:0;visibility:hidden;animation:_slideDown_1httw_1 .3s ease-in-out forwards}@keyframes _slideDown_1httw_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0);visibility:visible}}._selectTitle_1httw_121{font-weight:400;font-size:14px}._option_1httw_90{margin-top:.5em;display:flex;flex-direction:column;font-weight:600;font-size:14px;width:100%}._optionItem_1httw_135{padding:.5em 0;cursor:pointer;transition:all .3s ease-in-out}._optionItem_1httw_135:hover{color:#fff;background:#1976d2;border-radius:8px;padding:1em}._arrowIcon_1httw_148{width:16px;height:16px;margin-left:1em}._content_1httw_154{overflow-y:auto;height:100%}._content_1httw_154::-webkit-scrollbar{width:6px;background-color:transparent}._content_1httw_154::-webkit-scrollbar-thumb{background-color:silver;border-radius:3px}._content_1httw_154::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}._list_1httw_173,._emptyList_1httw_174{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#f5f5f5;border-radius:8px;padding:.5em 1em;margin-bottom:1em;transition:all .3s ease-in-out;color:#212121}._emptyList_1httw_174{justify-content:center;height:100%;margin-bottom:0;background:transparent}._emptyTitle_1httw_194{font-size:20px;font-weight:400}._list_1httw_173:last-child{margin-bottom:0}._list_1httw_173:hover{background:#e5e5e5;color:#212121}._avatar_1httw_208{width:50px;height:50px;border-radius:50%;margin-right:1em;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026}._item_1httw_216{display:flex;flex-direction:row;align-items:center;cursor:pointer}._name_1httw_223{font-size:16px;font-weight:400}._icon_1httw_228{width:40px;height:40px;cursor:pointer}._nameContainer_1httw_234{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}._highlight_1httw_241{color:#ff0}._container_14r5c_1{height:80%;width:100%;position:relative}._wrapper_14r5c_7{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}._image_14r5c_19{width:100%;max-width:500px}._title_14r5c_24{font-size:2rem;font-weight:600;margin:1rem 0}._button_14r5c_30{display:flex;align-items:center;justify-content:center;flex-direction:row}._icon_14r5c_37{margin-right:.5rem}._container_fuldn_1{display:flex;flex-direction:row}._headerContainer_fuldn_6{margin-bottom:1em}._bannerImage_fuldn_10{width:100%}._kursusContainer_fuldn_14,._statisticContainer_fuldn_15{display:flex;flex-direction:column}._kursusCardContainer_fuldn_20{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1em}._kursusCardCreate_fuldn_26{height:--webkit-fill-available;background:#f0faff;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;border:1px solid #e0e0e0;border-radius:8px;transition:all .3s ease-in-out}._kursusCardCreate_fuldn_26:hover{transform:scale(1.05)}._kursusCard_fuldn_20{width:100%;position:relative;margin-left:1em;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1em}._arrowContainer_fuldn_52{margin-bottom:1em;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}._arrowRight_fuldn_61,._arrowLeft_fuldn_62{width:25px;height:25px;color:#212121;cursor:pointer;transition:all .3s ease-in-out}._arrowDisabled_fuldn_70{width:25px;height:25px;color:#9e9e9e;cursor:default}._arrowRight_fuldn_61:hover,._arrowLeft_fuldn_62:hover{transform:scale(1.1)}._welcome_fuldn_82{font-size:20px}._cardTitle_fuldn_86{font-size:18px;font-weight:600;color:#212121;margin-bottom:1em}._statisticCardContainer_fuldn_93{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1em}._createCourseModalContainer_fuldn_99{width:40%;height:-moz-fit-content;height:fit-content;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center}._createCourseModalHeader_fuldn_114{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1em}._createCourseModalHeaderTitle_fuldn_122{font-size:24px;font-weight:600;color:#000}._createCourseModalLabel_fuldn_128{font-size:16px;font-weight:600;color:#000;margin-bottom:1em}._createCourseForm_fuldn_135{width:100%;display:flex;flex-direction:column;align-items:flex-start}._nameForm_fuldn_142,._scheduleForm_fuldn_143,._thumbnailForm_fuldn_144{width:100%;display:flex;flex-direction:column;margin-bottom:1em}._thumbnailForm_fuldn_144{width:30%}._nameInput_fuldn_155,._scheduleInput_fuldn_156{border-radius:8px;padding:.75em 1em;background:#ffffff;box-shadow:0 0 10px #0000001a;border:none;outline:none}._scheduleInput_fuldn_156::-moz-placeholder,._nameInput_fuldn_155::-moz-placeholder{font-size:14px;font-weight:400;color:#9e9e9e}._scheduleInput_fuldn_156::placeholder,._nameInput_fuldn_155::placeholder{font-size:14px;font-weight:400;color:#9e9e9e}._thumbnailSelectContainer_fuldn_172{position:relative;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#ffffff;box-shadow:0 0 10px #0000001a;border-radius:8px;padding:1em;cursor:pointer;height:100%}._thumbnailSelect_fuldn_172{position:absolute;height:-moz-fit-content;height:fit-content;width:350%;left:calc(100% + .5em);bottom:0px;display:grid;grid-template-columns:repeat(5,1fr);padding:1em;background:#ffffff;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;border-radius:8px;z-index:2;visibility:hidden;animation:_slideRight_fuldn_1 .3s ease-in-out forwards}@keyframes _slideRight_fuldn_1{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0);visibility:visible}}._thumbnailSelectedImage_fuldn_222{width:100px;height:100px}._thumbnailSelectOption_fuldn_227{padding:.5em;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out}._thumbnailSelectOption_fuldn_227:hover{transform:scale(1.1);background-color:#def4ff}._modalButtonContainer_fuldn_239{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1em}._modalButton_fuldn_239{width:100%}._emptyCourseContainer_fuldn_250{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}._emptyCourseTextContainer_fuldn_258{width:60%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}._emptyCourseText_fuldn_258{font-size:24px;font-weight:600}._emptyCourseDesc_fuldn_271{font-size:16px;font-weight:400;margin-top:1em}._emptyCourseCreate_fuldn_277{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background:#f0faff;border:2px solid #aae1ff;border-radius:8px;padding:1em;margin-top:1em;cursor:pointer;transition:all .3s ease-in-out;animation:_beat_fuldn_1 1.5s infinite}@keyframes _beat_fuldn_1{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}._kursusCardCreateAnimation_fuldn_305{display:flex;flex-direction:column;justify-content:center;align-items:center;animation:_beat_fuldn_1 1.5s infinite}._emptyCourseCreate_fuldn_277:hover{background:#aae1ff}._emptyCourseCreateImage_fuldn_317{width:30px;height:30px;margin-right:1em}._emptyCourseCreateText_fuldn_323{font-size:16px;font-weight:600;color:#2196f3}._emptyCourseImageContainer_fuldn_329{width:40%;display:flex;flex-direction:row;justify-content:center;align-items:center}._emptyCourseImage_fuldn_329{width:100%;height:100%;border-radius:8px}._formGroup_1ht70_1,._buttonGroup_1ht70_2{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:.5em}._buttonGroup_1ht70_2{justify-content:flex-end}._uploadText_1ht70_14{font-size:14px;font-weight:400}._uploadContainer_1ht70_19{display:flex;align-items:center;justify-content:center;flex-direction:row}._deletePhotoIcon_1ht70_26{cursor:pointer;width:20px;height:20px;margin-right:.5em;transition:all .3s ease-in-out}._deletePhotoIcon_1ht70_26:hover{transform:scale(1.1)}._label_1ht70_38{font-size:16px;font-weight:600;color:#000;margin-bottom:.25em}._input_1ht70_45,._disabledInput_1ht70_46{border-radius:8px;padding:.75em 1em;background:#f5f5f5;box-shadow:0 0 10px #fefdfd1a;border:2px solid #f5f5f5;outline:none}._disabledInput_1ht70_46{background:#e0e0e0;border:2px solid #e0e0e0;cursor:not-allowed;color:#939292}._genderGroup_1ht70_62{display:grid;grid-template-columns:1fr 1fr;grid-gap:1em}._radioGroup_1ht70_68,._radioGroupActive_1ht70_69{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid #2196f3;color:#2196f3;padding:.75em 1em;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out}._radioGroup_1ht70_68:hover{transform:scale(1.05)}._radioGroupActive_1ht70_69{background:#2196f3;color:#fff}._button_1ht70_2{align-self:flex-end;padding:.75em 1em;width:100%;border-radius:8px;font-size:16px;font-weight:400}._profileImage_1ht70_100{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:50%}._genderText_1ht70_107{text-align:center}._buttonUpload_1ht70_111{position:relative;width:300px;height:50px;cursor:pointer}._inputFile_1ht70_118{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}._container_vy3zo_1{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh}._header_vy3zo_10{display:flex;align-items:center;justify-content:center;margin-bottom:3em;width:100%}._content_vy3zo_18{display:flex;align-items:center;justify-content:center;flex-direction:row}._tampilan_vy3zo_25{display:flex;align-items:center;justify-content:space-around;flex-direction:column;width:100%;padding:2em;background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin-left:2em}._tampilanHeader_vy3zo_38{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;margin-bottom:2em;width:100%}._title_vy3zo_47{font-size:24px;font-weight:600;color:#212121}._desc_vy3zo_53{font-size:16px;font-weight:400;color:#616161}._imageContainer_vy3zo_59{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%}._image_vy3zo_59{height:400px;margin-bottom:-2em}._imageText_vy3zo_73{font-size:24px;font-weight:500;color:#000;text-align:center}._label_vy3zo_80{font-size:14px;font-weight:500;color:#212121;margin-bottom:.5em}._form_vy3zo_87{width:100%}._usernameForm_vy3zo_91{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;margin-bottom:1.5em;width:100%}._inputContainer_vy3zo_100{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;width:100%;box-shadow:0 0 10px #0000001a;padding:1em;border-radius:8px}._icon_vy3zo_111{width:20px;height:20px;margin-right:1em;color:#616161}._forgotPassword_vy3zo_118{font-size:14px;font-weight:400;color:#616161!important;margin-top:2em;margin-bottom:1em;width:-moz-fit-content;width:fit-content;align-self:flex-end;transition:all .3s ease-in-out;text-decoration:none!important}._forgotPassword_vy3zo_118:hover{color:#2196f3!important;text-decoration:none!important}._eyeIcon_vy3zo_135{width:20px;height:20px;color:#616161;cursor:pointer}._input_vy3zo_100{outline:none;border:none;width:100%}._button_vy3zo_148{width:100%;margin-top:2em}._container_159ub_1{display:flex;flex-direction:column;justify-content:flex-start;width:100%}._mainContent_159ub_8{background-color:#fff;flex-grow:1}._paragraph_159ub_13{color:#212121;font-weight:400;font-size:24px;margin-bottom:1em}._content_159ub_20{display:flex;flex-direction:row;margin-top:1em}._sidebar_159ub_26{width:25%;border-right:1px solid #e0e0e0}._contentCard_159ub_31{position:relative;width:75%;padding:0 1em}._fileCardContainer_159ub_37{margin-top:1em;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1em}._container_1vx2x_1{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh}._header_1vx2x_10{display:flex;align-items:center;justify-content:center;margin-bottom:3em;width:100%}._content_1vx2x_18{display:flex;align-items:center;justify-content:center;flex-direction:row;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026}._tampilan_1vx2x_26{display:flex;align-items:center;justify-content:space-around;flex-direction:column;width:100%;height:100%;padding:2em}._tampilanHeader_1vx2x_36{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;margin-bottom:2em}._title_1vx2x_44{font-size:24px;font-weight:600;color:#212121}._desc_1vx2x_50{font-size:16px;font-weight:400;color:#616161}._image_1vx2x_56{height:550px}._label_1vx2x_60{font-size:14px;font-weight:500;color:#212121;margin-bottom:.5em}._form_1vx2x_67{width:100%}._emailForm_1vx2x_71,._passwordForm_1vx2x_72{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;margin-bottom:1em;width:100%}._inputContainer_1vx2x_81{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;width:100%;box-shadow:0 0 10px #0000001a;padding:1em;border-radius:8px;border:1px solid #e0e0e0}._icon_1vx2x_93{width:20px;height:20px;margin-right:1em;color:#616161}._forgotPassword_1vx2x_100{font-size:14px;font-weight:400;color:#616161!important;margin-top:1em;margin-bottom:1em;width:-moz-fit-content;width:fit-content;align-self:flex-end;transition:all .3s ease-in-out;text-decoration:none!important}._forgotPassword_1vx2x_100:hover{color:#2196f3!important;text-decoration:none!important}._eyeIcon_1vx2x_117{width:20px;height:20px;color:#616161;cursor:pointer}._input_1vx2x_81{outline:none;border:none;width:100%}._button_1vx2x_130{width:100%;margin-top:2em}._helpText_1vx2x_135{font-size:12px;font-weight:400;color:#616161;margin-top:.5em;margin-bottom:1em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._helpTextIcon_1vx2x_147{margin-right:.5em}.rdp{--rdp-cell-size: 40px;--rdp-caption-font-size: 18px;--rdp-accent-color: #0000ff;--rdp-background-color: #e7edff;--rdp-accent-color-dark: #3003e1;--rdp-background-color-dark: #180270;--rdp-outline: 2px solid var(--rdp-accent-color);--rdp-outline-selected: 3px solid var(--rdp-accent-color);margin:1em}.rdp-vhidden{box-sizing:border-box;margin:0;background:transparent;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute!important;top:0;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;border:0!important}.rdp-button_reset{appearance:none;position:relative;margin:0;padding:0;cursor:default;color:inherit;background:none;font:inherit;-moz-appearance:none;-webkit-appearance:none}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid transparent}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){color:inherit;background-color:var(--rdp-background-color);border:var(--rdp-outline)}.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{margin:0;max-width:calc(var(--rdp-cell-size) * 7);border-collapse:collapse}.rdp-with_weeknumber .rdp-table{max-width:calc(var(--rdp-cell-size) * 8);border-collapse:collapse}.rdp-caption{display:flex;align-items:center;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{position:relative;display:block;text-align:center}.rdp-caption_dropdowns{position:relative;display:inline-flex}.rdp-caption_label{position:relative;z-index:1;display:inline-flex;align-items:center;margin:0;padding:0 .25em;white-space:nowrap;color:currentColor;border:0;border:2px solid transparent;font-family:inherit;font-size:var(--rdp-caption-font-size);font-weight:700}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{position:absolute;top:50%;left:0;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;top:50%;right:0;transform:translateY(-50%)}.rdp-nav_button{display:inline-flex;align-items:center;justify-content:center;width:var(--rdp-cell-size);height:var(--rdp-cell-size);padding:.25em;border-radius:100%}.rdp-dropdown_year,.rdp-dropdown_month{position:relative;display:inline-flex;align-items:center}.rdp-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;z-index:2;top:0;bottom:0;left:0;width:100%;margin:0;padding:0;cursor:inherit;opacity:0;border:none;background-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit}.rdp-dropdown[disabled]{opacity:unset;color:unset}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{vertical-align:middle;font-size:.75em;font-weight:700;text-align:center;height:100%;height:var(--rdp-cell-size);padding:0;text-transform:uppercase}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{width:var(--rdp-cell-size);height:100%;height:var(--rdp-cell-size);padding:0;text-align:center}.rdp-weeknumber{font-size:.75em}.rdp-weeknumber,.rdp-day{display:flex;overflow:hidden;align-items:center;justify-content:center;box-sizing:border-box;width:var(--rdp-cell-size);max-width:var(--rdp-cell-size);height:var(--rdp-cell-size);margin:0;border:2px solid transparent;border-radius:100%}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{color:#fff;opacity:1;background-color:var(--rdp-accent-color)}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir="rtl"]) .rdp-day_range_start:not(.rdp-day_range_end){border-top-right-radius:0;border-bottom-right-radius:0}.rdp:not([dir="rtl"]) .rdp-day_range_end:not(.rdp-day_range_start){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-top-right-radius:0;border-bottom-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}._container_1tjcq_1{display:flex;flex-direction:column}._headerContainer_1tjcq_6{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:1em 0;border:1px solid #e0e0e0;padding:1em;border-radius:8px}._contentTitle_1tjcq_17,._contentTitlePlaceholder_1tjcq_18,._contentTitleInput_1tjcq_19{font-size:20px;font-weight:600}._contentTitleContainer_1tjcq_24{width:80%}._contentDescription_1tjcq_28{position:relative;cursor:pointer;width:-moz-fit-content;width:fit-content;margin-top:.5em}._contentDescriptionText_1tjcq_35{white-space:pre-wrap;width:400px;visibility:hidden;position:absolute;top:0;left:calc(100% + 1em);background:#000000;color:#fff;padding:1em;border-radius:8px;opacity:0;font-size:12px;font-weight:400;transition:visibility 0s,opacity .3s}._contentDescription_1tjcq_28:hover ._contentDescriptionText_1tjcq_35{visibility:visible;opacity:1}._contentTitleInput_1tjcq_19{border:none;outline:none;color:#212121;width:100%}._dueDateContainer_1tjcq_64{margin-top:.5em}._deadlineIcon_1tjcq_68{margin-right:.5em}._contentButton_1tjcq_72{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;width:100%}._contentButton_1tjcq_72 svg:nth-child(1){width:20px;height:20px}._button_1tjcq_85{font-size:14px;font-weight:500;height:100%;padding:.5em 1em;margin-left:1em}._contentDeadlineWrapper_1tjcq_93{position:relative}._datePickerWrapper_1tjcq_97{z-index:1;position:absolute;top:100%;right:0;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:.5em 0 2em}._datePickerContainer_1tjcq_107{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5em 1em;border-radius:14px;background:#ffffff;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026}._deadlineFormGroup_1tjcq_118{display:flex;flex-direction:row;align-items:flex-start}._dateButtonContainer_1tjcq_124{margin:1em;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:8px;background:transparent;width:100%}._dateButtonContainer_1tjcq_124 button{font-size:14px;font-weight:400;width:48%}._dayPicker_1tjcq_145{margin:0!important}._dayPicker_1tjcq_145 div[role=presentation]{font-size:14px;font-weight:600}._dayPicker_1tjcq_145>div>div>div:nth-child(1) button:focus,._dayPicker_1tjcq_145>div>div>div:nth-child(1) button:focus-visible{background-color:none;border-color:none;color:#000;outline:none}._dayPicker_1tjcq_145 button:hover,._dayPicker_1tjcq_145 button:focus-visible,._dayPicker_1tjcq_145 button[aria-selected=true]{background-color:#2196f3!important;border-color:#2196f3!important;color:#fff!important;outline:none!important}._timePicker_1tjcq_171>div{font-size:20px;box-shadow:none;margin-left:1em}._timePicker_1tjcq_171 span[data-testid=topbar_hour],._timePicker_1tjcq_171 span[data-testid=topbar_minute]{color:#000!important;font-weight:500}._timePicker_1tjcq_171 div[data-testid=clock-wrapper]{padding:.5em 0}._timePicker_1tjcq_171>div>div{padding:0}._contentTitle_1tjcq_17{color:#212121}._contentTitleInput_1tjcq_19::-moz-placeholder,._contentDescription_1tjcq_28::-moz-placeholder{color:#bdbdbd}._contentTitlePlaceholder_1tjcq_18,._contentTitleInput_1tjcq_19::placeholder,._contentDescription_1tjcq_28::placeholder{color:#bdbdbd}._deadlinePlacholder_1tjcq_201,._deadline_1tjcq_68{font-size:16px;font-weight:400}._deadline_1tjcq_68{color:#212121}._deadlinePlacholder_1tjcq_201{color:#bdbdbd}._contentTitleEditIcon_1tjcq_215{width:20px;height:20px;margin-left:1em;cursor:pointer;transition:all .2s ease-in-out}._contentDeadlineIcon_1tjcq_223{width:16px;height:16px;margin-left:1em;cursor:pointer;transition:all .2s ease-in-out}._contentTitleEditIcon_1tjcq_215:hover,._contentDeadlineIcon_1tjcq_223:hover{transform:scale(1.1)}._select_1tjcq_236{width:130%}._selectWrapper_1tjcq_240{position:relative}._addTextModalContainer_1tjcq_244{width:70%;height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center}._addScoreModalContainer_1tjcq_259{width:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center}._addTextModalHeader_1tjcq_273{width:100%;display:flex;flex-direction:column;align-items:center}._addTextModalTitle_1tjcq_280{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:20px;font-weight:600;margin-bottom:1em}._addTextModalCloseIcon_1tjcq_291{width:20px;height:20px;cursor:pointer;transition:all .2s ease-in-out}._addTextModalCloseIcon_1tjcq_291:hover{transform:scale(1.1)}._addTextModalInput_1tjcq_302{width:100%;height:100%;background:#f5f5f5;padding:1em;margin-bottom:1em;border-radius:8px;border:none;outline:none;display:flex;align-items:flex-start;justify-content:flex-start}._addTextModalButton_1tjcq_316{width:100%}._contentAndDescriptionContainer_1tjcq_320{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}._contentDescriptionTitle_1tjcq_328{font-size:20px;font-weight:600}._tableContainer_1tjcq_333{width:100%;display:flex;flex-direction:column;border:1px solid #e0e0e0;padding:1em;border-radius:8px}._tableHeader_1tjcq_342{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._tableTitle_1tjcq_350{font-size:22px;font-weight:600;margin-right:2em}._searchWrapper_1tjcq_356{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:-moz-fit-content;width:fit-content;padding:.75em 1em;border-radius:8px;cursor:pointer;width:25%;border:2px solid #e0e0e0;background:#f5f5f5;margin-right:.5em}._searchIcon_1tjcq_372{width:16px;height:16px;margin-right:.5em}._searchInput_1tjcq_378{font-size:12px;font-weight:500;border:none;outline:none;width:100%;background-color:transparent}._search_1tjcq_356::-moz-placeholder{font-size:12px;font-weight:500;margin-left:1em}._search_1tjcq_356::placeholder{font-size:12px;font-weight:500;margin-left:1em}._table_1tjcq_333{width:100%;border-collapse:collapse;margin-top:2em}._tableHead_1tjcq_342 th{font-size:14px;font-weight:600}._tableBody_1tjcq_404 td{font-size:14px;font-weight:400}._tableHead_1tjcq_342 th,._tableBody_1tjcq_404 td{padding:.75em;border-bottom:1px solid #e0e0e0}._tableHeaderCellNo_1tjcq_415,._tableBodyCellNo_1tjcq_416{text-align:center}._tableHeaderCellDate_1tjcq_420,._tableHeaderCellName_1tjcq_421,._tableBodyCellDate_1tjcq_422,._tableBodyCellName_1tjcq_423{width:20%;text-align:center}._tableHeaderCellFile_1tjcq_428,._tableHeaderCellAction_1tjcq_429,._tableHeaderCellScore_1tjcq_430,._tableHeaderCellStatus_1tjcq_431,._tableBodyCellFile_1tjcq_432,._tableBodyCellAction_1tjcq_433,._tableBodyCellScore_1tjcq_434,._tableBodyCellStatus_1tjcq_435{width:15%;text-align:center}._tag_1tjcq_440{width:100%;padding:.5em}._fileLink_1tjcq_445{color:#2196f3;text-decoration:none}._fileIcon_1tjcq_450{width:16px;height:16px;margin-right:.5em}._tableButton_1tjcq_456{width:80%;background:#f0faff;font-size:14px;font-weight:500;border-radius:8px;padding:.5em 20%;color:#2196f3;cursor:pointer;border:1px solid #2196f3;transition:all .2s ease-in-out}._tableButton_1tjcq_456:hover{background:#2196f3;color:#fff}._tableActionIcon_1tjcq_474{width:16px;height:16px;margin-right:.5em}._headerTitle_1tjcq_480{font-size:20px;font-weight:600;margin-bottom:2em}._formGroup_1tjcq_486{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5em}._label_1tjcq_495{font-size:16px;font-weight:600;color:#000;margin-bottom:.5em}._input_1tjcq_502{border-radius:8px;padding:1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none;width:100%;font-size:1.5em}._helpText_1tjcq_512{font-size:12px;font-weight:400;color:#616161;margin-top:.5em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._helpTextIcon_1tjcq_523{margin-right:.5em}._tableTitleContainer_1tjcq_527{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}._showPerPageWrapper_1tjcq_534{display:flex;flex-direction:row;align-items:center}._modalContentSelectContainer_1tjcq_540{position:relative;display:flex;flex-direction:row;align-items:center;cursor:pointer;border:2px solid #2196f3;border-radius:8px}._modalContentSelect_1tjcq_540{width:200%;left:0}._modalContentSelectIcon_1tjcq_555{width:12px;height:12px;margin-left:.5em}._modalContentSelectContainer_1tjcq_540{margin:0 1em;padding:0 1em}._tablePagination_1tjcq_566{margin-top:1em;margin-bottom:1em}._paginationWrapper_1tjcq_571{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}._paginationButtonContainer_1tjcq_578{display:grid;grid-template-columns:3fr 2fr 3fr;grid-gap:1em;align-items:center}._paginationButton_1tjcq_578{font-size:14px;font-weight:500;height:100%;padding:.5em 1em;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;width:100%}._paginationInfo_1tjcq_596{font-size:14px;font-weight:400;color:#616161;width:100%}._contentContainer_199c2_1{width:-moz-fit-content;width:fit-content;min-width:15%;padding:1em;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;margin-bottom:1em;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;animation:_beat_199c2_1 1.5s infinite}@keyframes _beat_199c2_1{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}._contentContainer_199c2_1:hover{background:#2196f3}._contentContainer_199c2_1:hover ._previewIcon_199c2_29,._contentContainer_199c2_1:hover ._dataName_199c2_30{color:#fff}._contentTitleContainer_199c2_34{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._deadlineContainer_199c2_42,._noDeadlineContainer_199c2_43{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-top:1em;font-size:12px;font-weight:500;color:#fff;padding:1em;border-radius:8px}._previewIcon_199c2_29{width:16px;height:16px;margin-left:1em;color:#212121}._dataName_199c2_30{font-size:16px;font-weight:400;color:#212121}._videoModal_199c2_70{width:70%;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;padding:1em;display:flex;flex-direction:column;align-items:center}._fileModal_199c2_85{width:80%;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._closeIcon_199c2_97{position:absolute;top:-1em;right:-1em;width:20px;height:20px;padding:1em;background-color:#212121;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}._closeIcon_199c2_97:hover{background-color:#424242}._modalContainer_supj3_1{width:70%;height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center}._modalTablePreview_supj3_16{color:#000;font-weight:400;text-decoration:underline}._modalHeader_supj3_22{width:100%;display:flex;flex-direction:column;align-items:center}._modalTitle_supj3_29{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:20px;font-weight:600;margin-bottom:1em}._modalCloseIcon_supj3_40{width:20px;height:20px;cursor:pointer;transition:all .2s ease-in-out}._modalCloseIcon_supj3_40:hover{transform:scale(1.1)}._modalSearch_supj3_51{width:100%;margin-bottom:1em;position:relative;background:#f5f5f5;padding:0;border-radius:8px}._modalSearch_supj3_51 input{width:100%;border:none;outline:none;background:transparent;font-size:16px;font-weight:400;color:#212121;padding:1em}._modalSearch_supj3_51 input::-moz-placeholder{color:#9e9e9e}._modalSearch_supj3_51 input::placeholder{color:#9e9e9e}._modalSearchIcon_supj3_75{color:#9e9e9e;width:20px;height:20px;position:absolute;top:50%;right:1em;transform:translateY(-50%)}._modalContent_supj3_85{width:100%;display:flex;flex-direction:column;align-items:flex-start;flex:1;overflow-y:auto;margin-bottom:2em}._modalContentHeader_supj3_98{width:100%;margin-bottom:1em;font-size:16px;font-weight:600;color:#212121;display:flex;flex-direction:row;align-items:center}._modalContentSelectContainer_supj3_112{position:relative;display:flex;flex-direction:row;align-items:center;cursor:pointer;border:2px solid #2196f3;border-radius:8px}._modalContentSelect_supj3_112{width:200%;left:0}._modalContentSelectIcon_supj3_127{width:12px;height:12px;margin-left:.5em}._modalContentSelectContainer_supj3_112{margin:0 1em;padding:0 1em}._modalContentBody_supj3_138{overflow-y:auto;display:flex;align-items:flex-start;justify-content:center;width:100%}._modalContentBody_supj3_138::-webkit-scrollbar{width:6px;background-color:transparent}._modalContentBody_supj3_138::-webkit-scrollbar-thumb{background-color:silver;border-radius:3px}._modalContentBody_supj3_138::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}._modalContentCard_supj3_164:hover{background-color:#84bbe7}._modalContentCardIcon_supj3_168{width:20px;height:20px;margin-right:1em}._modalContentCard_supj3_164 span{font-size:16px;font-weight:400;color:#212121}._modalTable_supj3_16{width:100%;height:100%}._modalTable_supj3_16 td,._modalTable_supj3_16 th{padding:1em;border-bottom:1px solid #e0e0e0;word-wrap:break-word}._modalTable_supj3_16 td:nth-child(1),._modalTable_supj3_16 th:nth-child(1){width:15%}._modalTable_supj3_16 td:nth-child(2),._modalTable_supj3_16 th:nth-child(2){width:35%}._modalTable_supj3_16 td:nth-child(3),._modalTable_supj3_16 th:nth-child(3){width:50%}._modalTableHead_supj3_207{font-size:16px;font-weight:600;color:#212121;background-color:#fff}._modalTableBody_supj3_214{font-size:16px;font-weight:400;color:#212121;text-align:center;overflow-y:auto}._modalTableSelect_supj3_222{background-color:#2196f3;border:2px solid #2196f3;border-radius:8px;padding:.5em 2em;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}._modalTableSelect_supj3_222:hover{background-color:#1976d2;border:2px solid #1976d2}._modalFooter_supj3_239{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}._modalTableBodyRow_supj3_247{transition:all .2s ease-in-out}._modalTableBodyRow_supj3_247:hover{background-color:#e3f2fd}._modalContainer_ch0ae_1{width:70%;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center}._modalHeader_ch0ae_16{width:100%;display:flex;flex-direction:column;align-items:center}._modalTitle_ch0ae_23{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:20px;font-weight:600;margin-bottom:1em}._modalBackIcon_ch0ae_34{width:20px;height:20px;cursor:pointer;transition:all .2s ease-in-out;margin-right:.5em}._modalBackIcon_ch0ae_34:hover{transform:scale(1.1)}._modalBackIconDisabled_ch0ae_46{color:#9e9e9e;width:20px;height:20px;margin-right:.5em}._modalCloseIcon_ch0ae_53{width:20px;height:20px;cursor:pointer;transition:all .2s ease-in-out}._modalCloseIcon_ch0ae_53:hover{transform:scale(1.1)}._modalSearch_ch0ae_64{width:100%;margin-bottom:1em;position:relative;background:#f5f5f5;padding:0;border-radius:8px}._modalSearch_ch0ae_64 input{width:100%;border:none;outline:none;background:transparent;font-size:16px;font-weight:400;color:#212121;padding:1em}._modalSearch_ch0ae_64 input::-moz-placeholder{color:#9e9e9e}._modalSearch_ch0ae_64 input::placeholder{color:#9e9e9e}._modalSearchIcon_ch0ae_88{color:#9e9e9e;width:20px;height:20px;position:absolute;top:50%;right:1em;transform:translateY(-50%)}._modalContent_ch0ae_98{width:100%;display:flex;flex-direction:column;align-items:flex-start;overflow-y:auto;margin-top:1em}._modalBreadcrumb_ch0ae_107{width:100%;font-size:16px;font-weight:600;color:#212121;position:sticky;top:0}._headerBlack_ch0ae_116{font-size:16px;font-weight:600;color:#212121}._headerGrey_ch0ae_122{font-size:16px;font-weight:400;color:#9e9e9e;cursor:pointer;transition:all .2s ease-in-out}._headerGrey_ch0ae_122:hover{color:#585858}._modalContentBody_ch0ae_134{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1em;overflow-y:auto}._modalContentBody_ch0ae_134::-webkit-scrollbar,._modalContent_ch0ae_98::-webkit-scrollbar{width:6px;background-color:transparent}._modalContentBody_ch0ae_134::-webkit-scrollbar-thumb,._modalContent_ch0ae_98::-webkit-scrollbar-thumb{background-color:silver;border-radius:3px}._modalContentBody_ch0ae_134::-webkit-scrollbar-thumb:hover,._modalContent_ch0ae_98::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}._modalContentCard_ch0ae_159{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:1em 1.5em;background-color:#bbdefb;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}._modalContentCard_ch0ae_159:hover{background-color:#84bbe7}._modalContentCardIcon_ch0ae_175{width:20px;height:20px;margin-right:1em}._modalContentCard_ch0ae_159 span{font-size:16px;font-weight:400;color:#212121}._modalTable_ch0ae_187{width:100%;overflow-y:auto}._modalTable_ch0ae_187 td,._modalTable_ch0ae_187 th{padding:1em;word-wrap:break-word}._modalTable_ch0ae_187 td:nth-child(1),._modalTable_ch0ae_187 th:nth-child(1){width:15%}._modalTable_ch0ae_187 td:nth-child(2),._modalTable_ch0ae_187 th:nth-child(2){width:35%}._modalTable_ch0ae_187 td:nth-child(3),._modalTable_ch0ae_187 th:nth-child(3){width:100%}._modalTableHead_ch0ae_213{font-size:16px;font-weight:600;color:#212121;position:sticky;top:0;background-color:#fff;z-index:1}._modalTableBody_ch0ae_223{font-size:16px;font-weight:400;color:#212121;text-align:center;height:100%;overflow-y:auto}._modalTableSelect_ch0ae_232{background-color:#2196f3;border:2px solid #2196f3;border-radius:8px;padding:.5em 2em;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}._modalTableSelect_ch0ae_232:hover{background-color:#1976d2;border:2px solid #1976d2}._modalTableBodyRow_ch0ae_249,._modalTableHead_ch0ae_213{transition:all .2s ease-in-out;border-bottom:1px solid #e0e0e0}._modalTableBodyRow_ch0ae_249:hover{background-color:#e3f2fd}._authorContainer_ch0ae_259{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center}._authorImage_ch0ae_268{width:50px;height:50px;border-radius:50%}._bodyTableCellDesc_ch0ae_274{word-break:break-all}._container_1f2ic_1{display:flex;flex-direction:column;height:100vh;overflow-y:scroll}._barContainer_1f2ic_8{display:flex;flex-direction:row;align-items:center;padding:.5em 1.5em;z-index:1;width:100%;border-bottom:1px solid #e0e0e0}._burger_1f2ic_18{align-items:flex-start;width:24px;height:24px;cursor:pointer}._content_1f2ic_25{display:flex;flex:1;transition:margin-left .3s ease}._main_1f2ic_31,._mainWithoutSidebar_1f2ic_32{margin-left:20%;flex:1;padding:1em;transition:margin-left .3s ease}._mainWithoutSidebar_1f2ic_32{margin-left:0}._menuTitleContainer_1f2ic_43{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._menuTitle_1f2ic_43{font-size:14px;font-weight:600;color:#212121}._menuBoxContainer_1f2ic_56{margin-top:1em;font-size:14px;font-weight:500}._menuBoxSelected_1f2ic_62,._menuBox_1f2ic_56{border-radius:8px;padding:1em;margin-bottom:1em;display:flex;align-items:center;cursor:pointer;flex-direction:row}._menuIcon_1f2ic_73,._menuParticipantIcon_1f2ic_74,._menuAddIcon_1f2ic_75{width:24px;height:24px}._contentSelection_1f2ic_84{width:600%}._controllerContainer_1f2ic_88{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #e0e0e0;padding:1em;border-radius:8px}._headerTitle_1f2ic_98{display:flex;flex-direction:column;width:100%}._headerTitleCourse_1f2ic_104,._headerTitleCoursePlaceholder_1f2ic_105,._headerTitleInput_1f2ic_106{font-size:24px;font-weight:600}._headerTitleCourse_1f2ic_104{color:#212121}._headerTitleInput_1f2ic_106::-moz-placeholder,._headerTitleSectionInput_1f2ic_118::-moz-placeholder{color:#bdbdbd}._headerTitleCoursePlaceholder_1f2ic_105,._headerTitleSectionPlaceholder_1f2ic_116,._headerTitleInput_1f2ic_106::placeholder,._headerTitleSectionInput_1f2ic_118::placeholder{color:#bdbdbd}._headerTitleEditIcon_1f2ic_122,._headerTitleSectionEditIcon_1f2ic_123{width:20px;height:20px;margin-left:1em;cursor:pointer;transition:all .2s ease-in-out}._headerTitleSectionEditIcon_1f2ic_123{width:16px;height:16px}._headerTitleEditIcon_1f2ic_122:hover,._headerTitleSectionEditIcon_1f2ic_123:hover{transform:scale(1.1)}._headerTitleInput_1f2ic_106,._headerTitleSectionInput_1f2ic_118{border:none;outline:none;color:#212121;width:100%}._headerTitleSection_1f2ic_116{font-size:16px;font-weight:400;color:#212121}._headerButton_1f2ic_155{display:flex;flex-direction:row;align-items:center}._headerButton_1f2ic_155 svg{width:20px;height:20px}._headerButton_1f2ic_155 span{font-size:14px;font-weight:500}._button_1f2ic_171{height:100%;padding:.5em 1em;margin-left:1em}._selectWrapper_1f2ic_80{position:relative}._contentSelection_1f2ic_84{width:300%}._sidebar_15tdv_1{position:fixed;height:-webkit-fill-available;flex:0 0 auto;width:20%;background:#f0faff;padding:1em 1.5em 1.5em;overflow-y:auto;transition:width .3s ease,padding .3s ease;overflow-y:scroll}._hideSidebar_15tdv_13{padding:1em 0;width:0}._sidebar_15tdv_1::-webkit-scrollbar{width:6px;background-color:transparent}._sidebar_15tdv_1::-webkit-scrollbar-thumb{background-color:silver;border-radius:3px}._sidebar_15tdv_1::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}._menuTitleContainer_15tdv_32{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._menuTitle_15tdv_32{font-size:14px;font-weight:600;color:#212121}._menuBox_15tdv_45{border-radius:8px;padding:1em;margin-bottom:1em;display:flex;align-items:center;cursor:pointer;flex-direction:row}._menuParticipantIcon_15tdv_55,._menuAddIcon_15tdv_56{width:24px;height:24px}._selectWrapper_15tdv_61{position:relative}._contentSelection_15tdv_65{width:600%}._menuParticipantIcon_15tdv_55{margin-right:1em;color:#2196f3}._menuAddIcon_15tdv_56{background:#2196f3;border-radius:8px;padding:4px;color:#fff;cursor:pointer}._menuBox_15tdv_45{background:#ffffff;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;transition:all .3s ease-in-out}._menuBox_15tdv_45:hover{background:#bbdefb}._menuCourseContainer_15tdv_94{display:flex;flex-direction:column;margin-top:1em}._menuCourse_15tdv_94{display:flex;flex-direction:row;justify-content:space-between;border-radius:8px;padding:1em 1.5em;background:#2196f3;color:#fff;font-size:14px;cursor:pointer}._menuCourseTitle_15tdv_112{display:flex;flex-direction:column;justify-content:space-between;word-break:break-all}._menuCourseTitleSection_15tdv_119{font-weight:400;word-break:break-all}._menuCourseTitleCourse_15tdv_124{font-weight:600;word-break:break-all}._menuCourseArrowContainer_15tdv_129{display:flex;align-items:center;margin-left:.5em}._menuArrowIcon_15tdv_135{width:14px;height:14px;cursor:pointer}._modulContainer_15tdv_141{margin-top:.5em;background:#ffffff;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;width:100%;border-radius:8px;padding:.5em}._modulChild_15tdv_150{width:100%;border-radius:8px;padding:.5em 1em;background:white;margin-bottom:.5em;opacity:0;visibility:hidden;animation:_slideDown_15tdv_1 .3s ease-in-out forwards;transition:all .3s ease-in-out;cursor:pointer}._modulChild_15tdv_150:hover{background:#bbdefb}@keyframes _slideDown_15tdv_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0);visibility:visible}}._modulChildSelected_15tdv_179{background:#bbdefb}._modulContent_15tdv_183{display:flex;flex-direction:row;align-items:center;margin-top:.5em}._modulType_15tdv_190{font-size:14px;font-weight:400}._modulTypeIcon_15tdv_195{width:24px;height:24px;margin-right:1em;color:#2196f3}._modulTitle_15tdv_202{font-size:14px;font-weight:600;word-break:break-all}._con_1vqnw_1{display:flex;justify-content:center;margin-top:3rem;margin-bottom:3rem;font-style:italic;font-weight:700;font-size:25px;border-radius:20px}._title_1vqnw_12{margin-bottom:10px;width:407px;height:36px;font-family:Poppins;font-style:normal;font-weight:600;font-size:24px;line-height:36px;display:flex;align-items:center;color:#212121}._desc_1vqnw_28{margin-top:10px;margin-bottom:20px;font-family:Poppins;font-style:normal;font-weight:400;font-size:16px;display:flex;align-items:center;width:266px;height:24px;color:#616161}._start_1vqnw_42{color:#4161ff}._My_1vqnw_46{color:#22bdff}._Btn_1vqnw_50{width:100%;color:#000;background-color:#2196f3;margin-top:2rem;margin-bottom:2rem}._icon_1vqnw_58{fill:#2196f3;color:#2196f3}._radio_1vqnw_63 input~label{background-color:#e9e1e1;color:#9e9292}._radio_1vqnw_63 input:checked~label{background-color:#46e616;color:#fff}._selectWrapper_1vqnw_72{font-size:12px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:-moz-fit-content;width:fit-content;border:2px solid #2196f3;color:#212121;padding:1em;border-radius:8px;cursor:pointer;width:100%}._filterIconWrapper_1vqnw_88{font-size:14px;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;border:2px solid #2196f3;color:#212121;padding:1em;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out}._filterIconWrapper_1vqnw_88:hover{background:#2196f3}._filterIconWrapper_1vqnw_88:hover ._filterIcon_1vqnw_88{color:#fff}._filterIcon_1vqnw_88{width:16px;height:16px;color:#212121;transition:all .3s ease-in-out}._arrowIcon_1vqnw_118{width:16px;height:16px;margin-left:1em}._select_1vqnw_72{width:150%}._headerContainer_1vqnw_128{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:1em 0;border-radius:8px;padding:1em;color:#fff;border:1px solid #e0e0e0}._totalTitle_1vqnw_140{font-size:24px;font-weight:500;color:#212121}._filterWrapper_1vqnw_146{display:grid;grid-template-columns:4fr 1fr 5fr;grid-gap:.5em;margin-left:auto;width:-moz-fit-content;width:fit-content}._container_1vqnw_154{height:100%}._contentContainer_1vqnw_158{height:100%;position:relative}._button_1vqnw_163{width:100%}._aLink_1vqnw_167,._aLink_1vqnw_167:hover{color:#fff}._buttonContainer_1vqnw_172{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5em}._searchWrapper_1vqnw_178{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:-moz-fit-content;width:fit-content;padding:1em;border-radius:8px;cursor:pointer;width:100%;border:2px solid #2196f3;color:#000}._searchIcon_1vqnw_193{width:16px;height:16px;margin-right:.5em}._searchInput_1vqnw_199{font-size:12px;font-weight:500;border:none;outline:none;width:100%}._modalContainer_1vqnw_207{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center;justify-content:center;outline:none}._modalTitle_1vqnw_222{width:100%;font-size:20px;font-weight:600;margin-bottom:1em;text-align:center}._buttonFilter_1vqnw_230{width:100%}._buttonSaveFilter_1vqnw_234{width:80%;margin-top:1em;align-self:center}._tag_1vqnw_240{text-align:center;font-size:12px;font-weight:500;width:100%}._container_bmbci_1{width:50%;height:-moz-fit-content;height:fit-content;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;padding:2em 3em;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._headerTitle_bmbci_17{font-size:20px;font-weight:600;margin-bottom:2em}._content_bmbci_23{width:100%}._formInput_bmbci_27,._formSelect_bmbci_28{width:100%;margin-bottom:1em;border:1px solid #56585c;padding:1em;border-radius:15px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._formSelect_bmbci_28{cursor:pointer}._arrowIcon_bmbci_45{width:20px;height:20px}._formInput_bmbci_27::-moz-placeholder{font-size:16px;font-weight:400;color:#9e9e9e}._formInput_bmbci_27::placeholder,._placeholder_bmbci_51{font-size:16px;font-weight:400;color:#9e9e9e}._selected_bmbci_57{font-size:16px;font-weight:400;color:#000}._footer_bmbci_63{width:100%;display:flex;justify-content:space-between}._footer_bmbci_63 button{width:48%}._kelasSelection_bmbci_73,._mataPelajaranSelection_bmbci_74,._jurusanSelection_bmbci_75{top:0;left:100%;width:50%;max-height:500%;margin-left:.75em}._gFormInput_bmbci_83{position:relative}._gFormInput_bmbci_83>input{padding-right:calc(1.5em + 20px)}._checkingIconContainer_bmbci_91{position:absolute;top:0;right:1em;height:100%;display:flex;align-items:center}._checkingErrorIcon_bmbci_100,._checkingSuccessIcon_bmbci_101,._checkingIcon_bmbci_91{width:20px;height:20px}._checkingIcon_bmbci_91{cursor:pointer;transition:all .3s ease-in-out}._checkingIcon_bmbci_91:hover{transform:scale(1.1)}._checkingSuccessIcon_bmbci_101{color:#079841}._checkingErrorIcon_bmbci_100{color:red}._createdHeaderTitle_bmbci_124{color:#000;font-size:24px;font-weight:600}._createdContent_bmbci_130{display:flex;flex-direction:column;align-items:center}._createdImage_bmbci_136{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:1em}._createdContent_bmbci_130 span{font-size:14px;font-weight:400;color:#000}._createdFooter_bmbci_149,._createdFooter_bmbci_149>button{margin-top:1em;width:100%}._formGroup_bmbci_155{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5em}._label_bmbci_164{font-size:16px;font-weight:600;color:#000;margin-bottom:.5em}._inputCheckingContainer_bmbci_171{position:relative;border-radius:8px;padding:.75em 1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none}._inputChecking_bmbci_171{outline:none;width:90%}._input_bmbci_171{border-radius:8px;padding:.75em 1em;background:white;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026;outline:none}._helpText_bmbci_193{font-size:12px;font-weight:400;color:#616161;margin-top:.5em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._helpTextIcon_bmbci_204{margin-right:.5em}._container_9gzuw_1{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}._header_9gzuw_9{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;border:1px solid #d9d9d9;padding:1em;border-radius:8px}._headerTitle_9gzuw_20{color:#000;font-weight:400;font-size:20px}._headerTitle_9gzuw_20>b{color:#212121}._headerButton_9gzuw_30{display:flex;align-items:center;justify-content:flex-start}._headerButtonIcon_9gzuw_36{margin-right:.5em}._content_9gzuw_40{width:100%;margin-top:2em}._table_9gzuw_45{width:100%;border-collapse:collapse;table-layout:fixed}._tableHeader_9gzuw_51{text-align:left;position:relative}._tableHeader_9gzuw_51 span{color:#616161;font-size:14px;font-weight:500}._tableBody_9gzuw_62{text-align:left}._tableBody_9gzuw_62 td,._tableHeader_9gzuw_51 th{padding:.5em 0}._tableHeader_9gzuw_51 th{text-align:center}._tableBody_9gzuw_62 tr{padding:.5em;border-bottom:1px solid #d9d9d9}._tableBody_9gzuw_62 span,._tableBody_9gzuw_62 a{color:#212121;font-size:14px;font-weight:500}._table_9gzuw_45 th:nth-child(1),._table_9gzuw_45 td:nth-child(1){width:35%;word-break:break-all}._table_9gzuw_45 th:nth-child(4),._table_9gzuw_45 td:nth-child(4){width:30%}._table_9gzuw_45 th:nth-child(2),._table_9gzuw_45 td:nth-child(2){width:20%}._table_9gzuw_45 td:nth-child(3),._table_9gzuw_45 th:nth-child(3){width:15%}._table_9gzuw_45 a{text-decoration:none;color:#000;cursor:pointer}._tableBodyCellButton_9gzuw_114{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5em}._actionOneButtonContainer_9gzuw_121{width:100%;display:grid;grid-template-columns:repeat(1,1fr)}._table_9gzuw_45 td:nth-child(4)>button{width:100%}._previewIcon_9gzuw_131{margin-left:1em}._preview_9gzuw_131{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:-moz-fit-content;width:fit-content;padding:.5em;background-color:#f5f5f5;border-radius:8px;transition:all .2s ease-in-out}._preview_9gzuw_131:hover{background-color:#e0e0e0}._tag_9gzuw_151{height:100%;width:80%;font-size:12px;font-weight:600;display:flex;justify-content:center}._splitter_9gzuw_160{position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#d9d9d9}._tableBodyCellName_9gzuw_169{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._tableBodyCellLink_9gzuw_177,._tableBodyCellStatus_9gzuw_178{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}._actionButton_9gzuw_186{width:100%;font-size:14px}._contentDescription_9gzuw_191{position:relative;cursor:pointer;width:-moz-fit-content;width:fit-content;margin-left:.5em}._contentDescriptionText_9gzuw_198{white-space:pre-wrap;width:400px;visibility:hidden;position:absolute;top:0;left:calc(100% + 1em);background:#000000;color:#fff;padding:1em;border-radius:8px;opacity:0;transition:visibility 0s,opacity .3s}._contentDescription_9gzuw_191:hover ._contentDescriptionText_9gzuw_198{visibility:visible;opacity:1;color:#fff;font-size:12px;font-weight:400}._container_1wp9t_1{display:flex;align-items:center;justify-content:center;flex-direction:row;width:100vw;height:100vh}._header_1wp9t_10{display:flex;align-items:center;justify-content:center;margin-bottom:3em;width:100%}._content_1wp9t_18{display:flex;align-items:center;justify-content:center;flex-direction:row}._tampilan_1wp9t_25{display:flex;align-items:center;justify-content:space-between;flex-direction:column;width:40%;padding:2em;background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin-left:2em;height:550px}._tampilanHeader_1wp9t_39{display:flex;justify-content:center;flex-direction:column;width:100%}._formContainer_1wp9t_46,._form_1wp9t_46{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}._title_1wp9t_62{font-size:24px;font-weight:600;color:#212121}._desc_1wp9t_68{font-size:16px;font-weight:400;color:#616161}._imageContainer_1wp9t_74{display:flex;align-items:center;justify-content:center;flex-direction:column;width:40%}._image_1wp9t_74{height:100%;width:100%;margin-bottom:-2em}._imageText_1wp9t_88{font-size:24px;font-weight:500;color:#000;text-align:center}._label_1wp9t_95{font-size:14px;font-weight:500;color:#000;margin-bottom:.5em}._form_1wp9t_46{width:100%}._usernameForm_1wp9t_106,._emailForm_1wp9t_107,._telponForm_1wp9t_108,._passwordForm_1wp9t_109,._passwordAgainForm_1wp9t_110,._namaLengkapForm_1wp9t_111,._tanggalForm_1wp9t_112,._bidangForm_1wp9t_113{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;margin-bottom:1em;width:100%}._inputContainer_1wp9t_122{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;width:100%;box-shadow:0 0 10px #0000001a;padding:1em;border-radius:8px}._Steperr_1wp9t_133{justify-content:center;margin:1em 0}._icon_1wp9t_138{width:20px;height:20px;margin-right:1em;color:#616161}._forgotPassword_1wp9t_145{font-size:14px;font-weight:400;color:#616161!important;margin-top:1em;margin-bottom:1em;width:100%;display:flex;justify-content:flex-end;transition:all .3s ease-in-out;text-decoration:none!important}._forgotPassword_1wp9t_145:hover{color:#2196f3!important;text-decoration:none!important}._eyeIcon_1wp9t_163{width:20px;height:20px;color:#616161;cursor:pointer}._input_1wp9t_122{outline:none;border:none;width:100%;font-size:14px}._button_1wp9t_177{width:100%;margin-top:2em}._TextLogin_1wp9t_182{font-family:Poppins;font-style:normal;margin-top:16px;display:flex;justify-content:center}._deskripsi_1wp9t_190{margin-right:7px}._error_1wp9t_194{color:red;visibility:visible;opacity:1}._visible_1wp9t_200{visibility:visible}._MuiIconButton-root_1wp9t_204{padding:4px}._MuiSvgIcon-root_1wp9t_208{width:18px;height:18px;color:#666}._learningListContainer_1wp9t_214{gap:4px;position:absolute;background-color:#fff;border-radius:8px;display:flex;width:301px;height:270px;top:580px;flex-direction:column;justify-content:center;align-items:flex-start;padding:1em;z-index:2;animation:_slideDown_1wp9t_1 .3s ease-in-out;box-shadow:0 3px 11px #0000001a,0 3px 6px #00000026}._courseListItem_1wp9t_232,._learningListItem_1wp9t_233{padding:.5em;width:100%;color:#000;border-radius:8px;transition:.2s all ease-in-out}._courseListItem_1wp9t_232:hover,._learningListItem_1wp9t_233:hover{background-color:#1976d2;color:#fff}
