.userPlatforms{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:15px}.userPlatforms__title{font-weight:lighter;font-size:24px}.userPlatforms__title--Streamate{color:#21619a}.userPlatforms__contentRoles{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));width:100%;gap:7.5px}.userPlatforms__checkbox{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;gap:7.5px}.userPlatforms__checkbox>label{cursor:pointer;text-transform:capitalize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.userPlatforms .mycheck{width:20px;height:20px;padding:5px;border-radius:4px}.userPlatforms .mycheck:checked{background-color:#bd0909;border-color:#bd0909}.userPlatforms__contentPlatform{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:10px}.userPlatforms__contentInput{width:100%}.userPlatforms__input{width:100%;height:40px;border:1px solid #d8d8d8;border-radius:6px;padding:5px}.userPlatforms__input:focus{outline:none}.userPlatforms__error{display:none;margin-top:-10px;font-weight:600;font-size:.8em;color:#bd0909}