@import"https://webfontworld.github.io/pretendard/Pretendard.css";*{margin:0;padding:0;box-sizing:border-box;font-family:pretendard}ul,li{list-style:none}a{text-decoration:none;color:inherit}img,video,svg{width:100%;height:100%}button{border:none;background-color:initial}a{text-decoration:none}input::placeholder{font-family:pretendard}#main{position:relative;padding:130px 210px 0 450px}#main-header{height:80px;width:100%;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #091e422e;position:fixed;z-index:9;top:0;left:0}.header-menu{display:flex;align-items:center;gap:16px;margin-right:24px}.header-menu a{font-size:14px;color:#000;text-decoration:none;cursor:pointer}.header-menu a:hover{color:#ff8c00}.logout{margin-left:5px;cursor:pointer;font-size:14px}#main-header .logo{width:181px;height:69px;cursor:pointer}#main-header .right{display:flex;align-items:center}#main-header .alert{width:20px;height:22px;margin-right:24px;cursor:pointer;position:relative}#main-header .alert.active:before{content:"";display:block;position:absolute;top:-2px;right:0;width:5px;height:5px;background-color:#ff1e00;border-radius:50%}#main-header .user .name{font-size:18px;font-weight:500;margin-right:12px;cursor:pointer}#main-header .user{display:flex;align-items:center}#main-header .user .profile{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:#d9d9d9;border-radius:50%;cursor:pointer}#main-header .user .profile>img{width:30px;height:30px}#alert-component{width:447px;position:absolute;top:90px;right:-467px;box-shadow:0 0 2px 2px #0000001a;background-color:#fff;border-radius:12px;padding:16px 10px;transition:.2s}#alert-component.active{right:20px}#alert-component .container{display:flex;flex-direction:column;width:100%}#alert-component .request{width:100%;display:flex;align-items:center;height:60px;border-bottom:1px solid #949494;padding:0 10px}#alert-component .request:last-of-type{border-bottom:0}#alert-component .request .request-type{font-size:14px;font-weight:500;color:#111;margin-right:30px}#alert-component .request .request-content{width:50%}#alert-component .request .request-content .team-name{font-size:14px;font-weight:500;color:#111;margin-bottom:4px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#alert-component .request .request-content .request-user-info{display:flex;align-items:center;margin-left:8px}#alert-component .request .request-content .request-user-info>img{width:16px;height:14px;align-self:flex-start;margin-right:9px}#alert-component .request .request-content .user-profile{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#d9d9d9;margin-right:10px;overflow:hidden}#alert-component .request .request-content .user-profile>img{width:100%;height:100%}#alert-component .request .request-content .user-name{font-size:14px;font-weight:400;color:#111}#alert-component .request>button{border-radius:6px;color:#fff;padding:4px 10px;cursor:pointer}#alert-component .request .accept-btn{margin-left:auto;background-color:#1d65d9;margin-right:10px}#alert-component .request .cancle-btn{background-color:#8c8c8c}#alert-component .close-btn{position:absolute;left:-16px;top:50%;transform:translateY(-50%);height:70px;width:16px;background-color:#adadad;border-radius:4px 0 0 4px;cursor:pointer}#alert-component .close-btn>img{width:16px;height:16px}#alert-component .not-found-applicant{width:447px;height:200px;display:flex;align-items:center;justify-content:center}#alert-component .not-found-applicant>h2{font-size:20px;font-weight:600}#side{width:240px;height:100vh;border-right:1px solid #091e422e;padding-top:80px;position:fixed;top:0;left:0}#side .menus{display:flex;flex-direction:column;padding:16px 12px;width:100%}#side .tab{display:flex;flex-direction:column;width:100%;margin-bottom:2px}#side .menu{width:100%;height:32px;border-radius:4px;transition:.1s;padding-left:4px;display:flex;align-items:center;cursor:pointer}#side .menu.active{background-color:#091e422e}#side .menu .icon{margin-right:8px;width:20px;height:20px}#side .sub-menus .menu .menu-name{font-weight:400;font-size:15px}#side .menu .menu-name{margin-bottom:2px;font-size:16px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}#side .menu:hover{background-color:#091e422e}#side .tab .sub-menus{width:100%;padding-left:20px;display:none;flex-direction:column}#side .tab .sub-menus.active{display:flex}#team-page{width:100%;display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none}#team-page .left{display:flex;flex-direction:column;width:calc(50% - 20px)}#team-page .right{width:calc(50% - 20px)}#team-page .host-team{width:100%;margin-bottom:40px}#team-page .title{font-size:20px;font-weight:500;margin-bottom:10px;display:flex;align-items:center}#team-page .title>h2{font-size:20px;font-weight:500}#team-page .title .categorys{display:flex;align-items:center}#team-page .title>.wall{width:2px;height:24px;background-color:#b7b7b7;margin:0 16px}#team-page .title .categorys>p{font-size:18px;font-weight:400;color:#b7b7b7;margin-right:24px;cursor:pointer}#team-page .title .categorys>p.active{font-weight:500;color:#4584ea}#team-page .container{width:100%;border:1px solid #BCBCBC;background-color:#fff;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}#team-page .column-name{display:flex;align-items:center;justify-content:space-evenly;width:100%;border-bottom:1px solid #BCBCBC;height:50px;min-height:50px;padding-left:6px;background-color:#ffefdb}#team-page .column-name>p{display:flex;justify-content:center;font-size:15px;font-weight:400}#team-page .column-name .leader{width:20%}#team-page .column-name .team-name{width:45%}#team-page .column-name .team-category{width:15%}#team-page .column-name .max-member{width:10%}#team-page .host-team .create-team-btn{align-self:center;padding:8px 26px;border-radius:10px;background-color:#ff8c00;color:#fff;font-weight:500;font-size:18px;margin:20px 0;cursor:pointer}#team-page .team-list{display:flex;padding:20px 0 0 6px;flex-direction:column;width:100%}#team-page .search-team .team-list{max-height:528px;overflow:auto}#team-page .not-found-team{display:flex;align-items:center;justify-content:center;height:160px}#team-page .host-team .not-found-team{height:80px}#team-page .not-found-team>h2{font-size:20px;font-weight:600}#team-page .team-list .team-row{display:flex;height:37px;align-items:center;justify-content:space-evenly;width:100%;margin-bottom:20px}#team-page .team-row .user{width:20%;display:flex;align-items:center}#team-page .team-row .user .profile{width:30px;height:30px;background-color:#d9d9d9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10px;overflow:hidden}#team-page .team-row .user .profile>img{width:100%;height:100%}#team-page .team-row .user .user-name{font-size:16px;font-weight:400}#team-page .team-row .team-info{width:45%}#team-page .team-row .team-info .team-name{font-size:16px;font-weight:400;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#team-page .team-row .team-info .team-content{font-size:14px;font-weight:400;color:#8f8f8f;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#team-page .team-row .category{width:15%;display:flex;justify-content:center;font-size:15px;font-weight:400}#team-page .team-row .people{width:10%;display:flex;justify-content:center}#team-page .team-row .people>p{font-size:15px;font-weight:400}#team-page .team-row .join-team{padding:6px 12px;border-radius:6px;background-color:#ff8c00;color:#fff;font-size:16px;font-weight:400;cursor:pointer}#team-page .team-row .join-team.active{background-color:#505050}#team-page .create-team-modal{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:99;background-color:#0000004b;display:flex;align-items:center;justify-content:center}#team-page .create-team-modal .container{width:922px;padding:60px 80px;border-radius:30px;background-color:#fff;position:relative;display:flex;flex-direction:column;border:none}#team-page .create-team-modal .title{font-size:24px;font-weight:600;margin-bottom:44px}#team-page .create-team-modal .team-name{margin-bottom:30px}#team-page .create-team-modal label{font-size:18px;font-weight:400}#team-page .create-team-modal #team-name{width:100%;height:44px;padding:0 20px;border-radius:10px;border:1px solid #BCBCBC;margin-top:6px}#team-page .create-team-modal .team-content{display:flex;flex-direction:column;margin-bottom:30px}#team-page .create-team-modal #team-content{padding:20px;border-radius:10px;border:1px solid #BCBCBC;margin-top:6px;width:100%;height:300px;resize:none}#team-page .create-team-modal .team-category>h3{font-size:18px;font-weight:400;margin-bottom:10px}#team-page .create-team-modal .categories{display:flex;align-items:center}#team-page .create-team-modal .categories>button{margin-right:16px;padding:6px 16px;border-radius:10px;border:1px solid #BCBCBC;color:#717171;cursor:pointer;font-size:16px;font-weight:500}#team-page .create-team-modal .categories>button.active{border:1px solid #9DC2FF;color:#1d65d9}#team-page .create-team-modal .create-request-btn{margin-top:10px;align-self:flex-end;padding:8px 26px;border-radius:10px;background-color:#ff8c00;color:#fff;font-weight:500;font-size:18px;cursor:pointer}#team-page .create-team-modal .close-btn{position:absolute;top:80px;right:80px;width:40px;height:40px;border-radius:50%;background-color:#ebebeb;display:flex;align-items:center;justify-content:center;cursor:pointer}#team-page .create-team-modal .close-btn>img{width:16px;height:16px}#team-room{margin-top:-50px;margin-left:-210px;width:calc(100% + 420px);background-color:#f4c65a59;padding-bottom:64px}#team-room .header{width:100%;padding:24px 20px 0;background-color:#fff;border-bottom:1px solid #DCDFE4}#team-room .category{font-size:14px;font-weight:400}#team-room .team-info{width:100%;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px}#team-room .team-info .left{display:flex;align-items:center}#team-room .team-info .left>svg{width:24px;height:24px;margin-right:6px;fill:#ff8c00}#team-room .team-info .left>img{width:20px;height:20px;margin-right:8px}#team-room .team-info .left .team-name{font-size:16px;font-weight:600}#team-room .team-info .profile-list{display:flex;align-items:center}#team-room .team-info .member-profile{margin-left:6px;width:30px;height:30px;border-radius:50%;background-color:#d9d9d9;display:flex;align-items:center;justify-content:center;position:relative}#team-room .team-info .member-profile>img{height:100%;width:100%;border-radius:50%}#team-room .tab-menu{display:flex;height:30px;margin-bottom:-1px}#team-room .tab-menu>div{display:flex;height:100%;margin-right:16px;cursor:pointer}#team-room .tab-menu>div.active{border-bottom:2px solid #FF8C00}#team-room .tab-menu>div>svg{width:20px;height:20px;margin-right:4px;fill:#434343}#team-room .tab-menu>div.active>svg{fill:#ff8c00}#team-room .tab-menu>div.active>h3{color:#ff8c00}#team-room .tab-menu>div>h3{font-size:16px;font-weight:600;color:#434343}#team-room .profile-list .option-modal{position:absolute;width:100px;left:0;bottom:0;transform:translate(-70%,100%);border-radius:6px;overflow:hidden;box-shadow:0 0 2px 1px #0000001a}#team-room .profile-list .option-modal>div{width:100%;height:36px;display:flex;align-items:center;padding-left:8px;background-color:#fff;font-size:14px;font-weight:400}#team-room .profile-list .option-modal .user-name{font-weight:500;z-index:1}#team-room .profile-list .option-modal .kick-member{cursor:pointer}#team-room .profile-list .option-modal .kick-member:hover{background-color:#efefef}#team-room .chat-room .option-modal{position:absolute;width:100px;left:0;bottom:0;transform:translate(-70%,100%);border-radius:6px;overflow:hidden;box-shadow:0 0 2px 1px #0000001a}#team-room .chat-room .option-modal>div{width:100%;height:36px;display:flex;align-items:center;padding-left:8px;background-color:#fff;font-size:14px;font-weight:400}#team-room .chat-room .option-modal .user-name{font-weight:500;z-index:1}#team-room .option-modal .kick-member{cursor:pointer}#team-room .option-modal .kick-member:hover{background-color:#efefef}.signup-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:400px}.title{margin-bottom:30px}.signup-form{width:500px;display:flex;flex-direction:column;gap:15px}.signup-form input{padding:12px;border:1px solid #ccc;border-radius:5px;font-size:14px}.password-field input{width:100%;padding:12px 40px 12px 12px;border:1px solid #ccc;border-radius:5px;font-size:14px;box-sizing:border-box}.password-field .toggle-btn svg{color:#ff8c00;width:24px;height:24px}.address-field{display:flex;align-items:center}.address-field input{flex:1;padding:12px;border:1px solid #ccc;border-radius:5px}.address-field .search-btn{margin-left:8px;padding:10px 14px;display:flex;align-items:center;gap:6px;border:2px solid #ff8c00;background-color:#fff;color:#ff8c00;border-radius:5px;font-size:16px;font-weight:700;cursor:pointer;white-space:nowrap}.signup-btn{margin-top:10px;padding:14px;background-color:#ff8c00;color:#fff;font-weight:700;border:none;border-radius:5px;font-size:16px;cursor:pointer}.success-msg{margin-top:4px;color:green;font-size:13px;font-weight:400}.login-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:400px}.login-form{width:400px;display:flex;flex-direction:column;gap:12px}.login-form input{padding:12px 40px 12px 12px;border:1px solid #ccc;border-radius:5px;font-size:14px;box-sizing:border-box}.password-field{position:relative}.password-field .toggle-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer}.password-field .toggle-btn svg{width:24px;height:24px;color:#ff8c00}.login-btn{margin-top:10px;padding:14px;background-color:#ff8c00;color:#fff;font-weight:700;border:none;border-radius:5px;font-size:16px;cursor:pointer}.error-msg{color:red;font-size:12px;text-align:left;line-height:1.4;margin:-8px 0 8px}.login-links{width:400px;display:flex;margin-top:20px;justify-content:center;align-items:center;gap:10px;font-size:14px}.login-links a{text-decoration:none;color:#000;cursor:pointer}.login-links a:hover{color:#ff8c00}.go-login-btn{padding:14px;border:2px solid #ff8c00;color:#ff8c00;font-weight:700;border-radius:5px;font-size:16px;cursor:pointer}.go-login-btn:hover{background-color:#ff8c00;color:#fff}.subtitle{font-size:17px;margin-top:-20px;margin-bottom:30px}.email-field{display:flex;gap:8px}.email-field input{flex:1}.email-btn{padding:12px 16px;color:#ff8c00;font-weight:700;border:2px solid #ff8c00;border-radius:5px;font-size:14px;cursor:pointer}.email-btn:hover{background-color:#ff8c00;color:#fff}.timer-text{margin-top:4px;color:red;font-size:13px;font-weight:400}.chat-room{padding:40px 210px 64px;display:flex;flex-direction:column;height:calc(100vh - 270px);overflow-y:auto;position:relative}.chat-room .message{display:flex;margin-bottom:24px;position:relative;width:100%}.chat-room .message .sender-profile{width:44px;height:44px;border-radius:50%;background-color:#d9d9d9;display:flex;align-items:center;justify-content:center;margin-right:16px;overflow:hidden}.chat-room .message .sender-profile>img{width:100%;height:100%}.chat-room .message .txt-box{display:flex;flex-direction:column;width:100%}.chat-room .message .sender{display:flex;align-items:flex-end;margin-bottom:8px}.chat-room .message .sender .sender-name{font-size:18px;font-weight:600;margin-right:10px}.chat-room .message .sender .sent-date{font-size:14px;font-weight:400;color:#8a8a8a}.chat-room .message .message-content{font-size:16px;font-weight:400}.chat-room .message .update-textarea{width:100%;resize:none;background-color:inherit;border-radius:6px;padding:16px;font-size:15px;background-color:#ffffff2f}.chat-room .message .update-form{position:relative}.chat-room .message .update-form .send-btn{position:absolute;bottom:16px;right:16px;cursor:pointer;z-index:1;width:24px;height:24px}.chat-room .message .update-form .send-btn>img{width:100%;height:100%}.chat-room .message .update-textarea::-webkit-scrollbar{display:none}.chat-room .input-message{position:fixed;width:1260px;height:60px;bottom:64px;display:flex}.chat-room .textarea-wrapper{position:relative;width:100%;height:60px;display:flex;align-items:flex-end}.chat-room .input-message .input-textarea{width:100%;height:100%;border:1px solid #B4B4B4;background-color:#fff;border-radius:10px;padding:18px 24px;resize:none;align-items:flex-end;font-size:16px}.chat-room .input-message .input-textarea::placeholder{font-size:16px}.chat-room .textarea-wrapper .send-btn{position:absolute;bottom:16px;right:16px;cursor:pointer;z-index:1;width:20px;height:20px}#team-room .message .options-btn{position:absolute;display:flex;align-items:center;top:0;right:0;cursor:pointer;height:20px}#team-room .message .options-btn>span{display:block;width:4px;height:4px;background-color:#343434;border-radius:50%;margin-left:3px}#team-room .message .options-btn .option-modal{position:absolute;width:100px;left:-10px;bottom:0;border-radius:6px;height:72px;z-index:1}#team-room .message .option-modal>div{width:100%;height:36px;display:flex;align-items:center;padding-left:8px;background-color:#fff;font-size:14px;font-weight:400}#team-room .message .option-modal>div:hover{background-color:#efefef}.work-room{min-height:calc(100vh - 270px);padding:50px 210px;display:flex}.work-room .work-status-container{display:flex;flex-direction:column;border-radius:10px;background-color:#fff;width:297px;margin-right:24px;padding:16px 20px 0;position:relative;height:fit-content}.work-room .work-status-container:last-of-type{margin-right:0}.work-room .work-status{font-size:16px;font-weight:500}.work-room .work-container{margin:10px 0 65px;width:100%}.work-room .work-card{padding:14px 10px 12px;display:flex;flex-direction:column;width:100%;border-radius:6px;background-color:#f6fcdf;box-shadow:1px 1px #00000029;position:relative;cursor:pointer;margin-bottom:10px}.work-room .work-card:last-child{margin-bottom:0}.work-room .work-title{font-size:14px;font-weight:400;margin-bottom:14px}.work-room .left,.work-room .assignee-info{display:flex;align-items:center}.work-room .assignee-info>span{font-size:12px;font-weight:400;margin-right:14px;color:#8c8c8c}.work-room .assignee-info .assignee-name{font-size:14px;font-weight:400}.work-room .assignee-info .assignee-profile{margin-left:auto;width:24px;height:24px;background-color:#d9d9d9;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-right:4px}.work-room .assignee-info .assignee-profile>img{width:100%;height:100%}#team-room .work-room .day{margin-left:auto;font-size:13px;font-weight:400;color:#000}#team-room .work-room .options-btn{position:absolute;display:flex;align-items:center;top:14px;right:14px;cursor:pointer;height:10px}#team-room .work-room .options-btn>span{display:block;width:3px;height:3px;background-color:#343434;border-radius:50%;margin-left:2px}#team-room .work-room .options-btn .option-modal{position:absolute;width:100px;top:10px;left:0;border-radius:6px;overflow:hidden;z-index:1}#team-room .work-room .option-modal>div{width:100%;height:36px;display:flex;align-items:center;padding-left:8px;background-color:#fff;font-size:14px;font-weight:400}#team-room .work-room .option-modal>div:hover{background-color:#efefef}.work-room .work-create-btn{position:absolute;bottom:0;left:0;width:100%;height:45px;display:flex;padding-left:18px;align-items:center;background-color:#ffb55b;color:#fff;border-radius:0 0 10px 10px;font-weight:400;cursor:pointer}.work-room .work-create-btn>svg{width:20px;height:20px;fill:#fff;margin-right:6px}#team-room .work-modal{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:99;background-color:#0000004b;display:flex;align-items:center;justify-content:center}#team-room .work-modal .container{width:922px;padding:60px 80px;border-radius:30px;background-color:#fff;position:relative;display:flex;flex-direction:column;border:none}#team-room .work-modal .title{font-size:24px;font-weight:600;margin-bottom:44px}#team-room .work-modal .team-name{margin-bottom:30px}#team-room .work-modal label{font-size:18px;font-weight:400}#team-room .work-modal .container>div>h3{font-size:18px;font-weight:500;margin-bottom:10px}#team-room .work-modal .container>div>p{padding:0 8px}#team-room .work-modal .container>.team-content>p{min-height:100px;max-height:200px}#team-room .work-modal #team-name{width:100%;height:44px;padding:0 20px;border-radius:10px;border:1px solid #BCBCBC;margin-top:6px}#team-room .work-modal .team-content{display:flex;flex-direction:column;margin-bottom:30px}#team-room .work-modal #team-content{padding:20px;border-radius:10px;border:1px solid #BCBCBC;margin-top:6px;width:100%;height:300px;resize:none}#team-room .work-modal .team-category>h3{font-size:18px;font-weight:400;margin-bottom:10px}#team-room .work-modal .categories{display:flex;align-items:center}#team-room .work-modal .categories>button{margin-right:16px;padding:6px 16px;border-radius:10px;border:1px solid #BCBCBC;color:#717171;cursor:pointer;font-size:16px;font-weight:500}#team-room .work-modal .categories>button.active{border:1px solid #9DC2FF;color:#1d65d9}#team-room .work-modal .end-date{margin-bottom:30px}#team-room .work-modal .assignee .assignee-info{display:flex;align-items:center}#team-room .work-modal .assignee .user-profile{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:8px;background-color:#d9d9d9;overflow:hidden}#team-room .work-modal .assignee .user-profile>img{width:100%;height:100%}#team-room .work-modal .create-request-btn{margin-top:10px;align-self:flex-end;padding:8px 26px;border-radius:10px;background-color:#ff8c00;color:#fff;font-weight:500;font-size:18px;cursor:pointer}#team-room .work-modal .close-btn{position:absolute;top:80px;right:80px;width:40px;height:40px;border-radius:50%;background-color:#ebebeb;display:flex;align-items:center;justify-content:center;cursor:pointer}#team-room .work-modal .close-btn>img{width:16px;height:16px}#team-room .work-modal .calendar-wrapper{position:relative}#team-room .work-modal .calendar-display{margin-bottom:30px;cursor:pointer;padding:10px 20px;border:1px solid #000000;margin-top:6px;border-radius:10px;border:1px solid #BCBCBC}#team-room .work-modal .calender-container{position:absolute;top:80px;left:0;z-index:2;background:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px}#team-room .work-modal .react-calendar{border:none;border-radius:8px;font-size:14px}#team-room .work-modal .react-calendar__tile--active{background:#84befd;color:#fff}#team-room .work-card .profile-icon{height:24px}#team-room .profile-list .profile-icon{height:30px}#team-room .message .profile-icon{height:44px}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.tab-buttons{display:flex;top:50px;width:50%;justify-content:space-between;margin:30px auto 0}.tab-buttons .tab,.user-subtabs .tab{flex:none;width:140px;padding:12px 24px;margin:0 5px;background-color:#eee;border:none;cursor:pointer;font-weight:600;font-size:18px;border-radius:12px;transition:background-color .2s}.tab-buttons .tab:hover,.user-subtabs .tab:hover{background-color:#ddd}.tab-buttons .tab.active,.user-subtabs .tab.active{color:red;background-color:#ddd}.user-subtabs{width:100%;display:flex;justify-content:center}.challenge-tabs{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:30px;width:auto;max-width:100%}.tab-buttons .tab,.challenge-tabs .tab{flex:none;width:140px;padding:12px 24px;margin:0 5px;background-color:#eee;border:none;cursor:pointer;font-weight:600;font-size:18px;border-radius:12px;transition:background-color .2s}.tab-buttons .tab:hover,.challenge-tabs .tab:hover{background-color:#ddd}.tab-buttons .tab.active,.challenge-tabs .tab.active{color:red;background-color:#ddd}.logList-table-wrapper{padding:20px;width:calc(100% - 420px);margin:0 auto}.logList-table{width:100%;border-collapse:collapse;text-align:center;font-size:14px}.logList-table th,.logList-table td{border:1px solid #ccc;padding:10px}.logList-table th{background-color:#f3f3f3;font-weight:700}.logList-table td{background-color:#fff;word-break:keep-all}.userList-table-wrapper{padding:20px;width:calc(100% - 420px);margin:0 auto}.userList-table{width:100%;border-collapse:collapse;text-align:center;font-size:14px}.userList-table th,.userList-table td{border:1px solid #ccc;padding:10px}.userList-table th{background-color:#f3f3f3;font-weight:700}.userList-table td{background-color:#fff;word-break:keep-all}.userManage-table-wrapper{padding:20px;width:calc(100% - 420px);margin:0 auto}.userManage-table{width:100%;border-collapse:collapse;text-align:center;font-size:14px}.userManage-table th,.userManage-table td{border:1px solid #ccc;padding:10px}.userManage-table th{background-color:#f3f3f3;font-weight:700}.userManage-table td{background-color:#fff;word-break:keep-all}.pagination{display:flex;gap:10px;justify-content:center;align-items:center;margin-top:24px}.pagination-btn{padding:10px 20px;background-color:#f0f0f0;border:none;border-radius:8px;cursor:pointer;font-size:16px;min-width:44px;min-height:44px;transition:background-color .2s}.pagination-btn:hover:not(:disabled){background-color:#ddd}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-active{background-color:#ff8c00;color:#fff;font-weight:700}.pagination-ellipsis{padding:0 8px;color:#888;font-size:16px}.page-container{display:flex;justify-content:center;padding:30px 0}.mypage-container{width:620px;margin:80px auto;font-family:Pretendard,sans-serif}.mypage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.user-info{display:flex;align-items:center;gap:15px}.user-id{font-weight:700;font-size:1.2rem}.user-welcome{font-size:1.4rem;white-space:nowrap}.highlight{color:#ff8c00;font-weight:700}.logout-btn{background-color:#fff;border:1px solid #ff8c00;color:#ff8c00;padding:8px 14px;border-radius:6px;cursor:pointer;font-weight:700;font-size:16px}.logout-btn:hover{background-color:#ff8c00;color:#fff}.mypage-menu{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.menu-card{width:140px;height:140px;border:1px solid #ddd;border-radius:10px;text-align:center;padding-top:25px;font-size:.95rem;cursor:pointer;transition:all .2s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center}.menu-card svg{margin-bottom:15px;font-size:30px}.menu-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.menu-card>p{margin-bottom:15px}.error-msg{margin-top:4px;color:red;font-size:13px;font-weight:400}.delete-warning{font-size:16px;color:#ff0f0f;line-height:1.6;margin-bottom:30px;white-space:pre-line;font-weight:700}.common-btn{margin-top:10px;padding:14px;background-color:#ff8c00;color:#fff;font-weight:700;border:none;border-radius:5px;font-size:16px;cursor:pointer;width:100%}.back-btn{margin-top:10px;padding:14px;color:#ff8c00;font-weight:700;border:1px solid #ff8c00;border-radius:5px;font-size:16px;cursor:pointer;width:100%}.back-btn:hover{background-color:#ff8c00;color:#fff}.info-back-btn{margin-top:-5px;padding:14px;color:#ff8c00;font-weight:700;border:1px solid #ff8c00;border-radius:5px;font-size:16px;cursor:pointer;width:100%}.info-back-btn:hover{background-color:#ff8c00;color:#fff}.profile-container{display:flex;justify-content:center;padding:30px 0}.wrapper{display:flex;flex-direction:column;align-items:flex-start;width:400px}.title{margin-bottom:30px;text-align:left;width:100%}.profile-image-box{margin:auto}.profile-img{width:250px;height:250px;border-radius:50%;border:2px solid #ccc}.profile-icon{width:250px;height:250px;border-radius:50%;object-fit:cover;color:#ccc}.button-group{display:flex;justify-content:center;gap:10px;margin-top:10px;width:100%}.profile-btn{background-color:#f90;color:#fff;border:none;padding:8px 20px;font-weight:700;border-radius:4px;cursor:pointer}.profile-btn.with-icon{display:inline-flex;align-items:center;justify-content:center;gap:5px;background-color:#f90;color:#fff;border:none;padding:10px 38px;font-weight:700;border-radius:4px;cursor:pointer;font-size:16px}.profile-btn.with-icon svg{width:18px;height:18px}.outline-btn{background-color:#fff;color:#f90;border:2px solid #ff9900;padding:8px 16px;font-weight:700;border-radius:4px;cursor:pointer;font-size:17px}.outline-btn:hover{background-color:#ff8c00;color:#fff}.info-msg{color:#f33;margin-top:12px;font-size:14px}.info-user{margin:15px auto;font-size:1.1em;font-weight:700}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:100%;z-index:1;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;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0000004b;z-index:99;display:flex;align-items:center;justify-content:center}.modal-container{width:922px;padding:60px 80px;border-radius:30px;background-color:#fff;position:relative;display:flex;flex-direction:column;border:none;text-align:left}.modal-container .title{font-size:24px;font-weight:600;margin-bottom:44px}.modal-container .field-block{margin-bottom:30px;display:flex;flex-direction:column}.modal-container .field-block label{font-size:18px;font-weight:400;margin-bottom:6px}.modal-container input[type=text],.modal-container textarea{width:100%;border:1px solid #BCBCBC;border-radius:10px;font-size:16px;padding:10px 20px;resize:none}.modal-container input[type=text]{height:44px}.modal-container textarea{height:300px}.modal-container input[type=file]{width:100%;padding:10px 0;font-size:16px;border:1px solid #BCBCBC;border-radius:10px;background-color:#f9f9f9;pointer-events:none}.modal-container input[type=file]::file-selector-button{padding:6px 12px;border:none;border-radius:8px;background-color:#d0eaff;font-weight:500;color:#333;margin-right:12px;cursor:pointer;transition:background-color .2s ease;pointer-events:auto}.modal-container input[type=file]::file-selector-button:hover{background-color:#b5ddff;color:#ff0}.modal-container .submit-btn{margin-top:10px;align-self:flex-end;padding:8px 26px;border-radius:10px;background-color:#87ceeb;color:#000;font-weight:500;font-size:18px;border:none;cursor:pointer;transition:transform .2s ease;position:relative;top:0}.modal-container .submit-btn:hover{transform:scale(1.05);color:#ff0}.modal-container .close-btn{position:absolute;top:80px;right:80px;width:40px;height:40px;border-radius:50%;background-color:#ebebeb;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700;border:none}.modal-container .close-btn:hover{color:red;background-color:#fdd}@media screen and (max-width: 768px){.modal-container{width:90%;padding:30px 20px;border-radius:20px}.modal-container .title{font-size:20px;margin-bottom:30px}.modal-container input[type=text],.modal-container textarea,.modal-container input[type=file]{font-size:14px;padding:8px 14px}.modal-container .submit-btn{font-size:16px;padding:6px 20px}.close-btn{top:20px;right:20px;width:30px;height:30px;font-size:14px}}.admin-auth-wrapper{width:320px;margin:50px auto;text-align:center;font-family:Noto Sans KR,sans-serif}.auth-info{font-size:14px;color:#333;margin-bottom:12px;text-align:left}.auth-input{width:100%;padding:10px 12px;font-size:14px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;margin-bottom:6px}.auth-error{font-size:12px;color:#e74c3c;text-align:left;margin-bottom:16px}.auth-btn{width:100%;padding:10px;font-size:15px;background-color:#333;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.auth-btn:hover{background-color:#555}.logList-table-wrapper{text-align:center}.logList-table th,.logList-table td{white-space:nowrap;text-align:center;padding:8px 12px}.logList-table th:nth-child(1),.logList-table td:nth-child(1){width:70px}.challenge-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 0 8px;border-bottom:1px solid #ddd}.challenge-header h2{margin:0;padding-top:0;font-size:1.5rem;font-weight:700;flex-grow:1}.challenge-board{padding:20px;max-width:1200px;margin:0 auto}.challenge-table{width:100%;border-collapse:collapse;margin-bottom:30px}.challenge-table th,.challenge-table td{border:1px solid #ddd;padding:10px;text-align:center}.challenge-table td:first-child,.challenge-table td:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.challenge-table td{white-space:nowrap}.challenge-table td:first-child{white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;min-width:60px;text-align:center}.challenge-table th:last-child,.challenge-table td:last-child{width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.challenge-table .title{font-weight:700;text-align:left;cursor:pointer;transition:font-size .2s ease}.challenge-table .title:hover{font-size:1.05rem}.challenge-table .title:hover:not(.completed-title){font-size:1.1em}.challenge-table tr:hover{background-color:#f5f5f5}.challenge-table tr:hover .title{font-size:1.1em}.challenge-table .selected{background-color:#e3f2fd}.challenge-detail{border:1px solid #ddd;border-radius:10px;padding:20px;background:#fff}.challenge-meta{margin-top:8px;font-size:.9rem;color:#000}.challenge-meta strong{font-weight:700}.challenge-detail h2{margin-top:0;font-size:1.4rem}.post-meta{font-size:.9rem;color:#000;text-align:right;white-space:nowrap;-webkit-user-select:none;user-select:none}.post-meta div{line-height:1.3}.post-meta strong{font-weight:600}.selected-post{background-color:#e3f2fd;font-weight:600;cursor:default}.selected-post:hover{background-color:#e3f2fd}.eye-icon{margin-right:6px;font-size:16px;vertical-align:middle}.completed-title{font-size:1rem!important;cursor:default;color:gray;font-weight:400}.challenge-table .completed-title:hover{font-size:1rem}.completed-title:hover{font-size:initial}.complete-btn{background-color:#d32f2f;color:#fff;padding:6px 12px;font-size:14px;font-weight:500;border:none;border-radius:6px;cursor:pointer}.login-required{color:red;font-weight:700;font-size:1rem;margin:1em 0;display:flex;align-items:center;gap:.5em}.comment-item{margin-bottom:20px}.comment-box{border:1px solid #ddd;border-radius:12px;padding:16px;background-color:#fff;display:flex;flex-direction:column;gap:12px}.comment-header{display:flex;justify-content:space-between;align-items:flex-start}.comment-content{font-size:14px;color:#333;white-space:pre-wrap;flex:1}.comment-content.deleted{color:#d32f2f;font-weight:700;position:relative;padding-left:24px;cursor:default}.comment-content.deleted:before{content:"⚠️";position:absolute;left:0;top:0;font-size:16px;line-height:1}.comment-meta{color:#666;margin-left:12px;white-space:nowrap}.comment-writer{font-weight:1000}.comment-image-wrapper{text-align:center}.comment-image{width:100%;max-height:400px;object-fit:cover;border-radius:10px}.comment-actions{display:flex;justify-content:flex-end;gap:8px}.comment-actions button{padding:6px 12px;font-size:13px;font-weight:500;border:none;border-radius:5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.2s ease}.edit-btn{background-color:transparent!important;color:#1976d2!important;border:none!important;cursor:pointer!important;transition:background-color .3s ease,color .3s ease}.edit-btn:hover{background-color:#1976d2!important;color:#fff!important}.delete-btn{background-color:#d32f2f;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease}.delete-btn:hover{background-color:#9a2424}.save-btn{background-color:#388e3c;color:#fff}.save-btn:hover{background-color:#2c6e2e}.cancel-btn{background-color:#9e9e9e;color:#fff}.cancel-btn:hover{background-color:#7a7a7a}.button-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.comment-form{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;background:#f9f9f9;padding:16px 20px;border-radius:12px;box-shadow:0 2px 6px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.comment-form textarea{min-height:100px;resize:vertical;padding:14px 16px;font-size:16px;border-radius:10px;border:1.8px solid #ccc;transition:border-color .3s ease;font-weight:400;font-family:inherit}.comment-form textarea:focus{border-color:#1976d2;outline:none;box-shadow:0 0 5px #1976d2aa}.file-button{min-width:100px;height:40px;padding:0 16px;font-size:16px;font-weight:600;border-radius:12px;background-color:#1976d2;color:#fff;border:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.file-button:hover:not(:disabled){background-color:#145ea8}.file-button:disabled{background-color:#9e9e9e;cursor:not-allowed}.submit-button{min-width:100px;height:40px;padding:0 16px;font-size:16px;font-weight:600;border-radius:12px;background-color:#1976d2;color:#fff;border:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.comment-form button{align-self:flex-end;padding:10px 22px;background-color:#1976d2;color:#fff;font-weight:600;font-size:16px;border:none;border-radius:12px;cursor:pointer;transition:background-color .25s ease,transform .15s ease}.comment-form button:hover:not(:disabled){background-color:#145ea8;transform:scale(1.05)}.comment-form button:disabled{background-color:#9e9e9e;cursor:not-allowed;transform:none}.selected-image-name{font-size:14px;color:#555;margin-top:-8px;margin-bottom:8px;font-style:italic}.image-preview-wrapper{position:relative;display:inline-block;margin-top:8px;width:150px;height:150px;border-radius:12px;overflow:hidden}.image-preview{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.remove-image-btn{position:absolute;top:6px;right:6px;width:28px!important;height:28px!important;background-color:red!important;color:#fff!important;border:none!important;border-radius:50%!important;font-size:16px!important;font-weight:700!important;font-family:sans-serif!important;line-height:1!important;padding:0!important;margin:0!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important;vertical-align:middle!important;box-sizing:border-box!important;z-index:1!important;transition:background-color .2s ease,transform .2s ease!important}.remove-image-btn:hover{background-color:#8b0000!important;transform:scale(1.05)}.selected-image-name{font-size:14px;color:#555;margin-top:6px;font-style:italic}.complete-btn{background-color:#d32f2f;color:#fff;padding:6px 14px;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.complete-btn:hover{background-color:#9a2424}#my-calendar .fc-toolbar-chunk{margin-top:5px;margin-right:20px;margin-left:20px}#my-calendar .fc .fc-toolbar-title{margin-left:0}#my-calendar .fc .fc-daygrid-day-top{display:flex;flex-direction:inherit}#my-calendar .fc-daygrid-day:hover{background-color:#e1e1e1;cursor:pointer}#my-calendar .fc .fc-highlight{background-color:#fff3e6}#my-calendar .fc-h-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-width:0px;background-color:#73aeff;border-radius:2px}#my-calendar .fc-h-event .fc-event-title-container:hover{background-color:#62a4ff}#my-calendar .fc-event{border-color:#73aeff}#my-calendar .fc-event :hover{border-color:#62a4ff}#my-calendar .fc-daygrid-event{margin-bottom:2px}#my-calendar .fc.fc-media-screen.fc-direction-ltr.fc-theme-standard{margin-left:-211px;margin-top:-59px;margin-right:-209px}#my-calendar .fc .fc-view-harness{flex-grow:1;position:relative;top:10px}#my-calendar .fc .fc-toolbar.fc-header-toolbar{margin-bottom:1.5em;background-color:#fff;height:64px;position:relative;top:-6px;left:1px}.calendar-wrapper.blur{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.login-overlay{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background-color:#0000004d;display:flex;justify-content:center;align-items:center}.login-modal{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0003}.login-button{margin-top:20px;padding:10px 24px;font-size:16px;background-color:#ffb55b;color:#fff;border:none;border-radius:8px;cursor:pointer}.login-button:hover{background-color:#e09f50}#my-calendar #team-room{margin-top:-50px;margin-left:-210px;width:calc(100% + 420px);height:0px}#tab-nav{margin-top:-50px;margin-left:-210px;width:calc(100% + 420px);background-color:#f4c65a59;padding-bottom:64px;height:0}#tab-nav .header{width:100%;padding:24px 20px 0;background-color:#fff;border-bottom:1px solid #DCDFE4}#tab-nav .category{font-size:14px;font-weight:400}#tab-nav .team-info{width:100%;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px}#tab-nav .team-info .left{display:flex;align-items:center}#tab-nav .team-info .left>svg{width:24px;height:24px;margin-right:6px;fill:#ff8c00}#tab-nav .team-info .left>img{width:20px;height:20px;margin-right:8px}#tab-nav .team-info .left .team-name{font-size:16px;font-weight:600}#tab-nav .team-info .profile-list{display:flex;align-items:center}#tab-nav .team-info .member-profile{margin-left:6px;width:30px;height:30px;border-radius:50%;background-color:#d9d9d9;display:flex;align-items:center;justify-content:center;position:relative}#tab-nav .team-info .member-profile>img{height:100%;width:100%;border-radius:50%}#tab-nav .tab-menu{display:flex;height:30px;margin-bottom:-1px}#tab-nav .tab-menu>div{display:flex;height:100%;margin-right:16px;cursor:pointer}#tab-nav .tab-menu>div.active{border-bottom:2px solid #FF8C00}#tab-nav .tab-menu>div>svg{width:20px;height:20px;margin-right:4px;fill:#434343}#tab-nav .tab-menu>div.active>svg{fill:#ff8c00}#tab-nav .tab-menu>div.active>h3{color:#ff8c00}#tab-nav .tab-menu>div>h3{font-size:16px;font-weight:600;color:#434343}#tab-nav .profile-list .option-modal{position:absolute;width:100px;left:0;bottom:0;transform:translate(-70%,100%);border-radius:6px;overflow:hidden;box-shadow:0 0 2px 1px #0000001a}#tab-nav .profile-list .option-modal>div{width:100%;height:36px;display:flex;align-items:center;padding-left:8px;background-color:#fff;font-size:14px;font-weight:400}#tab-nav .profile-list .option-modal .user-name{font-weight:500;z-index:1}#tab-nav .profile-list .option-modal .kick-member{cursor:pointer}#tab-nav .profile-list .option-modal .kick-member:hover{background-color:#efefef}#tab-nav .chat-room .option-modal{position:absolute;width:100px;left:0;bottom:0;transform:translate(-70%,100%);border-radius:6px;overflow:hidden;box-shadow:0 0 2px 1px #0000001a}#tab-nav .chat-room .option-modal>div{width:100%;height:36px;display:flex;align-items:center;padding-left:8px;background-color:#fff;font-size:14px;font-weight:400}#tab-nav .chat-room .option-modal .user-name{font-weight:500;z-index:1}#tab-nav .option-modal .kick-member{cursor:pointer}#tab-nav .option-modal .kick-member:hover{background-color:#efefef}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.event-modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;width:500px;max-width:90vw;max-height:90vh;overflow-y:auto}.event-modal-header{display:flex;justify-content:end;align-items:center;padding:20px 20px 15px;border-bottom:1px solid #e9ecef}.event-modal-header h3{margin:0;color:#6c757d;font-size:14px;font-weight:400}.modal-actions{display:flex;gap:16px;align-items:center;margin-bottom:20px}.menu-button{background:none;border:none;font-size:20px;color:#6c757d;cursor:pointer;padding:5px;border-radius:4px;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.menu-button:hover{background-color:#cfcfcf}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#6c757d;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-button:hover{background-color:#cfcfcf}.event-form{padding:20px}.form-group{margin-bottom:5px;width:100%}.form-group label{display:block;margin-bottom:8px;color:#000;font-size:14px;font-weight:500}.title-input{width:90%;height:40px;padding:12px 10px;border:2px solid #ffffff;border-radius:8px;font-size:16px;font-weight:500;outline:none;transition:border-color .2s}.title-input:focus{border-color:#ffca89}.form-row{display:flex;align-items:end;gap:15px;margin-bottom:20px}.form-row .form-group{flex:1;margin-bottom:0}.date-input{width:100%;padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}.date-input:focus{border:2px solid #ffca89}.time-display{padding:10px 12px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#6c757d;font-size:14px;min-width:60px;text-align:center}.description-textarea{width:100%;padding:12px 16px;border:1px solid #ced4da;border-radius:8px;font-size:14px;line-height:1.5;resize:vertical;min-height:150px;outline:none;transition:border-color .2s;font-family:inherit}.description-textarea:focus{border:2px solid #ffca89}.description-textarea::placeholder{color:#adb5bd}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:5px;align-items:center}.delete-btn{background:none;border:1px solid #dc3545;color:#dc3545;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.delete-btn:hover{background-color:#dc3545;color:#fff}.save-btn{background-color:#fd7e14;border:none;color:#fff;padding:10px 24px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.save-btn:hover{background-color:#e8690b}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:400px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;border-bottom:1px solid #eee;margin-bottom:20px}.modal-header h3{margin:0;color:#333;font-size:18px}.modal-body{padding:0 20px 20px}.modal-body p{margin:10px 0;color:#333;line-height:1.5}.modal-body strong{color:#2c3e50}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px;border-top:1px solid #eee}.modal-footer button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.delete-button{background-color:#e74c3c;color:#fff}.delete-button:hover{background-color:#c0392b}.modal-footer .close-button{background-color:#95a5a6;color:#fff;width:auto;height:auto;border-radius:4px;font-size:14px}.modal-footer .close-button:hover{background-color:#7f8c8d}.modalHeaderGroup{display:flex;justify-content:space-between}.modalDropDownWrap{position:fixed;transform:translate(-121px,64px);border-radius:5px;border:1px solid #dddddd;background-color:#fff;text-align:center;cursor:pointer}.modalDropDownWrap :hover{background-color:#ededf2}.dropDownMenu{width:150px;height:40px;display:flex;justify-content:center;align-items:center}.icon-btn{background:none;border:none;color:#fd7e14;cursor:pointer;padding:4px;font-size:1.8rem;display:flex;align-items:center;justify-content:center}.icon-btn:hover{color:#bd5500}svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.icon-btn.css-1umw9bq-MuiSvgIcon-root{width:30px;height:30px;position:relative;left:-20px}.title-edit-buttons{display:flex;justify-content:end}.title-edit-wrapper{height:30px;margin-bottom:10px}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.modal-wrapper{background:#fff;border-radius:5px;padding:24px;width:360px;box-shadow:0 8px 30px #00000040;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom-color:#fff}.modal-header h2{font-size:18px;margin:0;position:relative;top:-22px}.close-btn{background:none;border:none;font-size:20px;cursor:pointer;position:relative;top:-25px;right:-30px}.modal-body label{display:block;margin:12px 0 4px;font-weight:500;font-size:14px}.modal-body{height:120px;margin-left:3px}.modal-input{width:100%;height:50px;padding:8px 10px;border:1px solid #e4e3e3;border-radius:4px;font-size:14px;outline:none;transition:border-color .2s ease}.modal-input:focus{border:2px solid #FFB55B}.dropdown-wrapper{display:flex;align-items:center;gap:8px;margin-top:4px}.dropdown-wrapper select{margin-top:4px;width:100%;padding:6px 10px;font-size:14px}.description{font-size:12px;color:#888;margin-top:8px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding-bottom:9px;border-top:1px solid #ffffff;padding-top:6px}.cancel-btn,.section-submit-btn{padding:8px 16px;border-radius:6px;border:none;font-size:14px;cursor:pointer}.cancel-btn{background-color:transparent;color:#333}.section-submit-btn{background-color:#ffb55b;color:#fff}.section-submit-btn:disabled{background-color:#eee;color:#999;cursor:not-allowed}.section-title{margin-bottom:10px}.delete-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:999;cursor:default}.delete-wrapper{background:#fff;border-radius:7px;padding:24px;width:370px;box-shadow:0 8px 30px #00000040;position:relative;cursor:default}.delete-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.delete-header h2{font-size:18px;margin-left:-41px;position:relative;top:-2px}.delete-close-btn{background:none;border:none;font-size:20px;cursor:pointer;position:relative;top:-14px;right:-7px}.delete-body .delete-label{display:block;margin:12px 0 4px;font-size:14px}.delete-input{width:100%;height:50px;padding:8px 10px;border:1px solid #e4e3e3;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s ease}.delete-input:focus{border:2px solid #FFB55B}.delete-footer{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #ffffff;padding:16px 0 0 24px}.delete-cancel-btn,.delete-submit-btn{padding:8px 16px;border-radius:4px;border:none;font-size:14px;cursor:pointer}.delete-cancel-btn{background-color:transparent;color:#333}.delete-submit-btn{background-color:#c9372c;color:#fff}.delete-submit-btn:hover{background-color:#ad3027;color:#fff}.dangerImg{fill:#ad3027!important}.board{position:relative;margin-top:100px}.section{background:#e1e1e1;border-radius:8px;border:#e1e1e1;display:flex;justify-content:start;align-items:start;width:300px;height:200px;padding:25px}.task-card{background:#fff;padding:8px;margin:8px 0;border-radius:6px;box-shadow:0 1px 2px #0000001a}.addScheduleBtn{width:290px;height:38px;position:relative;background-color:#d9d9d9;border:solid 1px #d9d9d9;border-radius:5px;font-size:25px;font-family:math;top:-42px;left:5px;display:flex;justify-content:center}.addScheduleBtn:hover{background-color:#fff}.plusBtn{position:relative;left:-92px;font-size:30px;text-align:center;display:flex;justify-content:center;align-items:center}.textBtn{position:relative;right:80px;font-size:17px;text-align:center;display:flex;justify-content:center;align-items:center}.titleWrap{width:100%;display:flex}.menuBtn{width:35px;height:35px;display:flex}.dashBoard{display:inline-block;height:auto;width:125%;position:relative;left:-132px;top:40px}.dashBoard .work-status-container{display:flex;flex-direction:column;border-radius:10px;background-color:#fff;border:#cdcdcd .5px solid;width:297px;padding:16px 20px 0;position:relative;height:auto}.dashBoard .work-status-container:last-of-type{margin-right:0}.dashBoard .work-status{font-size:16px;font-weight:500}.dashBoard .work-container{margin:10px 0;padding:14px 10px 12px;display:flex;flex-direction:column;width:100%;border-radius:6px;background-color:#f3f3f3;box-shadow:1px 1px #00000029;position:relative;cursor:pointer;border:solid .5px #e5e5e5}.dashBoard .work-container:hover{background-color:#ebeaea}.dashBoard .work-title{font-size:14px;font-weight:400;margin-bottom:14px}.dashBoard .assignee-info{display:flex;align-items:center}.dashBoard .assignee-info>span{font-size:12px;font-weight:400;margin-right:14px;color:#8c8c8c}.dashBoard .assignee-info .assignee-name{font-size:14px;font-weight:400}.dashBoard .assignee-info .assignee-profile{margin-left:auto;width:24px;height:24px;background-color:#d9d9d9;border-radius:50%;display:flex;align-items:center;justify-content:center}.dashBoard .assignee-info .assignee-profile>img{width:16px;height:16px}.dashBoard .options-btn{position:relative;display:flex;align-items:center;top:-30px;right:-240px;cursor:pointer;height:25px;width:25px;justify-content:center;border-radius:5px}.dashBoard .options-btn:hover{background-color:#d9d9d9}.dashBoard .options-btn>span{display:block;width:3px;height:3px;background-color:#343434;border-radius:50%;margin-left:2px}.dashBoard .work-create-btn{position:relative;width:100%;min-height:45px;display:flex;align-items:center;background-color:#ffb55b;color:#fff;border-radius:10px;font-weight:400;cursor:pointer;margin-bottom:10px;box-shadow:1px 1px #00000029}.dashBoard .work-create-btn>svg{width:20px;height:20px;fill:#fff;margin-right:6px}.dashBoard .work-create-btn:hover{background-color:#ffad49}.section-container-wrapper{display:flex;gap:20px;padding:40px;align-items:flex-start;flex-wrap:nowrap;overflow-x:auto;width:100%}.dashBoard .addSectionBtn{border-radius:8px;background-color:#f8f8f8;color:#8c8c8c;font-size:30px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.dashBoard .addSectionBtn:hover{background-color:#e9e9e9}.makeBtn{width:24px;height:24px;margin-right:10px}.plusWrap{display:flex;position:relative;right:-12px}.create-input{width:100%;overflow:hidden;padding:10px 12px;font-size:14px;line-height:20px;border:3px solid #ffca8a;outline:none;resize:none;border-radius:4px;box-sizing:border-box;box-shadow:4688ec;position:relative;top:0;display:flex;flex-direction:column}.create-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.create-input{width:100%;resize:none;padding:10px 12px;font-size:14px;line-height:20px;border:3px solid #ffca89;border-radius:4px;box-sizing:border-box}.submit-btn{position:absolute;right:10px;top:73px;background:transparent;border:none;font-size:18px;cursor:pointer;color:#ffad49}.submit-btn:hover{color:#ffad49}.work-status-container{width:300px;background:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 6px #0000001a;flex-shrink:0}#main-page{width:100%;height:660px;position:relative}#main-page .calendal{width:100%;max-width:1260px;height:100%}#main-page .calendal.active{filter:blur(.2rem)}#main-page .pls-login{position:absolute;left:0;top:0;height:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center}#main-page .pls-login .txt{width:440px;height:140px;background-color:#fff;border-radius:20px;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 4px 2px #0000001d}#main-page .pls-login .txt>h3{color:#ff8c00;font-size:24px;font-weight:500}
