body{background-color:#dcd9d9;display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.signOnModal{display:flex;flex-direction:column;width:100%;max-width:500px;height:auto;background-color:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 10px #0000001a}.signOnModal h1{font-size:22px;margin-bottom:20px}.inputsDiv{display:flex;flex-direction:column;gap:10px;width:100%}.inputsDiv label{font-size:14px;margin-bottom:-10px}.inputsDiv input{width:100%;padding:10px;border:1px solid #ccc;border-radius:10px}.btns{display:flex;min-height:50px;flex-direction:row;justify-content:space-between;align-items:center}.enterBtn{margin-top:20px;padding:10px 20px;background-color:#7695ec;color:#fff;border:none;border-radius:8px;cursor:pointer;align-self:flex-end}.enterBtn:hover{background-color:#88a0e4}.enterBtn:active{background-color:#b2c1eb}.enterBtn:disabled{background-color:#ccc;cursor:not-allowed}.singOnBtn{min-height:35px;margin-top:10px;background:none;border:none;color:#7695ec;cursor:pointer;text-decoration:underline;align-self:flex-end;text-align:center}.Modal h2{font-size:22px;margin-bottom:20px;color:#000}.Modal input{width:100%;padding:10px;border:1px solid #ccc;border-radius:10px;font-size:16px}.modalButtons button:last-child{background-color:#7695ec;color:#fff}.externalPostDiv{min-width:80%}.postDiv{display:flex;flex-direction:column;border:1px solid #999999;border-radius:16px;min-width:100%;background-color:#fff;overflow:hidden;margin-bottom:24px}.loadingState{min-height:150px;display:flex;align-items:center;justify-content:center;border-style:dashed;color:#777;padding:20px;flex-direction:column}.titlePostDiv{background-color:#7695ec;padding:15px 24px;display:flex;justify-content:space-between;align-items:center;color:#fff}.titlePostDiv h1{font-size:22px;font-weight:700}.buttonsOwnPost{display:flex;gap:20px}.deleteEditBtns{background:none;border:none;color:#fff;font-size:20px;cursor:pointer}.usernameDatetime{display:flex;justify-content:space-between;padding:24px 24px 0;color:#777}.usernameDatetime h2{font-size:18px;font-weight:700}.postDiv p{padding:16px 24px 24px;font-size:18px;line-height:1.2;color:#000}.Modal h2{font-size:22px;margin-bottom:20px;color:#000;font-weight:700}.Modal label{font-size:14px;margin-bottom:5px;margin-top:10px}.Modal input,.Modal textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:10px;font-size:16px;font-family:inherit}.Modal textarea{min-height:80px;resize:vertical}.modalButtons{display:flex;flex-direction:row;justify-content:flex-end;gap:15px;margin-top:25px}.modalButtons button{padding:10px 20px;border-radius:8px;font-weight:700;cursor:pointer;border:none;transition:background-color .2s}.modalButtons button:first-child{background-color:#eee;color:#333}.modalButtons button:first-child:hover{background-color:#e0e0e0}#delete{background-color:red}#delete:hover{background-color:#ee3737}#delete:active{background-color:#f05252}#edit{background-color:green}#edit:disabled{background-color:#e0e0e0}#edit:disabled:hover{background-color:#e0e0e0}#edit:disabled:active{background-color:#e0e0e0}#edit:hover{background-color:#06a906}#edit:active{background-color:#09dc09}.modalButtons button:last-child:hover{background-color:#88a0e4}.modalButtons button:last-child:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:600px){.usernameDatetime{flex-direction:column;gap:5px}}@media(max-width:400px){.modalButtons{flex-direction:column-reverse;gap:10px}.modalButtons button{width:100%}}.createPostComponent{display:flex;flex-direction:column;padding:24px;border:1px solid #999999;border-radius:16px;background-color:#fff;margin-top:24px}.createPostComponent h1{font-size:22px;font-weight:700;margin-bottom:24px;color:#000}.postContent{display:flex;flex-direction:column;gap:8px}.postContent label{font-size:16px;color:#000}.postContent input,.postContent textarea{width:100%;padding:8px 11px;border:1px solid #777777;border-radius:8px;font-size:14px;outline:none}.postContent input::placeholder,.postContent textarea::placeholder{color:#ccc}.postContent textarea{min-height:74px;resize:vertical}.createPostBtn{align-self:flex-end;margin-top:24px;padding:8px 32px;background-color:#7695ec;color:#fff;border:none;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer;transition:background-color .2s}.createPostBtn:hover:not(:disabled){background-color:#5d7bd1}.createPostBtn:active:not(:disabled){background-color:#2c55c6}.createPostBtn:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:480px){.createPostBtn{width:100%}}*{margin:0;padding:0;box-sizing:border-box}.mainPage{background-color:#ddd;min-height:100vh;display:flex;flex-direction:column;align-items:center;min-width:100%}.headerContainer{background-color:#7695ec;width:100%;height:80px;display:flex;align-items:center;padding:0 37px}.headerContainer h1{color:#fff;font-size:22px;font-weight:700;margin:0}.columnDiv{background-color:#fff;width:100%;max-width:800px;min-height:100vh;display:flex;flex-direction:column;gap:24px;padding-bottom:40px}.headerMain{background-color:#7695ec;color:#fff;padding:27px 37px;font-size:22px;font-weight:700;width:100%}.logout{position:fixed;top:20px;right:20px;background:#7695ec;color:#fff;border:none;border-radius:50%;width:45px;height:45px;cursor:pointer;box-shadow:0 2px 5px #0003}.columnDiv>*:not(.headerMain){margin-left:24px;margin-right:24px}@media(max-width:800px){.columnDiv{max-width:100%}.columnDiv>*:not(.headerMain){margin-left:15px;margin-right:15px}}*{box-sizing:border-box;margin:0;padding:0}.modalOverlay{background:#00000080;position:fixed;inset:0;display:flex;align-items:center;justify-content:center}.Modal{background:#fff;width:400px;padding:20px;margin:auto;border-radius:8px}
